Closed rlhelinski closed 10 years ago
disc-catalog.py still uses python-musicbrainz2. In case you are wondering how to do disc TOC lookups: In contrast to musicbrainz2 where this was included directly, there is a separate library for that now: python-discid
Ah, thanks for the info! Working on a replacement now.
mbcat/utils.py still references musicbrainz2. Need to check if any of those functions are being used and drop them if not.
So that we can make use of the musicbrainz version 2.0 web service.