Kodi Community Forum
XBMC.MyLibrary - Scan any source to the library (Hulu/Netflix/Plugins) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/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) - Doctor Eggs - 2014-09-25

That step is to make sure you have the correct location to java.exe. If you right click on either Run-x64.cmd or Run-x86.cmd and click Edit, it will open the file in notepad. You will see something like the following:
Code:
"%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -jar "XBMC.MyLibrary.jar"
pause

You may need to change the "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" part to where ever you have Java installed. By default, this location is for Java Version 6. I had to change mine because I had version 7. Once you make your changes, save the file and you should be all set for this step of the guide.


RE: XBMC.MyLibrary - Scan any source to the library (Hulu/Netflix/Plugins) - Ryoga79 - 2014-09-26

Looks like updating to Kodi magically solved my problem in Post #1379....anyone have any recommendations for my issue in Post #1371?


RE: XBMC.MyLibrary - Scan any source to the library (Hulu/Netflix/Plugins) - michael7oliver - 2014-09-26

(2014-09-25, 19:24)Doctor Eggs Wrote: That step is to make sure you have the correct location to java.exe. If you right click on either Run-x64.cmd or Run-x86.cmd and click Edit, it will open the file in notepad. You will see something like the following:
Code:
"%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -jar "XBMC.MyLibrary.jar"
pause

You may need to change the "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" part to where ever you have Java installed. By default, this location is for Java Version 6. I had to change mine because I had version 7. Once you make your changes, save the file and you should be all set for this step of the guide.

Thanks! I had the same problem as you, all sorted now. I seem to be running into an error with my XML file now. I'll post a log over the weekend after I've had a better look at it.


RE: XBMC.MyLibrary - Scan any source to the library (Hulu/Netflix/Plugins) - michael7oliver - 2014-09-26

I've been running into some further issues, running on Windows 8 trying to scan Netflix in via PlayOn.

My config can be found here
http://pastebin.com/SxDshScP

and my log here...
http://pastebin.com/SMAYK6Lj

Any suggestions?


RE: XBMC.MyLibrary - Scan any source to the library (Hulu/Netflix/Plugins) - masetheace64 - 2014-09-26

(2014-04-20, 01:46)bradvido88 Wrote:
(2014-04-19, 00:38)Konos Wrote: When i run the cmd script it just deletes the three folders in the dropbox -movies, tv shows, and music videos folders. I have no idea at what point this is taking place so I just post the whole info log.


http://pastebin.com/X4sLCXHc
In xbmc, under the videos section, you need to add a source named "Netflix" and point it to your netflix content. Then MyLibrary can scan it.

I am having this exact same issue. Could you provide a little bit more details for the answer please? I interpret "add Netflix as a source" as going into my Video section, Add Video... and navigating to an empty Netflix folder. I also don't understand the part about pointing to your Netflix content. Does it need to be pointed to Playon or something? I am new to this and just started trying to set this up yesterday so sorry for the lack of knowledge. Thanks!

Edit: I think I found out what Im doing wrong. I need to add Netflix and hulu as separate UPnP sources in XBMC. I'll try this weekend and see what happens Smile

Edit 2: that was exactly my problem. All is well and I can finally say this tool is amazing!


RE: XBMC.MyLibrary - Scan any source to the library (Hulu/Netflix/Plugins) - Doctor Eggs - 2014-09-26

(2014-09-26, 14:28)michael7oliver Wrote: I've been running into some further issues, running on Windows 8 trying to scan Netflix in via PlayOn.

My config can be found here
http://pastebin.com/SxDshScP

and my log here...
http://pastebin.com/SMAYK6Lj

Any suggestions?

Two things:
1. IMPORTANT: This requires going to System, Services, Remote Control and checking "Allow Programs on this/others systems to control XBMC". Do you have that set correctly?
2. In <XBMCWebServer> section you have your password as "xbmcd". I think that should be just "xbmc"


XBMC.MyLibrary - Scan any source to the library (Hulu/Netflix/Plugins) - michael7oliver - 2014-09-28

(2014-09-26, 21:18)Doctor Eggs Wrote:
(2014-09-26, 14:28)michael7oliver Wrote: I've been running into some further issues, running on Windows 8 trying to scan Netflix in via PlayOn.

My config can be found here
http://pastebin.com/SxDshScP

and my log here...
http://pastebin.com/SMAYK6Lj

Any suggestions?

Two things:
1. IMPORTANT: This requires going to System, Services, Remote Control and checking "Allow Programs on this/others systems to control XBMC". Do you have that set correctly?
2. In <XBMCWebServer> section you have your password as "xbmcd". I think that should be just "xbmc"

Thanks again mate, all seems to be working now. Terrific software!


