Created
November 9, 2017 20:08
-
-
Save shawmanz32na/f65b410aebed05e4502355c5d99a3c42 to your computer and use it in GitHub Desktop.
Normalize Google Play Music downloads into a standard directory structure
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
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