Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple discs in single release with same TOC cause a crash #118

Open
luziferius opened this issue Jun 8, 2017 · 0 comments
Open

Multiple discs in single release with same TOC cause a crash #118

luziferius opened this issue Jun 8, 2017 · 0 comments
Milestone

Comments

@luziferius
Copy link

luziferius commented Jun 8, 2017

There are some releases on MB with multiple discs having the same CD-TOC, e.g. containing instrumental tracks with exact the same length. For example, here: https://musicbrainz.org/release/340a45df-9eca-4972-b89f-71e4721cbc91/discids

Trying to submit ISRCs for such a release causes isrcsubmit.py to crash with
Traceback (most recent call last): File "/usr/local/bin/isrcsubmit.py", line 1125, in <module> main(sys.argv) File "/usr/local/bin/isrcsubmit.py", line 1095, in main raise DiscError("number of discs with id: %d" % len(media)) discid.disc.DiscError: number of discs with id: 2

Expected behaviour: Provide a selection prompt like when the CD-TOC is ambiguous across multiple releases.

I’m using isrcsubmit 2.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants