rlhelinski / musicbrainz-catalog

Python code for cataloging your music collection cross-referenced with MusicBrainz
GNU General Public License v2.0
2 stars 0 forks source link

replace back end with musicbrainz-ngs #1

Closed rlhelinski closed 10 years ago

rlhelinski commented 11 years ago

So that we can make use of the musicbrainz version 2.0 web service.

JonnyJD commented 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

rlhelinski commented 10 years ago

Ah, thanks for the info! Working on a replacement now.

rlhelinski commented 10 years ago

mbcat/utils.py still references musicbrainz2. Need to check if any of those functions are being used and drop them if not.