Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.07 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.07 KB

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.