[RELEASE] - Rating Update v1.4.3 - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151) +---- Thread: [RELEASE] - Rating Update v1.4.3 (/showthread.php?tid=107331) |
- lowfi - 2011-12-18 I use a mysql DB and imdb scraper. When i run the script (1.1.5) i get the following error: Code: 17:55:14 T:2908736368 WARNING: CreateLoader - Unsupported protocol(addons) in addons://more/executable.tbn This didnt happen with 1.1.0. - m4x1m - 2011-12-18 lowfi Wrote:I use a mysql DB and imdb scraper. When i run the script (1.1.5) i get the following error: Version of mysql server? - Mizaki - 2011-12-18 Thanks for this. I just installed 1.1.5 but had to manually make ".xbmc/userdata/addon_data/script.ratingupdate/" dir. This is on linux and I skipped the top 250 and said yes to movies. - m4x1m - 2011-12-18 Mizaki Wrote:Thanks for this. I just installed 1.1.5 but had to manually make ".xbmc/userdata/addon_data/script.ratingupdate/" dir. This is on linux and I skipped the top 250 and said yes to movies. Thanks, this is a bug I'll fix to next release! - lowfi - 2011-12-20 m4x1m Wrote:Version of mysql server? MySQL version 5.1.41 - m4x1m - 2011-12-21 lowfi Wrote:MySQL version 5.1.41 I'm searching in google and I found that perhaps is a bug of mysql but I'm not sure. Anyway I'll try a workaround, in meantime could you try to substitute LIMIT 0,-1 with LIMIT 0,1000000 The problem is "-1" you can replace it wherever you find it in the query with 1000000 (I don't think you have more 1000000 of movies ). In this way we will be sure the problem is that I have no way to test. - lowfi - 2011-12-24 Hmm how do i do this? - m4x1m - 2011-12-24 lowfi Wrote:Hmm how do i do this? No matter, try this ... New Version: script.ratingupdate-1.1.6.zip Code: v 1.1.6: - Ben91 - 2011-12-29 Any chance to get this feature in XBMC : http://forum.xbmc.org/showthread.php?tid=117414 Please... I would love personnal ratings showed in XBMC. It should be simple to do with your script ? Anyway, thank you for the consideration. Cheers. - gabbott - 2011-12-29 So anyone use this with openelec? Wondering if it's possible being that the script needs an install of php5-cgi - theowiesengrund - 2011-12-31 Anyone got this working on a mac? I have linked to the php-cgi binary, but still not working... - ezechiel1917 - 2011-12-31 reinstalled system and updating IMDb top250 now freezes xbmc. single movie and all movies scraping works ok. No clue from log: There is always around 40-50 queries (in 1s) for various movies from top250 list Code: 1:50 T:3012499264 DEBUG: HttpApi Start command: QueryVideoDatabase paras: QueryVideoDatabase; SELECT c00, c13 FROM movie WHERE c09="tt0103064" but nothing more which could point out what's wrong db is sqlite EDIT: Updated to newer xbmc version, and so far it works. - sirsmooth - 2012-01-01 I have just tested 1.1.6 on the eden beta and I get this error when it scrapes movies. (top 250 is fine but it comes back with 'no top250 information available' so I guess I have no movies from the top250!) Code: 17:35:38 T:2576 ERROR: Error Type: <type 'exceptions.ValueError'> Cheers sirsmooth - m4x1m - 2012-01-01 sirsmooth Wrote:I have just tested 1.1.6 on the eden beta and I get this error when it scrapes movies. (top 250 is fine but it comes back with 'no top250 information available' so I guess I have no movies from the top250!) No Data. Have you installed php-cgi? have you scraped your movies with IMDB? Open cmd prompt and type this: C:\PATHWHEREUNZIPPED\php-cgi5.exe -q "C:\Documents and Settings\Gazza\Application Data\XBMC\addons\script.ratingupdate\resources\ratings.php" -d mid=tt0133093 the result should look like this: {"Rating":"8.7","Votes":"498,417","Response":"True"} - m4x1m - 2012-01-01 theowiesengrund Wrote:Anyone got this working on a mac? Fixed in next release. I forgot Mac OS |