Posts: 2,134
Joined: Sep 2014
Reputation:
57
windows 7 krypton beta7 works fine
Posts: 74
Joined: Jan 2017
Reputation:
0
For Rating update, i am unable to install python. It says Cant remove old file system/bin/php Read only file system. Appreciate you help. I am using minix neo x8-h plus
Posts: 543
Joined: Jan 2014
Reputation:
6
2017-01-16, 16:36
(This post was last modified: 2017-01-16, 16:55 by djhifi.)
How are we, NVIDIA Shield (Android) users, able to install the php-cgi?
I went to the link provided, downloaded the .tar file, extracted it, placed it on my NVDIA Shield, changed the path...and the addon doesn't work.
Please help me out. I got this working on Openelec but not on NVIDA Shield. What am I doing wrong?
I am having the following report in LOG:
[Rating Update] - Starting Rating Update v1.4.3 (Single Mode TVShow)
14:48:38 T:1587534128 WARNING: CPythonInvoker(38): Script invoked without an addon. Adding all addon modules installed to python path as fallback. This behaviour will be removed in future version.
14:48:38 T:1587534128 NOTICE: [Rating Update] - Sending query to the IMDb site, please wait ...
14:48:38 T:1587534128 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.OSError'>
Error Contents: [Errno 13] Permission denied
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.ratingupdate/resources/lib/ruTVShow.py", line 131, in <module>
TVShows()
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.ratingupdate/resources/lib/ruTVShow.py", line 16, in __init__
getResponse = self.doUpdate()
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.ratingupdate/resources/lib/ruTVShow.py", line 43, in doUpdate
Posts: 543
Joined: Jan 2014
Reputation:
6
this thread is dead i think...
Posts: 543
Joined: Jan 2014
Reputation:
6
addon is currently dead on v17
Posts: 426
Joined: Jan 2015
Reputation:
12
I think on some Systems its the missing or corrupt php-cgi file!!
Posts: 1
Joined: Mar 2017
Reputation:
0
I have been testing Rating Update 1.4.3 for a day now and I'm having some problems.
I'm running LibreElec 8.0.0 with a back end MySQL database on my server. The database version is 107.
When updating the rating for a single movie (via the context menu) everything works fine.
If I try to update the rating for all my movies, Rating Update writes the information to the wrong columns in the database. It writes "votes" to "movie"."c04" and "rating" to "movie"."c05". Instead all ratings should be done in the table "rating" as it does when updating for a single movie ("movie"."c04" should be NULL and "movie"."c05" is a foreign key to "rating"."rating_id").
I don't get an "Update rating" context menu for tv shows (why is that?), so for tv shows I can only do a full update. A full update for tv shows also writes to the wrong tables and columns. It writes "votes" to "tvshow"."c03" and "rating" to "tvshow"."c04". Tv show ratings should also be written to the table "rating" and "tvshow"."c03" should be NULL and "tvshow"."c04" should be set to the value of "rating"."rating_id".
I'm also wondering why the ratings are not updated for individual episodes.
Posts: 1,263
Joined: Mar 2011
Reputation:
80
Which would be the files needed for 64bit Kodi?
Posts: 1,263
Joined: Mar 2011
Reputation:
80
Wow, I don't know what to say... but as a Team Kodi member you seem to be really out of the loop.