![]() |
|
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) |
- bradvido88 - 2011-06-30 14:53 @ktjensen Thanks, it's just a spare time project for me. I like to give back to the XBMC community when i can since it's been so awesome to me over the years! - bradvido88 - 2011-06-30 14:57 --Sorry, double post - qq_bryon - 2011-07-01 18:10 first thanks so much for this, this is exactly what I wanted in setting up my xbmc. I'm very excited to get it working but running into a problem. It looks like everything is set up correctly but when it goes to update xbmc database I get errors stating Code: 07/01/2011 10:23:06 AM ERROR DBUpdate:TV Show Could not execute query: SELECT idFile FROM files WHERE idPath IN(SELECT idPath FROM path WHERE strPath = 'C:\Library\dropbox\TV Shows\Arrested.Development\Season.1\') AND strFileName = 'S01E01 - Pilot.mpg'http://dl.dropbox.com/u/3154799/XBMC.MyLibrary.log - gseib - 2011-07-01 18:37 Here is another example of the problem i have with none "seasoned" tv shows on netflix (collections and volumes) http://pastebin.com/RLDMueRK for some reason it chooses the "volume 1" as the series lookup. I am sure it is something im doing wrong, but what? - qq_bryon - 2011-07-03 20:42 Actually found the solution to my problem by turning off escaped characters in mysql http://stackoverflow.com/questions/3098978/mysql-interpreting-special-characters-in-generated-query - bradvido88 - 2011-07-03 21:04 gseib Wrote:Here is another example of the problem i have with none "seasoned" tv shows on netflix (collections and volumes) I'd need a full log to determine if it's doing custom Netflix parsing - bradvido88 - 2011-07-03 21:07 qq_bryon Wrote:Actually found the solution to my problem by turning off escaped characters in mysql Yep that'll work but it shouldn't be necessary. I'll take a look at my escaping, I thought I had that handled correctly. - amirite - 2011-07-04 20:10 hey, could one of you check my config for me? I'm trying to merge a small number of Netflix and Hulu sources into my library, but I'm getting the error that my config.xml isn't valid. I hope I'm not just doing something dumb: http://pastebin.com/y9CneG4r Thanks in advance! This seems like a kickass program, just can't seem to get it to work right yet... - qq_bryon - 2011-07-05 15:31 @amirite This <subfolder name="Popular/Popular Feature Films" recursive="true" type="movies" max_videos="10" suffix=" [H]></subfolder> suffix doesn't have a closed " so it should be <subfolder name="Popular/Popular Feature Films" recursive="true" type="movies" max_videos="10" suffix=" [H]"></subfolder> - amirite - 2011-07-05 23:25 lol whooops, of course it was a typo... thanks for pointing it out for me! Seems to be working now, but my new videos aren't actually playing. I'm supposed to set my streaming dropbox as a source right? Because it finds all the media just fine, it's just that nothing's playing... could be user error. I'm gonna try clearing my databases and scanning again. EDIT: Finally got this working last night - it's wonderful!
|