2013-03-31, 14:52
I figured the addon was similar to Veetle so it wasn't an issue, removed anyway. You should probably remove it from your quote then.
Sent you a PM
Sent you a PM
(2013-03-31, 06:47)Gulopine Wrote: [ -> ]After playing around with MyLibrary for a few days now, I've nearly gotten it to do what I want, except that for some reason, every TV episode I've got is showing up twice in the library. I've double-checked that there's only one .strm file for each episode of every show, but for some reason XBMC is picking up two copies of every TV episode. Here's my search filter XML:
Code:<Amazon path="plugin://plugin.video.amazon" recursive="true" >
<subfolder name="Watchlist/Television" type="episodes" />
<subfolder name="Watchlist/Movies" type="movies" />
</Amazon>
Interestingly, the problem only seems to occur with TV episodes. The movies it pulls in are just fine. I tried adding the path to a show directly, in case it was an issue with the way the watchlist is handled, but it has the problem that way as well. Does anybody have any ideas what I'm doing wrong?
(2013-04-02, 04:17)lcadell Wrote: [ -> ]Not sure if this has been covered somewhere or I missed something but I entered my dropbox location in the config doc as<streaming /> Should specify the location of your folder in the format your OS understands, so for windows you would use \\DROBO-FS\Public\My Library Folders
<streaming>smb://DROBO-FS/Public/My Library Folders/</streaming>
but when I run the program, when it tries to add the files to the dropbox it says that the folder location doesn't exist but it is using the wrong path
java.io.FileNotFoundException: smb:\DROBO-FS\Public\My Library Folders\Movies\The Mulberry Tree.strm (The filename, directory name, or volume label syntax is incorrect)
why is this using a different path then the one I put in? Is there a setting I am missing?
(2013-04-02, 15:04)bradvido88 Wrote: [ -> ](2013-04-02, 04:17)lcadell Wrote: [ -> ]Not sure if this has been covered somewhere or I missed something but I entered my dropbox location in the config doc as<streaming /> Should specify the location of your folder in the format your OS understands, so for windows you would use \\DROBO-FS\Public\My Library Folders
<streaming>smb://DROBO-FS/Public/My Library Folders/</streaming>
but when I run the program, when it tries to add the files to the dropbox it says that the folder location doesn't exist but it is using the wrong path
java.io.FileNotFoundException: smb:\DROBO-FS\Public\My Library Folders\Movies\The Mulberry Tree.strm (The filename, directory name, or volume label syntax is incorrect)
why is this using a different path then the one I put in? Is there a setting I am missing?
The program will auto-convert it to smb when it talks to XMBC.
(2013-04-02, 15:04)bradvido88 Wrote: [ -> ](2013-04-02, 04:17)lcadell Wrote: [ -> ]Not sure if this has been covered somewhere or I missed something but I entered my dropbox location in the config doc as<streaming /> Should specify the location of your folder in the format your OS understands, so for windows you would use \\DROBO-FS\Public\My Library Folders
<streaming>smb://DROBO-FS/Public/My Library Folders/</streaming>
but when I run the program, when it tries to add the files to the dropbox it says that the folder location doesn't exist but it is using the wrong path
java.io.FileNotFoundException: smb:\DROBO-FS\Public\My Library Folders\Movies\The Mulberry Tree.strm (The filename, directory name, or volume label syntax is incorrect)
why is this using a different path then the one I put in? Is there a setting I am missing?
The program will auto-convert it to smb when it talks to XMBC.
(2013-04-09, 20:41)Marx1 Wrote: [ -> ]Would it be possible to show in which line and which error is when config.xml can't be parsed? I'm trying to make my own search filter and it only say that can't parse.
(2013-04-05, 03:25)jaynford Wrote: [ -> ]Please...Netflix files WILL NOT PLAY. It scrapes them fine, and when I try to play through playon it works too, but the scraped files don't play...
(2013-03-27, 04:27)youngt2 Wrote: [ -> ]Hello all,
I feel like i have done a good amount of research on this plugin and I'm having mild success. I have a few questions though and wasn't able to find very clear answers on this forum, mostly because I'm not sure the search to look for.
First, when adding a show, is there anyway to avoid lots of sub-folders when the show consists of many arbitrarily named folders? For example, in the FreeCable add-on the show directory is: "HGTV/House Hunters International" but inside that are about 6 'sub-folders' that aren't important to me. My current xml file has this line:
But this will create six 'shows' of the sub-folders when I'd really just like one House Hunters show in my TV directory. Should I place something different in my XML file to help with this?Code:<subfolder name="HGTV" type="episodes" prefix="(F) " recursive="false">
<subfolder name="House Hunters" recursive="true">
<filter>
<!-- runtime GT 15 minutes, 900 seconds -->
<runtime>GT|900</runtime>
</filter>
</subfolder>
My next question is regarding a few shows that aren't showing up in my library. One good example is Conan on TBS. My current search again for FreeCable add-on is:
This search successfully finds the shows, adds them to my database and dropbox, but I will consistently get this error:Code:<subfolder name="TBS/Full Episodes/Conan" type="episodes" prefix="(F)" recursive="false"> </subfolder>
I don't think this is a XBMC error as other shows work, and I've noticed sometimes Conan will show up but it will have no episodes even though there are 6 or 7 strm files in the dropbox directory, and it looks like the script is naming them correctly (S03E90 etc). The Conan fanart is also that of the warrior hero guy show, not the late night talk show guy. Is there something I need to do to force (or help) this script or XBMC add the files correctly? Does XBMC need an .nfo file or something to guide it?Code:SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: C:\Media\Dropbox\TV Shows\Conan\Season.3\S03E90 - Episode 3390.strm
Thanks for your help, sorry for the long drawn out questions!
(2013-03-23, 06:16)locoguano Wrote: [ -> ]I'm pretty sure I am just missing a setting... But this doesn't seem to be removing the movie folders that are no longer being found in the scan.
(2013-04-09, 20:55)locoguano Wrote: [ -> ](2013-04-05, 03:25)jaynford Wrote: [ -> ]Please...Netflix files WILL NOT PLAY. It scrapes them fine, and when I try to play through playon it works too, but the scraped files don't play...
Are you scraping on a server or on the media player pc?