Skip to content

A python utility that corrects the ID3 Tags of your mp3s from relatively complete databases such as Echonest, Beatport, etc.

License

Notifications You must be signed in to change notification settings

asymptoticdesign/pyD3-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

==Usage==
scottnla@faraday-cage:~/$ python pyd3.py [filename]

==Description==
uses Echonest's Audiofingerprinting utility to determine the audio fingerprint of your track, search the database for matching fingerprints, and retrieves the appropriate ID3 Tags based off of search results.  The correct ID3 tags are then written to your mp3 file.

Because the audiofingerprinting searches only for content that is in the audio track, information such as release date, album, etc. that is release-specfic is not available.  HOWEVER, this data can be acquired once the track identity, artist, etc. have been confirmed (but I haven't implemented this yet).

===Supported Databases===
-Echonest
-Beatport (COMING SOON)
-Discogs (COMING SOON)

==Libraries==
The following external libraries / utilies are required:
-Mutagen (python library)
-ENMFP (EchoNest Musical Fingerprint) Utility [for Echonest database only]

About

A python utility that corrects the ID3 Tags of your mp3s from relatively complete databases such as Echonest, Beatport, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages