Bug 2364 - Error 404 when trying to access album art via music/current/cover.jpg/player=...
: Error 404 when trying to access album art via music/current/cover.jpg/player=...
Status: RESOLVED INVALID
Product: Logitech Media Server
Classification: Unclassified
Component: Web Interface
: 6.2.0
: PC Windows XP
: P2 normal (vote)
: ---
Assigned To: Dan Sully
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-10-25 07:03 UTC by Montgomery Kosma
Modified: 2005-10-25 11:49 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Montgomery Kosma 2005-10-25 07:03:39 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.
Comment 1 KDF 2005-10-25 09:40:58 UTC
Which skin, and what page is giving you that link?
Comment 2 KDF 2005-10-25 10:35:14 UTC
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.
Comment 3 Montgomery Kosma 2005-10-25 11:49:56 UTC
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.