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'};
                }
  
--------------------


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

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to