bpa wrote: 
> To get pictures back into Listen Again add the lines in red into the
> BBCXMLParser.pm file around line 132 (depends on how patched the file
> is)
> > 
Code:
--------------------
  >   > 
  > .
  > .
  >             my $key;
  >             if ($opts->{'bykey'}) {
  >                     if    ($entry->{'brand'} ) { $key = $entry->{'brand'};  
$filter{$key} = "?filter:brand=$key";  }
  >                     elsif ($entry->{'series'}) { $key = $entry->{'series'}; 
$filter{$key} = "?filter:series=$key"; }
  >                     else                       { $key = $title;             
$filter{$key} = "?filter:title=$key";  }
  >             }
  > 
  >             my $icon = $entry->{'images'}->{'image'};
  >             $icon =~ s/512x288/256x144/;
  > 
  >             my $url  = 
"iplayer://aod?ms=$entry->{url}&dur=$duration&icon=$icon&title=" . 
uri_escape_utf8($title) .
  >                     "&desc=" . uri_escape_utf8($entry->{'synopsis'});
  > 
--------------------
> > 


Thanks - works a treat.



Touch - Muse M50 EX TPA3123 T-Amp Mini - Acoustics Q10 speakers
Logitech Radio
Logitech UE Smart Radio
Raspberry Pi + Squeezeplug LMS + Squeezelite
Cubieboard + Debian 7 + LMS 7.8.1 + Squeezelite - Soundwave SW100
bluetooth speaker
O2 Joggler + SqpOS + Aune X2 T-amp + Mordaunt Short ms-3.40 speakers 
IBOX + Debian 7 + LMS 7.8.1 + Squeezelite - Soundwave SW100 bluetooth
speaker
Squeeze2upnp - Sonos Play1 & Vistron internet radio (Reciva)
------------------------------------------------------------------------
castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
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