Created
February 10, 2018 21:33
-
-
Save GlenDC/a836dabb7137d5e56a038543219825a0 to your computer and use it in GitHub Desktop.
A simple tool to create a list of my (uncle's) music collection.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"fmt" | |
) | |
// TODO: | |
+ List all music, recursively, starting from a root dir, classify and dedupe it; | |
+ Integrate google drive (https://developers.google.com/drive/v3/web/quickstart/go) and upload music list; | |
+ See if we can provide a simple GUI to make it easier to use; | |
func main() { | |
fmt.Println("Mijn Muziek") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment