-
I'm making an application, I can't get the barcode out of the release. Any suggestions Thank you
-
https://www.discogs.com/forum/thread/347984#7300322
> For authenticated requests (Discogs Token, OAuth), clients may make 60 requests per minute per source IP. For unauthenticated requests, clients…
-
Two tests are failing with Python 3.11.0b3. I think it's due to changed `enum` repr:
```pytb
========================================================= test session starts =========================…
-
- The official library now has oauth support baked in (https://github.com/discogs/discogs_client) . Should refactor to use these calls
- Additionally there was a change to images resource that auto ge…
-
### Problem
Ran into this problem importing a specific album and also individual tracks of said album. Issue happened both with flac files freshly created from a flac+cue set using foobar, and with…
-
In my client code I need to obtain the barcode of a release.
I currently do (as of Discogs::Wrapper,v2)
barcode = release.identifiers && release.identifiers.find{|i|i.type=='Barcode'}
…
eiked updated
7 years ago
-
Hi everyone!
There seems to be an issue with the dicts that are returned when using `.data` method on the one of the objects resulting from the `search` function.
For example, the following few …
-
Hello, and thank you so much for this plugin! Unfortunately, I'm attempting to use it with a new install of Beets and not currently having any luck, I'm afraid.
My current configuration works other…
-
**Describe the solution you'd like**
When an album consists of multiple discs, for example box sets, split the Scrobble Album table into sections by disc.
**Is your feature request related to a p…
-
recent change from discogs forces rate limited and authenticated url retrieval.
discogs client does not have a method or class to retrieve such images
##
---
Want to back this issue? **[Post …