Bug 446509 - Still not working import from discogs (loads nothing)
Summary: Still not working import from discogs (loads nothing)
Status: RESOLVED FIXED
Alias: None
Product: kid3
Classification: Applications
Component: general (show other bugs)
Version: 3.8.x
Platform: macOS (DMG) macOS
: NOR normal
Target Milestone: ---
Assignee: Urs Fleisch
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-05 11:07 UTC by Eugene
Modified: 2021-12-05 14:12 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene 2021-12-05 11:07:57 UTC
OS MOJAVE 10.14.6 (18G103) but same trouble was on latest version of macOS
Comment 1 Urs Fleisch 2021-12-05 13:21:04 UTC
It is not correct that Discogs import is STILL not working. The inherent problem with the Discogs import is that it uses the HTML output from the server by default, and this output changes often, and I have to adapt the Kid3 code accordingly. Since the last release 3.8.7 on June 20, I had to fix the Discogs import twice. You can always get a development snapshot with the latest changes from https://sourceforge.net/projects/kid3/files/kid3/development/, so you should download the current version from there and you will see that Discogs import is working. By the way, there is also a readme.txt in the development folder, where you could see that it is fixed.

If you do not want to rely on this shaky HTML import, you can register at Discogs and get an API key. You can than enter this token in the Discogs import dialog and click "Save Settings". Then you will use the JSON import, which is stable. This is documented in the handbook https://docs.kde.org/trunk5/en/kid3/kid3/file-menu.html#import-discogs.
Comment 2 Eugene 2021-12-05 14:12:53 UTC
thank you so much! it's working!