2013-04-25, 02:04
How often is it recommended to run MyLibrary? I currently have it scheduled to run every 4 hours. Too much, too little?
(2013-04-15, 23:21)crimsonfury Wrote:(2013-04-13, 04:33)locoguano Wrote:(2013-04-13, 00:42)crimsonfury Wrote: Anyone? Does this work with all Video Addons?
In theory this should work with any addon that reports correct episode names. Never know til you try.
Yeah.... I don't know.... Seems like a really complicated xml to edit and to set this all up.... Could you PM me a setup just for Plexbmc? I don't care about Netflix or Hulu because I use the Win8 Apps for both....
<SearchFilters>
<marx path="plugin://plugin.video.polishtv.live" recursive="true" regex_name="true" prefix="(M) ">
<subfolder name="Filmy, Seriale/TVN Player/Bajki dla najmłodszych/Małe zoo Lucy" max_videos="30" type="episodes" force_series="64 Zoo Lane">
<parser>
<regexp>(Małe zoo Lucy, odcinek )([0-9]+)</regexp>
</parser>
</subfolder>
</marx>
</SearchFilters>
Małe zoo Lucy, odcinek 1
Małe zoo Lucy, odcinek 2
Małe zoo Lucy, odcinek 3
05/01/2013 05:31:28 PM WARN Archiving No video found in the database using SQL: SELECT original_path, dropbox_location, video_type, title, series, artist, episode_number, season_number, year, is_tvdb_lookup FROM ArchivedFiles WHERE original_path = ?
05/01/2013 05:31:28 PM INFO Archiving This video has not been succesfully looked up on the TVDB before, will attempt lookup now.
05/01/2013 05:31:29 PM INFO Archiving Attempting to find matching episode with title = "26" from thetvdb, url = http://www.thetvdb.com/api/XXXXXXXXXX7A1FFE/series/75496/all/en.xml
<Youtube path="plugin:/plugin.video.youtube" recursive="true" regex_name="true" prefix="(Y) " >
<subfolder name="My Subscriptions/adityacinema\Full Length Movies"
max_videos="10" type="movies" movie_set="Youtube" />
<exclude>
<contains>previous page</contains>
<contains>next page</contains>
<contains>/Recommended</contains>
<contains>/Clips</contains>
</exclude>
</Youtube>
(2013-05-06, 22:53)redhalo Wrote: Is it possible for XBMC.MyLibrary to tell XBMC to do an update scan after it's finished?
(2013-05-05, 16:50)hunkyn Wrote: I am looking to get youtube playlist working but seems like I got stuck. Here is my xml setup for youtube. Let me know if I am missing something. I went through the guide but seems like it is outdated as the documentation still talks about the SQLlite or MYSQL setup which seems to be not available any more.
Code:<Youtube path="plugin:/plugin.video.youtube" recursive="true" regex_name="true" prefix="(Y) " >
<subfolder name="My Subscriptions/adityacinema\Full Length Movies"
max_videos="10" type="movies" movie_set="Youtube" />
<exclude>
<contains>previous page</contains>
<contains>next page</contains>
<contains>/Recommended</contains>
<contains>/Clips</contains>
</exclude>
</Youtube>
(2013-05-08, 01:07)hunkyn Wrote:I decided to give this a try to see if I could help. First off, are you getting errors when trying to run this, you have some typos in your xml code. Path should be:(2013-05-05, 16:50)hunkyn Wrote: I am looking to get youtube playlist working but seems like I got stuck. Here is my xml setup for youtube. Let me know if I am missing something. I went through the guide but seems like it is outdated as the documentation still talks about the SQLlite or MYSQL setup which seems to be not available any more.
Code:<Youtube path="plugin:/plugin.video.youtube" recursive="true" regex_name="true" prefix="(Y) " >
<subfolder name="My Subscriptions/adityacinema\Full Length Movies"
max_videos="10" type="movies" movie_set="Youtube" />
<exclude>
<contains>previous page</contains>
<contains>next page</contains>
<contains>/Recommended</contains>
<contains>/Clips</contains>
</exclude>
</Youtube>
I have been trying this for the last two days still no luck. Has anyone able to make the youtube add on work with this program?
Thanks in advance
<ESPN path="plugin://plugin.video.espn3" recursive="true" type="generic" >
<subfolder name="Replay 60 Days/Auto Racing" force_series="American Le Mans Series">
<filter>
<contains>American Le Mans Series</contains>
</filter>
</subfolder>
</ESPN>
(2013-05-09, 12:32)redhalo Wrote: Does anyone have ESPN working? Here's what I'm using, but it never finds anything, doesn't kick back any errors either.I always use the parser filter when doing 'generic' scrapes: