Skip to content

An app for adding/updating tags on m4a files using info from Dbpedia, Wikipedia and Discogs

License

Notifications You must be signed in to change notification settings

Archer4499/m4a_tagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

m4a_tagger

A Python app for adding/updating tags on m4a files using info from Dbpedia, Wikipedia and Discogs.
Tested in Python 3.3 on Windows and Mac OS.

Libraries used:

  • TkInter for the user interface.
  • Mutagen 1.31 (pip install mutagen) for reading and writing tags.
  • And the folowing for retrieving new tags:

Install:

  • Run the following commands:

    git clone https://github.com/Archer4499/m4a_tagger
    pip install mutagen
    pip install lxml
    pip install discogs_client
    pip install pycurl
    
  • Create a "token.txt" file in the containing only a user token from the Discogs developer page

This project is licensed under the terms of the MIT license.

About

An app for adding/updating tags on m4a files using info from Dbpedia, Wikipedia and Discogs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages