-
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-client now deprecated #3608
Comments
That's too bad! Perhaps a volunteer is interested in forking it and attempting to maintain the library independently? |
Yeah, I'll make a fork as I use this quite extensively. For now, are you OK to depend on the current package? I don't expect it to break compatibility anytime soon! |
Yes, sounds good! No need to drop it if it's not currently causing problems. Thanks for being willing to adopt it! 😃 |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
is there timeline to get the code updated to use discogs_api vs discogs_client? I maintain the discogs_client port/package for OpenBSD and was looking to replace it with discogs_api but until the appropriate code is updated in beets that can't happen. |
A pull request will need to be proposed. I wish I had the time to do this, so if you could do that, it would be great. It should be as simple as replacing all calls made to Any further issues, I'll be happy to help. |
That would be great! And indeed; I don't think the change should be hard. |
I think all you need to do codewise is replace the imports, the API seems to have mostly stayed the same. I actually did the changes and wanted to do a PR (here is the branch), but realized that there are now multiple forks, also one that keeps the package named discogs_client. What are your thoughts? Which of the forks should be used? |
Can we trust your judgment on that? Does any one fork look more promising than the others? |
Considering that the discogs community have converged on joalla/discogs_client rather than others (including my fork), it would be preferable to go with that one. |
Fix #3608: Replace discogs-client with python3-discogs-client
As of today, the discogs-client package has been deprecated. This will become an issue when upstream breaks API compatibility.
The text was updated successfully, but these errors were encountered: