Bugzilla – Bug 2364
Error 404 when trying to access album art via music/current/cover.jpg/player=...
Last modified: 2005-10-25 11:49:56 UTC
In my current installation, the following link does not work: http://localhost:9000/music/current/cover.jpg/player=80:45:d1:58:68:cc This was working as of 6.2 nightly last week, about 10/20 or so. Now I get the error "404 Not Found: music/current/cover.jpg/player=80:45:d1:58:68:cc " I notice that in the web interface, the link http://localhost:9000/browsedb.html?hierarchy=album,track&level=1&album=65&player=80:45:d1:58:68:cc works fine.
Which skin, and what page is giving you that link?
I can't think of where this link would ever be used. The player value should only ever appear as a query: http://localhost:9000/music/current/cover.jpg?player=80:45:d1:58:68:cc Most skins should have the cover image link wihtout the player value at all.
I think this is my bad. I was using this http call in a Konfabulator widget I'm developing. It stopped working but the link does work in the browser. Not sure whether http://localhost:9000/music/current/cover.jpg is the best way to get the album art, but it seemed most straightforward.