Johannes Dewender
Johannes Dewender
The extractor always returns byte strings, which is fine for Python 2. Python 3 `print()` expects unicode strings, rather than byte strings. So if `str == byte` (Python 2) we...
Currently errors like this: ``` [:( nombid ] /var/data/music/flac-db/Various Artists/1999: Fritz Hitz: Die beste Musik der Welt, Volume 0,5/00 - Butch Water - Obst.flac Process step: Read metadata Cannot find...
e.g.  When a redirect is mistakenly added (possibly due to an invalid merge, not exactly sure how it works here) it is difficult to realize and undo this change...
This is something I would use. Should be a quick fix. The question is rather if that should be True/False or a log level to show.
The original idea was to drop backends completely and use libdiscid ISRC support. However, I think libdiscid 0.3.2 won't be in openSUSE 12.3 and also not in Ubunut 13.04. This...
This branch hopefully fixes issues with some drives on Windows. The first step is to get the alignment from the adapter and the next to use that alignment when issuing...
Most of the implementation for raw reading of CDs to get the Q sub-channels and the ISRCs in them is platform independent. The only thing that is platform specific is...
http://tickets.musicbrainz.org/browse/LIB-47 This is work in progress. A bit of testing code was included so a string is printed on discid_new() invocation. That string is translated using gettext. (needs more work)....