• 1
  • 31
  • 32
  • 33(current)
  • 34
  • 35
  • 40
[RELEASE] - Rating Update v1.4.3
Brilliant, that worked perfectly. Thankyou very much
Reply
@genuk360

thanks for this great help with php and openelec 5.0 !!
Reply
Hi.. Thanks for a really cool Script.

I have a suggestion for a couple of text changes in the english.po file for the next version.

Change "is failed" to "has failed" in error messages.

Code:
Line 264: msgid "The JSON query has failed, sorry"
Line 268: msgid "The query to IMDb site has failed, sorry"
Line 276: msgid "The query to the database has failed, sorry"

And this line.. It is difficult to understand what this setting is. Initially I thought I had to provide a txt file of some sort, until I searched the forum. If you change it to what I have suggested below, it should be pretty clear.
Change if from:

Code:
Line 344: msgid "Folder path for the text file of the movies missing in the Top250"


to

Code:
Line 344: msgid "Save Path for txt file listing Top250 Movies you don't have"



/om
Reply
hi, when i try to launch RATING UPDATE it says that it wasn't able to find binary PHP-CGI.
How can i fix this?
Thanks
Reply
Any progress on updating only newly added movies?
HTPC: AMD Ryzen 9 7900 | AMD Radeon RX 7600 XT | 32GB DDR5 6000 | 2x WD Black SN770 1TB + 164TB HDD.
TV/Audio: LG OLED CX 77 | Yamaha RX-A3070 | 5.1.2 Atmos Speaker Setup

Software:
Kodi: v21 RC1 Omega | Skin: Madnox.Redux v21.00.11 | OS: Windows 11 Home
Reply
(2015-02-04, 18:26)gordi73 Wrote: hi, when i try to launch RATING UPDATE it says that it wasn't able to find binary PHP-CGI.
How can i fix this?
Thanks

right click the addon and browse to where you have the php folder
Reply
Installed this script today

One question: Does this script get the tvshow rating from IMDB only or can it also get the rating for each tvshow by episode?
Reply
(2015-01-17, 02:16)oleroc Wrote: Hi.. Thanks for a really cool Script.

I have a suggestion for a couple of text changes in the english.po file for the next version.

Thanks Big Grin

(2015-02-04, 22:02)Simkin84 Wrote: Any progress on updating only newly added movies?

Nope, I'm very busy at this time! Sad

(2015-02-05, 03:36)Edworld Wrote: Installed this script today

One question: Does this script get the tvshow rating from IMDB only or can it also get the rating for each tvshow by episode?

What does
Basically updates the ratings and the number of users who have voted of all your movies/tv shows (no single episodes) from IMDb and also updates the top250 list.

The script gets the general rating of tv show!
LG M227WD - ASUS S1-AT5NM10E - LOGITECH HARMONY 300i - MINI KEYBOARD USB
Running Ubuntu Precise 12.04.04 - FRODO 12.03 - Transparency!
Movies: 996 - TV Show: 98 - Albums: 1161

My Script: Rating Update - Thumbnails Cleaner
Reply
(2015-02-05, 02:52)Edworld Wrote:
(2015-02-04, 18:26)gordi73 Wrote: hi, when i try to launch RATING UPDATE it says that it wasn't able to find binary PHP-CGI.
How can i fix this?
Thanks

right click the addon and browse to where you have the php folder

sorry i am a dummy newbie Sad where is php folder? if i right click, by default it gives me path: usr/bin what should i change, i don't know where the file is?
Scusami ma sono veramente ignorante in materia (ho provato anche a vedere il readme ma non ci ho capito niente). Come lo tovo questo php-cgi? potresti aiutarmi?
Thanks/grazie!
Reply
http://php.net/manual/en/install.unix.php

http://php.net/manual/en/install.windows.php

http://php.net/manual/en/install.macosx.php
Reply
(2015-02-05, 13:53)craigey1 Wrote: http://php.net/manual/en/install.unix.php

http://php.net/manual/en/install.windows.php

http://php.net/manual/en/install.macosx.php

i have a Minix Neo X8-H plus with android gotham 13. But as i said im very newbie. i've tried to follow readme on the first page but it's too difficult for me.
Is it possible to add php-cgi automatcally on a next release of Rating Update?
Reply
Sorry, I've no idea how you would install PHP on that device. This script wont work without it being installed.
Reply
hi guys,

i tested the script with os x yosemite with this php5 installation at http://php-osx.liip.ch

method:

"All you need to do to install the whole thing is opening up a Shell and execute the following line:
curl -s http://php-osx.liip.ch/install.sh | bash -s 5.6 "

it worked fine but i realized that it doesn't work with some movies:

Image

Image


i looked for a pattern, i thought maybe this happens only with NR + non US movies but here it works:


Image

a NR and US movie doesn't work:

Image

so the only pattern found till now is that when the script failed to query IMDb then it's a NR movie.
But i can say that 90% of my movies don't have this problem so it's not a catastrophe. Big Grin

here is the kodi.log

http://xbmclogs.com/show.php?id=426488
Reply
(2015-02-14, 14:19)neurosis13 Wrote: hi guys,

i tested the script with os x yosemite with this php5 installation at http://php-osx.liip.ch

method:

"All you need to do to install the whole thing is opening up a Shell and execute the following line:
curl -s http://php-osx.liip.ch/install.sh | bash -s 5.6 "

it worked fine but i realized that it doesn't work with some movies:

i looked for a pattern, i thought maybe this happens only with NR + non US movies but here it works:

a NR and US movie doesn't work:

so the only pattern found till now is that when the script failed to query IMDb then it's a NR movie.
But i can say that 90% of my movies don't have this problem so it's not a catastrophe. Big Grin

here is the kodi.log

Try to add this

Code:
error_reporting(E_ALL & ~E_NOTICE);

in .kodi/addons/script.ratingupdate/resources/lib/php/getRatings.php before the line

Code:
require_once ("../imdb/imdb.class.php");

and give me a feedback. Thanks.
LG M227WD - ASUS S1-AT5NM10E - LOGITECH HARMONY 300i - MINI KEYBOARD USB
Running Ubuntu Precise 12.04.04 - FRODO 12.03 - Transparency!
Movies: 996 - TV Show: 98 - Albums: 1161

My Script: Rating Update - Thumbnails Cleaner
Reply
(2015-02-14, 17:32)m4x1m Wrote:
(2015-02-14, 14:19)neurosis13 Wrote: hi guys,

i tested the script with os x yosemite with this php5 installation at http://php-osx.liip.ch

method:

"All you need to do to install the whole thing is opening up a Shell and execute the following line:
curl -s http://php-osx.liip.ch/install.sh | bash -s 5.6 "

it worked fine but i realized that it doesn't work with some movies:

i looked for a pattern, i thought maybe this happens only with NR + non US movies but here it works:

a NR and US movie doesn't work:

so the only pattern found till now is that when the script failed to query IMDb then it's a NR movie.
But i can say that 90% of my movies don't have this problem so it's not a catastrophe. Big Grin

here is the kodi.log

Try to add this

Code:
error_reporting(E_ALL & ~E_NOTICE);

in .kodi/addons/script.ratingupdate/resources/lib/php/getRatings.php before the line

Code:
require_once ("../imdb/imdb.class.php");

and give me a feedback. Thanks.


yes, that was it, working now!
thanks
Rofl
Reply
  • 1
  • 31
  • 32
  • 33(current)
  • 34
  • 35
  • 40

Logout Mark Read Team Forum Stats Members Help
[RELEASE] - Rating Update v1.4.37