PasTim wrote: 
> 
> I can't get any BBC World Service LA using this plugin.  It displays the
> correct icon for the program, and text, but after trying to play for 3-4
> seconds it gives up.

I can't really recommend this, because apart from anything else it will
make the BBC think your squeezebox is a tablet. But if you are really
missing BBC World Service LA, the following 1 line patch in iPlayer.pm
(around line 197 for alpha3 plugin, similar in alpha2 plugin) will
restore it. For now.

Code:
--------------------
    
        if ($handler =~ /hls/){
                # adjust url so protocol handler logic will pick hls handler
                $url =~ s/^http/hls/;
                $url =~ s/$/\|/;
                $url =~ s/audio-syndication/mobile-tablet-main/;
  
--------------------

Or it could break all your LA with tomorrow's changes. On your own head
be it!


------------------------------------------------------------------------
utgg's Profile: http://forums.slimdevices.com/member.php?userid=40900
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to