Hi All,
I am using the BBC iPlayer Plugin with XBMC 12.2 (running on Ubuntu 13.04).
When I run the MyLibrary plugin from a terminal session I get the error that it cannot read any of the sub-folders I specified. I double checked and the folders should be valid. The syntax I used in the search filter is:
<iPlayer path="plugin://plugin.video.iplayer" recursive="true" multi_part="true" regex_name="true" prefix="(BBC) " >
<!-- Highlights -->
<subfolder name="Highlights \([0-9]+\)" max_videos="50" type="episodes" />
<subfolder name="Highlights/BBC One \([0-9]+\)" max_videos="50" type="episodes" />
<subfolder name="Highlights/BBC Two \([0-9]+\)" max_videos="50" type="episodes" />
<subfolder name="Highlights/BBC Three" max_videos="50" type="episodes" />
<subfolder name="Highlights/BBC Four" max_videos="50" type="episodes" />
<subfolder name="Highlights/BBC News Channel" max_videos="50" type="episodes" />
<!-- Popular -->
<subfolder name="Popular" max_videos="50" type="episodes" />
<subfolder name="Highlights/BBC One" max_videos="50" type="episodes" />
<subfolder name="Highlights/BBC Two" max_videos="50" type="episodes" />
<subfolder name="Highlights/BBC Three" max_videos="50" type="episodes" />
<subfolder name="Highlights/BBC Four" max_videos="50" type="episodes" />
<subfolder name="Highlights/BBC News Channel" max_videos="50" type="episodes" />
</iPlayer>
For all the sub-folders I listed I recieved an error with the format:
No matching subfolder: "iPlay/Highlights/BBC One" was found. Skipping.
Has anyone used this iPlayer plugin (found at
http://superrepo.org/plugin.video.iplayer/)?
Or can offer any advice?
Toby