I have uploaded an updated version of the BBCiPlayer plugin to handle
the updated BBC feed.

The new version is V1.6.0 is just V1.5.4.5 + fix to recent problem.  I
have updated the test (V1.5.4.*) and release (V1.5.3) repo URLs to
enable user update the plugin easily.  

For users migrating from 1.5.3 - an additional feature under the "More
menu" is a segment index to "Listen Again" programs and the ability to
jump to a particular segment.

User of older version of 1.4 and 1.5 will have to update their repo URLs
to get V1.6.0.

Up to this week (17Sep18) only 7 days of programming available.  The
updated BBC feed has 30 days of programming. Some users may like to have
more than 7 days programming even though it can be cluttered if 30 days
are shown. A level of customisation has been added to the plugin.

The following URL demonstrates menu variants on Radio 4menu.  Use the
BBCiPlayer plugin settings to replace the default menu and afterwards
revert.

http://downloads.sourceforge.net/project/bpaplugins/menu-R4variants-demo.opml

For the technical user who wish to customise their own menus via the
menu.opml file - the keys points are 
* the options are added at the end of the
"parser="Plugins::BBCiPlayer::BBCXMLParser?" as shown below.
* the main options are bykey (programs names) and byday (program
schedule).  Omit "byday" and there will be no schedule of programmes.
Omit "bykey" and there will be no list of programme.  
* There is an option for the maximum number of days to present
"filter:maxdays=15"  - 15 is an example - max is 30 ,default is 7
* if you have multiple menus for the same station you MUST add "nocache"
option.
* Options needs to be prefixed by "&"  
* Triode provided additional filter options but I have never tested

Example of Schedule 15 days - as "bykey" has been omitted.

Code:
--------------------
    
  <outline text="BBC Radio 4 FM 15 day schedule" 
URL="http://www.bbc.co.uk/radio/aod/availability/bbc_radio_fourfm.xml";
         
icon="http://radio-service-information.api.bbci.co.uk/logos/bbc_radio_fourfm/600x600.png";
        
parser="Plugins::BBCiPlayer::BBCXMLParser?byday&amp;reversedays&amp;reverse&amp;filter:service=fm&amp;filter:maxdays=15&amp;nocache"
 />
  
--------------------


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

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

Reply via email to