• 1
  • 39
  • 40
  • 41(current)
  • 42
  • 43
  • 100
XBMC.MyLibrary - Scan any source to the library (Hulu/Netflix/Plugins)
@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?
Intel® Quad Core i5 Sandybridge @3.40GHz | ASRock Z775 Mobo 8GB DDR3 Ram | Logitech K400 Keyboard |
| Logitec Harmony 550 Remote| 46' Samsung LCD TV | Onkyo TX-S605 w/ Bose 5.1 Surround
Reply
Can someone please walk me through editing the config.xml file for XBMC MyLibrary to scan XBMC-Flicks netflix movies and tv shows to the my library. I'm trying to follow the steps here
https://docs.google.com/document/d/1CDbd...l=en&pli=1
but I'm still confused on what parts of the xml file I need to edit and configure and how to set up the folders for strmp files.
Reply
(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?

If you aren't seeing a prefix show up, it's either because the strm file isn't in XBMC's library, or the path configured for your <dropbox> isn't the same as the path set up for XBMC's source.
The XBMC.MyLibrary log will tell you what path it's trying to find the strm at.

So far, there is nothing you can do with the "." in the name. I picked a naming convention that XBMC is guaranteed to parse correctly, and the thought was if users can change this on the fly, it will mess up the dropbox completely.
XBMC.MyLibrary (add anything to the library)
ForTheLibrary (Argus TV & XBMC Library PVR Integration)
SageTV & XBMC PVR Integration
Reply
@bradvido88

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!
Reply
help lol
Reply
@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.
Reply
(2012-11-14, 17:58)nutt318 Wrote: @bradvido88

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!
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-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.

XBMC.MyLibrary (add anything to the library)
ForTheLibrary (Argus TV & XBMC Library PVR Integration)
SageTV & XBMC PVR Integration
Reply
Here is my Config.xml file: http://pastebin.com/J0Y1jayM

Another question I have is do I need to set a search filter for the XBMCFlicks plugin for it to scan and how would i configure that
I wasn't 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 137.36.48.69 was directly from the XBMC system info and my port is set to 8080.


Here is my Debug Log: http://pastebin.com/cdiB9x73
Reply
(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

That config file does not match what is shown in the debug log. They are from two seperate times.

Yes, you need to specify a valid location for your dropbox. This is where .strm files will be created. I'd highly suggest a network share for this location (even if it's on the same box).
Yes,you need to create a search filter for any content you want this program to put in the library. Some example are shown in the Config.xml file.
XBMC.MyLibrary (add anything to the library)
ForTheLibrary (Argus TV & XBMC Library PVR Integration)
SageTV & XBMC PVR Integration
Reply
(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.

- <IPChange enabled="false">
<change from="127.0.0.1" to="192.168.1.1" />
<change from="localhost" to="192.168.1.1" />
</IPChange>

Reply
The ipchange only changes ip's written to the .strm files themselves.
XBMC.MyLibrary (add anything to the library)
ForTheLibrary (Argus TV & XBMC Library PVR Integration)
SageTV & XBMC PVR Integration
Reply
(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.

Awesome, Thank you! Can't wait to give it a try
Reply
@bradvido88

Any idea when the new release will be uploaded?
Reply
(2012-11-19, 22:18)nutt318 Wrote: @bradvido88

Any idea when the new release will be uploaded?

Right now http://code.google.com/p/xbmc-mylibrary/downloads/list

1.4.2 uploaded with your fix and a whole slew of other (mostly cosmetic) changes. Also improved shared libraries for JSON-RPC to retry when a plugin fails to reload a directory.
XBMC.MyLibrary (add anything to the library)
ForTheLibrary (Argus TV & XBMC Library PVR Integration)
SageTV & XBMC PVR Integration
Reply
Hey everyone, I have just made the switch from xbmcflicks (constantly breaking) to Netflix through playon. Does anyone have a good filter for netflix through playon? I just want to get everything from my instant queue. Thanks in advance!
Reply
  • 1
  • 39
  • 40
  • 41(current)
  • 42
  • 43
  • 100

Logout Mark Read Team Forum Stats Members Help
XBMC.MyLibrary - Scan any source to the library (Hulu/Netflix/Plugins)10