philippe_44 wrote:
> You can try to comment out the line notifyUpdate of artwork to confirm
> this is the issue. It's in plugin .pm, around line 1025, you should see
> something like
> >
Code:
--------------------
> >
> elsif ( $req->header( 'Content-Type' ) eq "image/jpeg" ) {
> my $metaData = $conn->{metaData};
>
> my $host = Slim::Utils::Network::serverAddr();
> my $url = "http://$host:$conn->{iport}/" .
md5_hex($req->content) . "/cover.jpg";
> $metaData->{cover} = $url;
> $metaData->{icon} = $url;
> $conn->{cover} = $req->content;
>
> $log->debug( "IMAGE DATA received, sending to:
", $url );
>
> notifyUpdate($conn->{player}, $metaData);
> }
>
--------------------
> >
Did this and no change, behaves the same. Although while I wrote this it
did work. Seems intermittent. Also happened with a different song whilst
testing.
24655
+-------------------------------------------------------------------+
|Filename: server log.txt |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=24655|
+-------------------------------------------------------------------+
------------------------------------------------------------------------
Simon_rb's Profile: http://forums.slimdevices.com/member.php?userid=56871
View this thread: http://forums.slimdevices.com/showthread.php?t=106289
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins