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

  Thread Rating:
  • 5 Votes - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
icky Offline
Senior Member
Posts: 189
Joined: Aug 2008
Reputation: 5
Post: #11
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
(This post was last modified: 2011-04-02 21:17 by icky.)
find quote
bradvido88 Offline
Member+
Posts: 736
Joined: Nov 2008
Reputation: 7
Location: MN
Post: #12
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.

XBMC.MyLibrary (add anything to the library)
ForTheLibrary (ForTheRecord & XBMC Library Integration)
SageTV & XBMC PVR Integration
Delete unused thumbs
find quote
icky Offline
Senior Member
Posts: 189
Joined: Aug 2008
Reputation: 5
Post: #13
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
find quote
icky Offline
Senior Member
Posts: 189
Joined: Aug 2008
Reputation: 5
Post: #14
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
find quote
bradvido88 Offline
Member+
Posts: 736
Joined: Nov 2008
Reputation: 7
Location: MN
Post: #15
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.

XBMC.MyLibrary (add anything to the library)
ForTheLibrary (ForTheRecord & XBMC Library Integration)
SageTV & XBMC PVR Integration
Delete unused thumbs
(This post was last modified: 2012-04-20 21:07 by bradvido88.)
find quote
bradvido88 Offline
Member+
Posts: 736
Joined: Nov 2008
Reputation: 7
Location: MN
Post: #16
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?

XBMC.MyLibrary (add anything to the library)
ForTheLibrary (ForTheRecord & XBMC Library Integration)
SageTV & XBMC PVR Integration
Delete unused thumbs
find quote
icky Offline
Senior Member
Posts: 189
Joined: Aug 2008
Reputation: 5
Post: #17
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
find quote
bradvido88 Offline
Member+
Posts: 736
Joined: Nov 2008
Reputation: 7
Location: MN
Post: #18
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.

XBMC.MyLibrary (add anything to the library)
ForTheLibrary (ForTheRecord & XBMC Library Integration)
SageTV & XBMC PVR Integration
Delete unused thumbs
find quote
icky Offline
Senior Member
Posts: 189
Joined: Aug 2008
Reputation: 5
Post: #19
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
find quote
icky Offline
Senior Member
Posts: 189
Joined: Aug 2008
Reputation: 5
Post: #20
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
find quote
Post Reply