jesseward / discogstagger

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ignore subtracks like 1-03a 1-03b

jruaux opened this issue · comments

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

hi @jruaux thanks a lot for your contribution. I will take a look at this in the coming week.

The freeform naming of discogs tack numbers has always been a pain. This would be a great addition. Warning though, I haven't touched this tool for some time now and I did didn't write a single test case :( ... I will work to merge these changes ASAP.