XBMC Community Forum
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)



- icky - 2011-04-02 21:15

just running your program again with a debug log,

dropbox is set up exactly where it should be in xbmc, it get me the directors info etc but just doesnt stream Sad

http://www.mediafire.com/?jzyc5dpnc56kbks


- bradvido88 - 2011-04-02 21:33

I made a quick 1 line change.
Replace your current XBMC.MyLibrary.jar with this one. (it is in the /dist subfolder of your installation dir)

I also updated the main download.

Should now work correctly for local dropbox as well as shared dropbox.


- icky - 2011-04-02 21:47

i can only imagine we are on different sides of the atlantic, so i will ask now.... is there any chance of you quickly making a search filter for icefilms tv shows a-z directories....

so that i can edit it to the show i want etc... just the basic template is needed...

this would be awesome!1


- icky - 2011-04-02 22:01

http://www.mediafire.com/?n5c65x2ah146amp

http://www.mediafire.com/?ws8lz4td4wo3p6e


right all movies are now scanned into an icefilms folder in movie library, and they stream!!!!

however...... it starts half way thru the movie on some and stops nearly immediately on others.

plus the music videos do not work, but i dont think this is due to your program i think this is to do with the plugin itself as have tried it thru the plugin and they wont stream either Sad


- bradvido88 - 2011-04-02 22:14

BlueCop has acknowledged that many of his plugin's sources are not currently working (Yahoo Music Videos). That's on the plugin, not this script.


- bradvido88 - 2011-04-02 22:26

icky Wrote:[url=http://www.mediafire.com/?n5c65x2ah146amp][/url]

however...... it starts half way thru the movie on some and stops nearly immediately on others.
Starting half-way through the movie could be a sign that I'm not correctly sorting the multi-file movies correctly. Which movie in particular was this?


- icky - 2011-04-02 22:39

bradvido88 Wrote:Starting half-way through the movie could be a sign that I'm not correctly sorting the multi-file movies correctly. Which movie in particular was this?

well it only scrpaes about 10 movies for me but all 10 start incorrectly..

500 days of summer
127 hours

etc
etc


cheers for the search filter Smile


- bradvido88 - 2011-04-02 22:48

Hmm, my movies start correctly from IceFilms.
You can check by opening up the .strm where that movie is located in {dropbox}\Movies.

It should look something like this:
Code:
plugin://plugin.video.icefilms/?url=http%3A%2F%2Fwww.megaupload.com%2F%3Fd%3D1IZJI7H0%26w%3D719%26h%3D349&mode=200&name=Source+%231+%7C+MU+%7C+Part+1
plugin://plugin.video.icefilms/?url=http%3A%2F%2Fwww.megaupload.com%2F%3Fd%3DQU0CAKEI%26w%3D719%26h%3D349&mode=200&name=Source+%231+%7C+MU+%7C+Part+2
Notice how the first line ends in Part+1 and the second line is Part+2.
Check your .strm file and see if they are in the correct order.


- icky - 2011-04-02 22:58

bradvido88 Wrote:Hmm, my movies start correctly from IceFilms.
You can check by opening up the .strm where that movie is located in {dropbox}\Movies.

It should look something like this:
Code:
plugin://plugin.video.icefilms/?url=http%3A%2F%2Fwww.megaupload.com%2F%3Fd%3D1IZJI7H0%26w%3D719%26h%3D349&mode=200&name=Source+%231+%7C+MU+%7C+Part+1
plugin://plugin.video.icefilms/?url=http%3A%2F%2Fwww.megaupload.com%2F%3Fd%3DQU0CAKEI%26w%3D719%26h%3D349&mode=200&name=Source+%231+%7C+MU+%7C+Part+2
Notice how the first line ends in Part+1 and the second line is Part+2.
Check your .strm file and see if they are in the correct order.

cheers for the info,

2 things... first off can't use & in xml Smile

and also with the episodes how can i turn the multi part selcection off i the xmlConfused

cheers for the help bud


- icky - 2011-04-02 23:08

how do i filter the tv episodes... adjusted the xml like you suggested but it is now scanning every single tv show in the a-z directories folder..... thats a lot of shows!!! i tried <filter> but it gave me an xml error