JonnyJD/python-discid

(Linux) external ISRC backends

Closed this issue · 1 comments

there are a couple of ISRC backends in gatherIsrcs() in isrcsubmit:
https://github.com/JonnyJD/musicbrainz-isrcsubmit/blob/e00afb14ee65ead6e15badab69f6699912de262a/isrcsubmit.py#L584

libdiscid can natively (without other tools) read ISRCs on Darwin and Windows. However, it can't on Linux.
Including above mentioned backends for linux might be an option.
(the best option would be to implement ISRC reading in libdiscid for linux, though)

Libdiscid has a patch for ISRC support on Linux now. The only thing that is missing is a tweak to avoid duplicate ISRCs (better reads), but that should also be solved in libdiscid.