Kodi Community Forum
[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)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40


- PatK - 2011-12-01

m4x1m Wrote:With 2539 movies it takes hoursBig Grin

However I understand where is the problem...

Try to put php-cgi in c:/php/ and change path in the addon settings, probably "c: \ program files (x86)" is the problem. I'll try to fix tomorrow, meanwhile, you try so give me confirmation!

That was it.... works like a charm Smile


- m4x1m - 2011-12-03

PatK Wrote:That was it.... works like a charm Smile

I could not test it, but I left a print path in the code, so the script will print the path that created. ( "C:/Program Files (x86)/Php5/php-cgi.exe" with double quote)

New Version:
script.ratingupdate-1.1.3.zip

Code:
v 1.1.3:
- Reduced the number of queries to the XBMC database.
- Fixed problem with damned Windows path (I hope).
- Fixed some others minor bugs.



- PatK - 2011-12-03

Didn't find Php5 but thanks for the browser.. I did move Php5 back to c: restarted and it still didn't find it. http://pastebin.com/9T6F5S6X rolling back now.


- m4x1m - 2011-12-03

PatK Wrote:Didn't find Php5 but thanks for the browser.. I did move Php5 back to c: restarted and it still didn't find it. http://pastebin.com/9T6F5S6X rolling back now.

OK thanks! I'll install xbmc on windows and I'll try to fix. We will come out!Big Grin


- m4x1m - 2011-12-03

PatK Wrote:Didn't find Php5 but thanks for the browser.. I did move Php5 back to c: restarted and it still didn't find it. http://pastebin.com/9T6F5S6X rolling back now.

OK, I've tested it, now works! Nod

New Version:
script.ratingupdate-1.1.4.zip

Code:
v 1.1.4:
- Fixed problem with damned Windows path (For real).



- PatK - 2011-12-03

Nod Nice


- m4x1m - 2011-12-09

New Version:
script.ratingupdate-1.1.5.zip

Code:
v 1.1.5:
- Added the resume ability when user interrupting the scraping (only for movies and tv shows should also works in background if xbmc crash,
  I don't think works when IMDb is unreachable, but not tested).
- Added notify for the actual name of the tv show when you need to choose the correct tv show from the list.
- Added multilanguage strings (Not complete).
- Added in TV Shows number of users who have voted even if the skin doesn't show it.
- Fixed unicode error in TV Shows while scraping.



- PatrickBateman - 2011-12-09

m4x1m Wrote:New Version:
script.ratingupdate-1.1.5.zip

Code:
v 1.1.5:
- Added the resume ability when user interrupting the scraping (only for movies and tv shows should also works in background if xbmc crash,
  I don't think works when IMDb is unreachable, but not tested).
- Added notify for the actual name of the tv show when you need to choose the correct tv show from the list.
- Added multilanguage strings (Not complete).
- Added in TV Shows number of users who have voted even if the skin doesn't show it.
- Fixed unicode error in TV Shows while scraping.

Fantastic!

Thanks for this, really appreciated... Nod


- ezechiel1917 - 2011-12-09

Best script ever Cool


- krish_2k4 - 2011-12-09

good stuff! most useful script! and so easy to use.


- PatK - 2011-12-10

Nod Nicer yet


- Sunz - 2011-12-12

Is it possible to let the script edit the nfo file so that it has an top 250 number?

Most of my nfo files don't contain a top 250 (don't know why though, checked it in ember media manager)

Otherwise, is there a better program to quickly rescan my movies to ONLY include a top 250 id?


- Martijn - 2011-12-12

Sunz Wrote:Is it possible to let the script edit the nfo file so that it has an top 250 number?

Most of my nfo files don't contain a top 250 (don't know why though, checked it in ember media manager)

Otherwise, is there a better program to quickly rescan my movies to ONLY include a top 250 id?
First use this script and then do an XBMC export to separate files.


- JustinAiken - 2011-12-16

Moved to Eden last night, installed the php thingie and this plugin...

Updated the top250 successfully, but crashes on the big movie update or the TV update...

That's okay though, top250 is what I wanted! Smile (Or should I say top 249 - need Hugo!)


- m4x1m - 2011-12-16

clock2113 Wrote:Updated the top250 successfully, but crashes on the big movie update or the TV update...

There is a resume function!
Xbmc tends to freeze when there are many calls to the database I don't know why! I have 785 movies, 78 series and xbmc doesn't freeze Big Grin

@Sunz
Follow the advice of Martijn