bpa wrote: 
> It is unusual to see every warning with a value very close to 30 secs
> even with I'm guessing different image sizea
> 
> 30sec "feels" likes a timeout value - now to find where 30 secs is used
> as a timeout  (or a lesser amount with retries,  such as 10sec with 3
> retries).
> 
> There is a 30 secs timeout  in ImageProxy.pm getImage -  if you enable
> logging artwork.imageproxy to INFO or DEBUG - you may get log message
> with details if this is the source of the delays.

I agree that looks like it's a timeout value, since it's always 30
seconds almost to the millisecond.

Setting artwork.imageproxy to INFO or DEBUG didn't yield anything in the
log.  I did notice what when I set artwork to INFO that there is a 30
second gap between the two requests for image data when you start
playing a new album, so it may be whatever is requesting the artwork
that's causing the delay:

Code:
--------------------
    [19-08-04 15:35:51.7067] Slim::Web::Graphics::artworkRequest (80) Artwork 
request: music/1ebb6161/cover_96x96_p.png
  [19-08-04 15:35:51.7071] Slim::Web::Graphics::artworkRequest (120)   Resize 
specification: 96x96_p.png
  [19-08-04 15:35:51.7139] Slim::Web::Graphics::artworkRequest (375)   
Resizing: /data/music/Library/Contemporary/FLAC/High-Res/96kHz_24bit/Nine Inch 
Nails/The Fragile (Definitive Edition)/01. Somewhat Damaged.flac using spec 
96x96_p.png
  [19-08-04 15:36:21.8178] Slim::Web::Graphics::artworkRequest (80) Artwork 
request: music/1ebb6161/cover_50x50_o
  [19-08-04 15:36:21.8183] Slim::Web::Graphics::_cached (65)   from cache: jpg 
(1513 bytes for music/1ebb6161/cover_50x50_o)
  [19-08-04 15:36:21.8450] Slim::Web::Graphics::artworkRequest (80) Artwork 
request: music/1ebb6161/cover
  [19-08-04 15:36:21.8453] Slim::Web::Graphics::artworkRequest (120)   Resize 
specification: 
  [19-08-04 15:36:21.8459] Slim::Web::Graphics::artworkRequest (375)   
Resizing: /data/music/Library/Contemporary/FLAC/High-Res/96kHz_24bit/Nine Inch 
Nails/The Fragile (Definitive Edition)/01. Somewhat Damaged.flac using spec 
  [19-08-04 15:36:21.8480] Slim::Web::Graphics::artworkRequest (425)   No 
Resizing required - return raw image data
--------------------


------------------------------------------------------------------------
paulster's Profile: http://forums.slimdevices.com/member.php?userid=23073
View this thread: http://forums.slimdevices.com/showthread.php?t=110772

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to