If you are running Linux or OSX then you could try the following bug
fix. I think it will not break other URLs.
In the file Slim/Formats/Playlists/ASX.pm Add the line in red to the
code starting at line 96.
Code:
--------------------
REF:
for my $ref ( @{$refs} ) {
if ( my $href = $ref->{HREF} ) {
next if $href !~ /^(http|mms)/i;
push @entries, {
title => $title,
href => $href,
};
# Only one link in a REF
station should be played
last REF;
}
}
--------------------
--
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=51410
_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss