2012-11-13, 02:35
@bradvido88 i still have the same issue of no prefix? How does the prefix work? Also, is there anything we can do with "." in the naming convention?
(2012-11-13, 02:35)hunkyn Wrote: @bradvido88 i still have the same issue of no prefix? How does the prefix work? Also, is there anything we can do with "." in the naming convention?
(2012-11-14, 17:58)nutt318 Wrote: @bradvido88This has been fixed as of this commit: http://code.google.com/p/xbmc-mylibrary/...etail?r=19
Any luck with with getting the parsing to work with the following format?
Show Name - SXXEXX - Show Title - Show Quality
I'd rather not rename my entire directory, but if there was a way to trick or not reconize the rest of the text after the second - that would be great.
Your plugin works great, I just tested it with my movie collection and it was able to parse them just fine, along with any tv shows with the naming convention of Show Name - SXXEXX.
Thanks!
(2012-11-14, 18:13)spyder Wrote: @willburstyle06: It looks like you're just missing your local ip address(assuming you're running on the same pc you're scraping). You should be able to just use 127.0.0.1 Also, according to this post you don't need to use playon.Yeah you need to at least do that. You do not need to use playon for anything. If you stil can't figure it out, upload your Config.xml and XBMC.Mylibrary_DEBUG.log to pastbin.com, then provide the links to them here.
(2012-11-14, 18:45)willburstyle06 Wrote: Here is my Config.xml file: http://pastebin.com/cckfdhcv
Another question I have is do I need to set a search filter for the XBMCFlicks plugin for it to scan
I wasnt sure how to fill out the path for the Dropbox file. My folder is not a smba and its located under C:/users/William/XBMC MyLibrary
The IP address I used was directly from the XBMC system info and my port is set to 8080
Here is my Debug Log:http://pastebin.com/cdiB9x73
(2012-11-14, 18:45)willburstyle06 Wrote: The IP address 137.36.48.69 was directly from the XBMC system info and my port is set to 8080.You need to change this to 127.0.0.1 There is an ipchange setting in the config.xml that is set to false, it's easiest to just change to the 127 address.
(2012-11-14, 18:24)bradvido88 Wrote: This has been fixed as of this commit: http://code.google.com/p/xbmc-mylibrary/...etail?r=19
I still need to rebuild the source and upload it, but it will be fixed in the next release.
(2012-11-19, 22:18)nutt318 Wrote: @bradvido88
Any idea when the new release will be uploaded?