![]() |
|
XBMC.MyLibrary - Scan any source to the library (Hulu/Netflix/Plugins) - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Supplementary Tools for XBMC (/forumdisplay.php?fid=116) +--- Thread: XBMC.MyLibrary - Scan any source to the library (Hulu/Netflix/Plugins) (/showthread.php?tid=98210) |
RE: XBMC.MyLibrary - Scan any source to the library (Hulu/Netflix/Plugins) - Deafty - 2012-04-09 18:35 I am now connecting and finding sources but all files are failing. Using this search filter: Quote:<tvlinks path="plugin://plugin.video.tvlinks" recursive="true" regex_name="true" prefix="(TvLinks)"> Here's my Log Looks like we have a filename problem or possibly a timeout issue with addon. What conventions are used here so I can configure my addon with the author?? And Do sources require to be autoplayed as in HULU? Quote:Post by anilkuj In another Forum with my thread. Can someone help please? RE: XBMC.MyLibrary - Scan any source to the library (Hulu/Netflix/Plugins) - Deafty - 2012-04-10 10:42 Ok,.Have fixed autoplay problem (from my addon) Here's my log,. And here's my custom search Quote:<subfolder name="TV shows/Genres/zombies" max_videos="5" type="episodes">From Log Quote:Title cannot be found, it was expected to be found after one of [ - , : , :, -, : , -- ] in the file label "1x2 Episode 2 - Help Us Help You"Somewhere it is pulling "name" from the wrong location. As episode is clearly labled in subfolder list above. I am presuming that my addon pulls data slightly differently as it will find multiple sources for each episode unlike HULU. So can the script be modified to allow Tittle to be seen by MYLibrary differently ?Thankyou,...it would nice if someone replied..
RE: XBMC.MyLibrary - Scan any source to the library (Hulu/Netflix/Plugins) - Rick7C2 - 2012-04-11 04:49 Having problems when using Netflix via Playon... My goal is to add all movies Except Foreign non English movies. And the same for TV Shows. If anyone can help me out and point out what I may be doing wrong I would greatly appreciate it. Here are the contents of config.xml and XBMC.MyLibrary.log Config.xml Code: http://pastebin.com/wqkVZEPpXBMC.MyLibrary.log Code: http://pastebin.com/FhdsEtegThanks in advanced, Rick EDIT: I have had it working before using the Amazon Blue Cops addon but due to amazon adding DRM to the videos {I decided to try it with netflix. RE: XBMC.MyLibrary - Scan any source to the library (Hulu/Netflix/Plugins) - dordar - 2012-04-11 23:08 HI. Im quite new to XMBC, and have tried different methods to import from hulu to my library with this amazing script. Can anyone point out what is wrong with this: <!--Add Hulu Subscriptions --> <Hulu path="plugin://plugin.video.hulu" recursive="true" prefix="(H) " > <subfolder name="subscriptions" type="episodes" /> <exclude> <contains>previous page</contains> <contains>next page</contains> <contains>/Recommended</contains> <contains>/Clips</contains> </exclude> </subfolder> </Hulu> Thanks in advance. Edit: I solved it <!--Add Hulu Top shows--> <Hulu path="plugin://plugin.video.hulu" recursive="true" regex_name="true" prefix="(H) " > <subfolder name="TV/Popular TV \([0-9]+\)/Popular Shows \([0-9]+\)" max_series="10" type="episodes" > <filter> <regexp>/Episode[s]? \([0-9]+\)/</regexp> </filter> <exclude> <regexp>/season[s]? \([0-9]+\)</regexp> </exclude> </subfolder> <exclude> <contains>previous page</contains> <contains>next page</contains> <contains>/Recommended</contains> <contains>/Clips</contains> </exclude> <!--Add Hulu Queue --> <subfolder name="Queue" type="episodes" /> <exclude> <contains>previous page</contains> <contains>next page</contains> </exclude> </Hulu> I just pick up my queue instead. RE: XBMC.MyLibrary - Scan any source to the library (Hulu/Netflix/Plugins) - dordar - 2012-04-12 14:35 Does anyone know how I can get instant queue from netflix to my library? I tried following: <XBMCFlicks path="plugin://plugin.video.xbmcflicks" recursive="true" regex_name="true" > <subfolder name="instant queue tv" max_series="30" type="episodes" suffix=" (Netflix)" /> <exclude> <contains>previous page</contains> <contains>next page</contains> <contains>/Recommended</contains> <contains>/Clips</contains> </exclude> </XBMCFlicks> Thanks in advanced RE: XBMC.MyLibrary - Scan any source to the library (Hulu/Netflix/Plugins) - bradvido88 - 2012-04-13 17:36 I used to have a config set up for XBMC flix but I've been using playon for Netflix as of late and dont have XBMCFlix installed right now.... However, I know that XBMCFlix works with this script. If i get a change i'll try and figure out what a good searchfilter is for it. RE: XBMC.MyLibrary - Scan any source to the library (Hulu/Netflix/Plugins) - dordar - 2012-04-13 17:43 That would be perfect! I tried playon but netflix doesnt stream in HD. So I find flicks as a better solution. Dont you agree? RE: XBMC.MyLibrary - Scan any source to the library (Hulu/Netflix/Plugins) - wilson.joe - 2012-04-14 09:01 When used with the Hulu plugin I have noticed that tv series are not getting their images as well as using the hulu plugin to get them, is this because its using the tv database to get its information. the problem here is that the latest episodes that have been on tv might not be up yet.. RE: XBMC.MyLibrary - Scan any source to the library (Hulu/Netflix/Plugins) - Monks3 - 2012-04-14 18:53 Hey guys, I feel foolish asking, but I having issues installing this from a .zip file. I am running Eden beta3 on Vista. When I try to install XBMC.MyLibrary - 1.3.1 downloaded from [http://code.google.com/p/xbmc-mylibrary/downloads/list] I receive a message saying "add-on does not have correct structure" Any thoughts? RE: XBMC.MyLibrary - Scan any source to the library (Hulu/Netflix/Plugins) - Deafty - 2012-04-15 07:44 (2012-04-10 10:42)Deafty Wrote: Ok,.Have fixed autoplay problem (from my addon) Anyone ?? please see othe posts.
|