The tweak is an edit to the OPML file  Alien/Addons/BBCAZAddon.opml.  

If you are using Windows edit with Wordpad.

The following is edit file to add 3 entries to show entries with
"Book", "Quiz" and "Comedy".  It require deleting the "type" parameter
and adding the "lookfor".  The code only looks for the first "word"
just alpha chars and not case sensitive. I also editing the "text" part
to reflect the change.

Restart SC to pick up the new OPML - as a result of update the "Search
A-Z" menu item will be bottom of AlienBBC menu.


Code:
--------------------
    
  <outline text="Search Radio 4 A-Z  "  
URL="http://www.bbc.co.uk/radio4/progs/listenagain.shtml"; type="search"         
parser="Plugins::Alien::Addons::Radio4AZFilterParser"/>
  <outline text="Search Radio 4 Book"   
URL="http://www.bbc.co.uk/radio4/progs/listenagain.shtml"; lookfor="Book"        
parser="Plugins::Alien::Addons::Radio4AZFilterParser"/>
  <outline text="Search Radio 4 Comedy" 
URL="http://www.bbc.co.uk/radio4/progs/listenagain.shtml"; lookfor="Comedy"      
  parser="Plugins::Alien::Addons::Radio4AZFilterParser"/>
  <outline text="Search Radio 4 Quiz"   
URL="http://www.bbc.co.uk/radio4/progs/listenagain.shtml"; lookfor="Quiz"        
parser="Plugins::Alien::Addons::Radio4AZFilterParser"/>
  <outline text="Search Five Live A-Z"  
URL="http://www.bbc.co.uk/fivelive/programmes";            type="search" 
parser="Plugins::Alien::Addons::FiveLiveAZFilterParser"/>
  <outline text="Search 6 Music A-Z "   URL="http://www.bbc.co.uk/6music/shows"; 
                  type="search" 
parser="Plugins::Alien::Addons::SixMusicAZFilterParser"/>
  <outline text="Search BBC 7 A-Z"      
URL="http://www.bbc.co.uk/bbc7/programmes";                type="search" 
parser="Plugins::Alien::Addons::BBC7AZFilterParser"/>
  
--------------------

You will be able to move these entries to other


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

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

Reply via email to