bonze wrote:
> Another small patch which you may find relevant (or most probably
> not...)
>
> The BBC have recently changed their metadata servers, this only really
> affects Radio1 & Radio1 Extra. Although it does give a prettier image
> for 2 thru 6 & WS.
>
> In RadioVis.pm, in two places:
>
>
> >
Code:
--------------------
> > my $connect = join("\n", (
> "CONNECT",
> "host: radiovis.external.bbc.co.uk",
>
> change to
>
> my $connect = join("\n", (
> "CONNECT",
> "host: radiovis.live.bbc.pushedbykite.com",
--------------------
> >
>
>
>
> and
>
> >
Code:
--------------------
> >
> # connect to stomp server
> $self->async->write_async( {
> host => "radiovis.external.bbc.co.uk",
>
> change to
>
> # connect to stomp server
> $self->async->write_async( {
> host => "radiovis.live.bbc.pushedbykite.com",
>
>
--------------------
> >
I just made these changes (I think). Just to confirm - is it correct
that R3 and R4 only display a logo in listen live and do not identify
the program? I'm slightly baffled by this as most stations seem to
identify the program which is playing. Does the BBC not put out any
metadata in the live stream?
------------------------------------------------------------------------
adamdea's Profile: http://forums.slimdevices.com/member.php?userid=37603
View this thread: http://forums.slimdevices.com/showthread.php?t=53229
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins