Man in a van wrote:
> I have just checked this with an install of Energy and Otto's baroque on
> my Windows LMS
>
> The text change in the playlist pane seems to be default behaviour.
Yes with HTTP /MP3 or AAC - the StreamTitle will be displayed and
station name will be 2nd line of text.
I checked code. The URL in stream URL has to end with ".jpg", ".jpeg",
".gif" or ".png".
In Player/Protocols/HTTP.pm
Code:
--------------------
# Check for an image URL in the metadata.
my $artworkUrl;
if ( $metadata =~ /StreamUrl=\'([^']+)\'/i ) {
+++ my $params;
+++ ($artworkUrl, $params) = split('\?',$1);
--- $artworkUrl = $1;
if ( $artworkUrl !~ /\.(?:jpe?g|gif|png)$/i ) {
$artworkUrl = undef;
}
}
--------------------
The above small change to allow cover art to be displayed.
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=109951
_______________________________________________
squeezenetwork mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezenetwork