sahib / glyr

Glyr is a music related metadata searchengine, both with commandline interface and C API
GNU Lesser General Public License v3.0
248 stars 24 forks source link

discogs fails to fetch covers #65

Open Mistress-Anna opened 9 years ago

Mistress-Anna commented 9 years ago

When trying to fetch a cover, discogs returns a 401 error:

% glyrc cover --from discogs --album oomph --artist oomph -v 4

---- Triggering: discogs

sahib commented 9 years ago

It seems discogs requires authentication for their service now:

https://github.com/sampsyo/beets/issues/1027

This will be rather hard to fix, since one has to use OAuth and some other difficulties. So the discogs provider will be probably disabled soon.

sahib commented 9 years ago

...Or maybe not. There is also some basic auth supported.

It should work as of commit 167d047eadb48e5e01f8a910c747efea5b89d320 again. With small images for now only though.