paulster wrote:
> 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:
Could you please add the following log-line in Graphics.pm, then re-run
some tests with logging for artwork set to debug?
Code:
--------------------
diff --git a/Slim/Web/Graphics.pm b/Slim/Web/Graphics.pm
index 91e42f4821..1bf1773555 100644
--- a/Slim/Web/Graphics.pm
+++ b/Slim/Web/Graphics.pm
@@ -409,6 +409,7 @@ sub artworkRequest {
$body = \'';
}
+ main::INFOLOG && $isInfo && $log->info(" Done
Resizing: $fullpath using spec $spec");
$callback->( $client, $params, $body, @args );
};
--------------------
Michael
http://www.herger.net/slim-plugins - Spotty, MusicArtistInfo
------------------------------------------------------------------------
mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=110772
_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter