If you have a favorite program that is a brand rather than a series - then custom entries can be added to the plugin's default.opml file.
Find the program page on BBC web site and then select the option "See all episode from xxxx". This will open a page with a list of episodes available on iPlayer. The URL of this page is of the form below. http://www.bbc.co.uk/programmes/b006tmq9/episodes/player Identify the pid - shown in red (in the example it is b006tmq9). This pid is key to creating your own menu option. edit with a text editor the BBCiPlayerExtra fil default.opml and create an entry similar to below with your own pid. After you saved the updated default.opml file, there is no need to restart LMS - just go back to top level menu in LMS - the plugin re-reads the default.opml when the "BBCiPlayerExtra" menu is selected. Below are examples for "Geoffrey Smith's Jazz", "Moral Maze", "Through the Night" and "In our Time". The key pid is highlighted in red. Code: -------------------- <outline URL="http://www.bbc.co.uk/programmes/b01h5z0s/episodes/player.inc" parser="Plugins::BBCiPlayerExtra::ExtraPlayerIncParser" text="Geoffrey Smith's Jazz" /> <outline URL="http://www.bbc.co.uk/programmes/b006qk11/episodes/player.inc" parser="Plugins::BBCiPlayerExtra::ExtraPlayerIncParser" text="Moral Maze" /> <outline URL="http://www.bbc.co.uk/programmes/b006tmq9/episodes/player.inc" parser="Plugins::BBCiPlayerExtra::ExtraPlayerIncParser" text="Through The Night"/> <outline URL="http://www.bbc.co.uk/programmes/b006qykl/episodes/player.inc" parser="Plugins::BBCiPlayerExtra::ExtraPlayerIncParser" text="In Our Time"/> -------------------- ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=107477 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
