discogstagger
discogstagger copied to clipboard
Console based audio-file metadata tagger that uses the Discogs.com API v2 (JSON based). Relies on the Mutagen and discogs-client libraries. Currently supports FLAC and MP3 file types.
you have licensed your code under MIT, but since it depends on mutagen it must be licensed as GPLv2. Unfortunately you do not have the freedom to choose your own...
Just in case someone wish to install on w10, I had to change this : ` os.path.expanduser('~{0}/.config/{1}/'.format(user, NAME)),` to this ` os.path.expanduser('~/.config/{1}'.format(user, #NAME)),` in setup.py to make installation possible #24...
I read the user guide here, and I went through the code. I see that in the config file there are options about multi-discs issues. However, is not really clear...
Hi, I'm wanting a script that can rewrite my entire collection for me. My preferred method would be to delete existing tags and write genre and style independently to separate...
I'm trying to tag an [album with excessively long track names](https://www.discogs.com/The-Red-Krayola-Fingerpainting/release/964826), which is a problem for the resulting filenames: ``` OSError: [Errno 63] File name too long: 'Red Krayola -...
I use song=%DISCNO%-%TRACKNO% %TITLE% in the config file and found that it works half-way. It works for one disc releases, it did work for one release with two discs (sorry,...
Copied from issue #36 > For the above release I had a folder with 5 sub-folders in it. I found that copy_other_files=True doesn't work for all the 5 folders but...
Creating from issue #33 > I ran into a track number matching issue - releases like 998336 for example are reported back as having zero tracks and hence not matched...
Albums with subtracks containing alphabetical characters (e.g. 1-03a) should be ignored. Attaching proposed patch tested against a few albums with such subtracks. [subtracks_patch.txt](https://github.com/jesseward/discogstagger/files/1009355/subtracks_patch.txt)
Would be great to have the possibility to perform a check if the Discogs release and the local release do match. For example if one track is missing on the...