-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Bug in new UI when multiple mediums are in one release #4947
Comments
I think I'm also running into this issue trying to import Hybrid SACDs. Examples here: #4976 |
The lines of code referenced, here in detail and In their current state, as of writing: Lines 450 to 461 in f984749
which brings me to the conclusion: This is not the function where the line in the screenshot above is produced. The thing in the screenshot comes from the Lines 198 to 210 in f984749
I guess that was just a quick analysis back then without double checking everything from @RollingStar (our main-topic had more priority than finding the root cause of this issue here), I just wanted to clarify and make sure we are all on the same page. Now let's work from here :-) |
I've not entirely made it through your report over there. Just want to mention that up to now I was assuming that this exact issue here, is only cosmetical and has nothing to do with the matching process per-se. I could be wrong but please double check my assumption! :-) |
Sorry I had the wrong function listed. I didn't debug the function so it was just a guess based on some searches. |
No worries at all! I learned something new. The function you mentioned is in fact the one that does the headlines like for example
:-) |
Is the issue here? Line 598 in 3548e35
It looks like it just grabs the format of the first medium and uses that for everything. |
I think this is closed now. |
Possible bug in this function when multiple mediums are in one release: https://github.com/beetbox/beets/pull/3721/files#r1328227367
Update: I copied over @RollingStar 's initial report of this issue as it was here: #3721 (comment)
Orignal report
Possible bug in mixed-medium releases (ex. 1 CD and 1 vinyl record)
https://github.com/beetbox/beets/pull/3721/files#r1328227367
Most logical fix might be "2xMedia" or "2xMixed". Keeping the new UI short horizontally is a goal.
https://musicbrainz.org/release/581db767-5221-424b-b6a0-d5db2ff707a1
The text was updated successfully, but these errors were encountered: