Skip to content

Instantly share code, notes, and snippets.

@GlenDC
Created February 10, 2018 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GlenDC/a836dabb7137d5e56a038543219825a0 to your computer and use it in GitHub Desktop.
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.
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