Bug 17362 - Sometimes 404 Not found is returned instead of default artwork for unknown track id's
: Sometimes 404 Not found is returned instead of default artwork for unknown tr...
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Artwork
: 7.6.0
: All All
: P3 normal (vote)
: 7.6.1
Assigned To: Michael Herger
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-07-28 03:16 UTC by Michał Szkutnik
Modified: 2011-08-03 05:44 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 Michał Szkutnik 2011-07-28 03:16:38 UTC
For unknown track IDs and tracks with no coverart, SqueezeServer returns a default "no artwork" image. This works for certain sizes (e.g. 96x96 and up), but some smaller sizes do not - which is quite strange.

How to reproduce:

Try to fetch a cover of size 46x46 for an unknown track ID (here 0):
http://localhost:9000/music/0/cover_46x46_p.jpg

You should get a default image, but you get HTTP 404 Not Found (at least this is what I get on Windows and Debian Squeeze).
Comment 1 SVN Bot 2011-08-03 05:44:03 UTC
 == Auto-comment from SVN commit #32960 to the slim repo by mherger ==
 == http://svn.slimdevices.com/slim?view=revision&revision=32960 ==

Fixed Bug: 17362
Description: when falling back to default artwork, make sure we're using .png extension, as that's how we store our artwork files.