-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
discogs: discogs_albumid is always 0 #4225
Comments
Thanks! I expect that something changed in the Discogs API about reporting IDs, as I mentioned in #4224 (comment):
To debug this, the first step would be to dump out the argument to |
That works. |
@jordanbs have you found the time to open a PR for this? Or can you describe the fix here. I'm also interested in getting this fixed. Thanks :-) |
Unfortunately I'm not able to do that. But you can! On line 317 of beetsplug/discogs.py, replace |
Yes I can but you can too :-) For such a small fix you could even edit this directly on github without any git CLI knowledge necessary at all (if that was the reason holding you back)! Did you know that? |
I'm sorry, I'm legally not allowed to contribute to open source :( |
Most of my music is imported using the discogs plugin (beets v1.6.0, formerly imported via beets 1.4.9), but the every single discogs_albumid field is equal to 0. I do notice, however, the mb_albumid field contains what should be in discogs_albumid.
E.g.
Reproduce this by importing an album and using Discogs as the source. Re-importing will do.
The text was updated successfully, but these errors were encountered: