Skip to content

Instantly share code, notes, and snippets.

@shawmanz32na
Created November 9, 2017 20:08
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 shawmanz32na/f65b410aebed05e4502355c5d99a3c42 to your computer and use it in GitHub Desktop.
Save shawmanz32na/f65b410aebed05e4502355c5d99a3c42 to your computer and use it in GitHub Desktop.
Normalize Google Play Music downloads into a standard directory structure
import eyed3
# audiofile = eyed3.load("song.mp3")
# audiofile.tag.artist = u"Integrity"
# audiofile.tag.album = u"Humanity Is The Devil"
# audiofile.tag.album_artist = u"Integrity"
# audiofile.tag.title = u"Hollow"
# audiofile.tag.track_num = 2
# audiofile.tag.save()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment