bpa wrote: 
> I don't have time to to make up a patcth etc and this is just for
> adventurous to test to see if it works for UK and non UK users.  
> 
> Stop LMS and edit the BBCXMLParser.pm file in the BBCiPlayer plugin
> 
> On around line 97 add the text "->{'mediaselector'}" in the place shown
> in red, save & close the file and then restart LMS
> 
> > 
Code:
--------------------
  >   > 
  >             my $title = $entry->{'title'}; 
  >             $log->error(Dumper($entry->{'links'}));
  > 
  >             # move info to top level of entry so we can filter on it
  >             $entry->{'url'} = 
$entry->{'links'}->{'mediaselector'}->{'content'};
  >             for my $info (keys %{$entry->{'parents'}}) {
  >                     $entry->{ lc($info) } = $entry->{'parents'}->{ $info 
}->{'content'};
  >             }
  > 
--------------------
> > 
> 
> edit:
> 
> This patch is not quite right because XML seems to return DASH and HLS
> in some instances and only HLS contents in others - the above patch
> will work if only HLS is returned.



Tried this but no luck, though no error is shown in the logs



*Players:* SliMP3,Squeezebox3 x3, Squeezebox Receiver, SqueezePlayer,
PiCorePlayer/RPi2/Hifiberry DAC+ x2,PiCorePlayer/RPi2/Hifiberry
DAC+Pro,Wandboard SOA
*Server:* Logitech Media Server Version: 7.9.0 - 1444881383 on Centos 7
VM
*Plugins:* AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud
*Remotes:* iPeng8/Orangesqueeze/PC/Jivelite
*Music:* 383GB,1269 albums 17756 songs 4381 artists mostly FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS
------------------------------------------------------------------------
Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
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