Replies: 1 comment 8 replies
-
Hmm; I suppose it's plausible! It would be really great to confirm in two possible ways (ideally both):
|
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When running
beet import -s
on a folder with many songs I often getNo matching recordings found
for Discogs. I suspect this can happen due to rate limiting (which my verbose logs sometimes show) in addition to an actual lack of a match.However, when I enter essentially the same query on the Discogs website I get the correct results. To be clear, these queries are so simple I think it is almost impossible that special characters, etc. are causing an a true lack of matches, and what I suspect is happening is the following:
Is this possible? What else could be causing this, are there any simple ways to say for sure?
Also, are there any flags or options I can set to limit how many cached matches I have at once? I would prefer to suffer a bit of latency if it means I don't need to do all these searches manually.
Beta Was this translation helpful? Give feedback.
All reactions