RE: XBMC.MyLibrary - Scan any source to the library (Hulu/Netflix/Plugins) - michael7oliver - 2014-09-30

(2014-06-04, 17:26)bradvido88 Wrote: Yes, it's because XBMC sees the .strm as a playlist and when it plays the content inside it (the actual video you watch), it marks that video watched but not the playlist. I believe there is a trac ticket for this issue if you search.

Great software bradvido. So is this something that would need to be updated in the xbmc main code? I wasn't able to find the trac ticket... does it seem likely it'll be updated to allow playlist to be marked as watched?


RE: XBMC.MyLibrary - Scan any source to the library (Hulu/Netflix/Plugins) - Tatts4Life - 2014-10-01

How would I get this to point KODI to my Amazon Watchlist? What do I need to type for both movies and TV shows?


RE: XBMC.MyLibrary - Scan any source to the library (Hulu/Netflix/Plugins) - markaisi - 2014-10-06

I have an add-on I wish to include into mylibray. My sub folder is highlighted green. Do I need place code to signify this for my library to find when I run the program?


RE: XBMC.MyLibrary - Scan any source to the library (Hulu/Netflix/Plugins) - Tatts4Life - 2014-10-10

Is there anywhere out there that I can see an example for setting up Amazon, HBO, and other stuff from playon?


RE: XBMC.MyLibrary - Scan any source to the library (Hulu/Netflix/Plugins) - saitoh183 - 2014-10-10

(2014-10-10, 15:58)Tatts4Life Wrote: Is there anywhere out there that I can see an example for setting up Amazon, HBO, and other stuff from playon?

search this thread...there are plenty of examples


RE: XBMC.MyLibrary - Scan any source to the library (Hulu/Netflix/Plugins) - denz13 - 2014-10-12

(2014-02-12, 23:43)denz13 Wrote:
(2014-01-27, 22:26)denz13 Wrote:
(2014-01-26, 22:16)bradvido88 Wrote: iPlayer should be compatible, but I've never tried it.
From looking at the config posted, it looks like the \([0-9]+\) in the regex names is not necessary because the listings returned by iPlayer don't have a video count appended to the name.

I'd need to see your XBMC.MyLibrary DEBUG log and your Config.xml when you try to scrape iPlayer to know for sure what's goin gon

Thanks for the response, my config file is here: http://pastebin.com/BJzvbqr9

and the debug log here: http://pastebin.com/P6XtnTgw

I've tried various different subfolders, with and without filters with no luck. Any help is greatly appreciated.

@bradvido - did you get a chance to look at my logs? Thanks in advance

Hi Bradvido, I know my last post was a while ago, but i never managed to get this working. Any suggestions?


Question regarding integrating Playon- & XBMC.MyLibrary-1.4.3 - mattseb - 2014-10-13

I successfully integrated selected meta-data from Playon using XBMC.MyLibrary-1.4.3 but as I scanned in too much stuff I then deleted the 'dropbox' file on my server that holds the & cleaned my XBMC library. Now the MyLibrary script runs and saves the revised '.strm' files but my XBMC library does not update to reflect the meta-data. On the log file it says "SKIPPING meta-data update: SKIP: The video is not yet in XBMC's library: [file path to my dropbox file location]"

Any thoughts on how to remedy this would be appreciated!


RE: XBMC.MyLibrary - Scan any source to the library (Hulu/Netflix/Plugins) - ponyboy_nd - 2014-10-19

I am trying to integrate a Playon server with XBMC.MyLibrary. So far I have successful in setting the sources and getting XBMC.MyLibrary to add all sources to my libraries. However, I am really struggling with getting my Netflix content to play from my library. If I go in through the PlayOn UPnP source and try to play a Netflix video it works fine. However, if I try and play the same video through my library (the link created by XBMC.MyLibrary) I get an error that says Playlist -> Can't find next item

XBMC Log: http://pastebin.com/isxrNUmV
XBMC.MyLibrary Config: http://pastebin.com/0kaGnnmu

It plays my Hulu sources just fine from the Library. I'm not sure what is going on but I'd really like to get Netflix working since the majority of my content comes from it. Thanks for any help you can provide.


*** UPDATE *** - It seems as though if I restart Playon Server and XBMC and then re-run XBMC.MyLibrary the links to the shows in my library start working. But then 15 minutes later I start getting the "Playlist -> Can't find a next item" error message when playing from my library. (Playing from the UPnP source still works). I'm curious, do the netflix links really expire that soon? I'm not sure if this is really the case though because even if re-run XBMC.MyLibrary without restarting the Playon Server I still get the error. My Hulu links all still work in my library so this is only an issue with Netflix at the moment.