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 23 forks source link

glyrc uses wrong image url from slothradio #63

Closed SamHawkens closed 9 years ago

SamHawkens commented 9 years ago

I am getting totally wrong cover images when downloading from slothradio. glyr release 1.0.8 Please try: glyrc cover --album "thriller" --artist "michael jackson" --from "slothradio" -lang us -v 4

gets ---- Triggering: slothradio

and actually fetches some lullaby CD cover :-) ///// ITEM #1 ///// WRITE to './michael jackson_thriller__cover_1.jpeg' FROM: http://ecx.images-amazon.com/images/I/51fT-bSQplL.jpg

when I enter this url directly in my browser I see the correct image: slothradio.com/covers/?adv=1&artist=michael jackson&album=thriller&imgsize=x&locale=us&sort=salesrank

The error is not specific to this CD, I always get wrong covers from slothradio.

sahib commented 9 years ago

Thanks, should be fixed as of e871de0afbb463a4a72a1c6fd97e74483d1a847b.

SamHawkens commented 9 years ago

Great, it works now!

Thanks a lot. Never seen anyone fix a problem that fast :-)