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

  Thread Rating:
  • 5 Votes - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
xboxkid Offline
Junior Member
Posts: 23
Joined: Aug 2007
Reputation: 0
Post: #21
Having a little trouble with the download linkConfused
find quote
bradvido88 Offline
Donor
Posts: 736
Joined: Nov 2008
Reputation: 7
Location: MN
Post: #22
icky Wrote: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
Remove any recursive="true" attributes in any parent elements.

xboxkid Wrote:Having a little trouble with the download linkConfused
Hmm... not sure.... I just tried it and it worked.

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: #23
bradvido88 Wrote:Remove any recursive="true" attributes in any parent elements.


Hmm... not sure.... I just tried it and it worked.

<!--Download HD movies from Icefilms plugin -->
<IceFilms path="plugin://plugin.video.icefilms" multi_part="true" recursive="true">
<subfolder name="Movies/HD 720p/Popular" type="movies" movie_set=" IceFilms" download="true" >
<filter><!--filter for specific titles I want -->
<regexp>(500 days of summer|127 hours|district 9|Kick-ass|black swan|salt|The King's Speach|Easy A|Tangled)</regexp>
</filter>
<exclude><!--Only want hi-def, not DVD quality-->
<contains>/dvd</contains>
<contains>DVDRip</contains>
</exclude>
</subfolder>

<subfolder name="TV Shows/A-Z Directories" type="episodes">
<subfolder name="F/Family Guy (1999)" recursive="true"/>
<subfolder name="B/Baywatch (1989)" recursive="true"/>
<subfolder name="G/Goodnight Sweetheart (1993)" recursive="true"/>
</subfolder>


thats what i have for the icefilms section of the xml..... where should i remove the recursive as i cant see one in the parent folderConfused
find quote
icky Offline
Senior Member
Posts: 189
Joined: Aug 2008
Reputation: 5
Post: #24
found where to remove the recursive, and all tv shows i selected scan into library fine but now your program doesnt want to change them to strm filesConfused

http://www.mediafire.com/?y0gds34l8puo2d3
find quote
icky Offline
Senior Member
Posts: 189
Joined: Aug 2008
Reputation: 5
Post: #25
have noticed i can rename all of the mpg to strm and they wokr once scaned in which is a bit of a chore... but dont mind doing it as to have them in the library is ace!

cheers for the program bud
find quote
bradvido88 Offline
Donor
Posts: 736
Joined: Nov 2008
Reputation: 7
Location: MN
Post: #26
icky Wrote:have noticed i can rename all of the mpg to strm and they wokr once scaned in which is a bit of a chore... but dont mind doing it as to have them in the library is ace!

cheers for the program bud
You never have to change them to .strm's manually.
In fact, that workaround will work only for TV shows because of a quirk in XBMC's video scanner.

Sounds like something got messed up with all the changes you've made.

You could try starting from scratch:

  1. Delete everything inside TV Shows, Movies, and Music Videos folders.
  2. Clean XBMC's video library.
  3. Delete all .db files in the dist folder of this program.
  4. Run this program again.

Also, & in XML is represented by: &amp;

XBMC.MyLibrary (add anything to the library)
ForTheLibrary (ForTheRecord & XBMC Library Integration)
SageTV & XBMC PVR Integration
Delete unused thumbs
(This post was last modified: 2011-04-03 02:38 by bradvido88.)
find quote
icky Offline
Senior Member
Posts: 189
Joined: Aug 2008
Reputation: 5
Post: #27
cheers for the help bud,

just a quick one, once baywatch has been scanned to the library, i can remove it from the config.xml file so that the script runs quicker yeah?

but obviously add it back in if the streams start failing so that it updates the streams again??/


also is there anyway to get rid of the playback failed dialog... have tried the esc key but that kills the already playing video and have also tried return but that kills it as wellConfused?
find quote
azzbarb Offline
Junior Member
Posts: 8
Joined: Apr 2011
Reputation: 0
Post: #28
xboxkid Wrote:Having a little trouble with the download linkConfused

having the same trouble, is there an alternate download as i would like to test this out, thanks Smile
find quote
htpc guy Offline
Posting Freak
Posts: 1,212
Joined: Oct 2010
Reputation: 7
Location: Near St. Louis Mo
Post: #29
I want to give this a try but the download link for the script gives a 404 error.

How to use Git
| AMD Athlon II X3 Triple Core Processor 2.9 GHz |GIGABYTE GA-MA785GM-US2H Mobo 2GB DDR2 Ram | MSI N430GT |
| Logitec Harmony One Remote| 52" Sharp Aquos LED TV | Onkyo TX-NR509 |
find quote
bradvido88 Offline
Donor
Posts: 736
Joined: Nov 2008
Reputation: 7
Location: MN
Post: #30
Sorry bout the 404's. Just a typo. It's fixed now.

XBMC.MyLibrary (add anything to the library)
ForTheLibrary (ForTheRecord & XBMC Library Integration)
SageTV & XBMC PVR Integration
Delete unused thumbs
find quote
Post Reply