I'd rather wait for the stable version of T! to be updated but I now know it will get fixed eventually.
Scidd0w
Junior Member Posts: 25 Joined: Dec 2010 Reputation: 0 |
2012-03-06 18:26
Post: #141
Ok thank you for the quick reply.
I'd rather wait for the stable version of T! to be updated but I now know it will get fixed eventually.
|
| find quote |
debunn
Junior Member Posts: 2 Joined: Mar 2012 Reputation: 0 |
2012-03-31 01:39
Post: #142
Help please!
I've installed the v1.2.3 of Rating Update on XBMC Eden v11 (final), running on Win 7 x64. I also have installed PHP v5.3.10 to "c:\PHP". When I run the script to update my existing movie set, it completes with 0 / 360 movies updated. With debugging turned on, my log shows: http://pastebin.com/YrLT72nD I should also add that running the script through the DOS command line (listed earlier in this thread) does return data from IMDB. I would appreciate any help you can provide - please let me know if more details would help. Thanks, Dave.
(This post was last modified: 2012-03-31 02:37 by debunn.)
|
| find quote |
debunn
Junior Member Posts: 2 Joined: Mar 2012 Reputation: 0 |
2012-04-11 14:58
Post: #143
Just as a follow up for anyone else who may be experiencing this issue, I was able to get the scripts to run by performing two changes (all made to the "resources\lib\ratings_all.py" script):
1) Modifying all of the PHP script locations (at the top of the script) to be surrounded in double quotes (my Windows user directory contains a space) 2) Changing the os.popen commands to run a batch file instead of the included commands. For some reason, the direct calls to the php-cgi.exe were failing when made directly - having a batch file perform the commands instead seems to have resolved the issue. I'm guessing this has something to do with operating system compatibility (possibly with forward / back slash issues), but found this to be an easier solution than trying to figure out why the Python script was failing on Windows 7 x64. |
| find quote |
m4x1m
Senior Member Joined: Mar 2011 Reputation: 13 |
2012-04-17 11:22
Post: #144
(2012-04-11 14:58)debunn Wrote: Just as a follow up for anyone else who may be experiencing this issue, I was able to get the scripts to run by performing two changes (all made to the "resources\lib\ratings_all.py" script): Code: v 1.1.9:The problem are the doublequote in the parameters line! I added in the first post Known Bugs voice with your post linked! Thanks! ![]() LG M227WD - ASUS S1-AT5NM10E - LOGITECH HARMONY 300i - MINI KEYBOARD USB WI-FI Running Ubuntu Precise 12.04.02 - FRODO 12.02 - Transparency! Movies: 920 - TV Show: 98 - Albums: 1151
(This post was last modified: 2012-04-17 11:35 by m4x1m.)
|
| find quote |
adsi
Member Posts: 75 Joined: Oct 2011 Reputation: 0 |
2012-04-26 07:24
Post: #145
How does IMDB scarper work in rating? I always think it's automatically link to IMDB Web,,=,=
|
| find quote |
MCipher
Junior Member Posts: 8 Joined: Jan 2012 Reputation: 0 |
2012-05-23 18:28
Post: #146
The scrapers are just used once - while adding a movie to the library. There are no further automatic updates to metadata afterwards (that's what this script is made for).
|
| find quote |
Josefin
Junior Member Posts: 46 Joined: Feb 2009 Reputation: 0 Location: Stockholm |
2012-05-31 20:57
Post: #147
(2012-04-11 14:58)debunn Wrote: Just as a follow up for anyone else who may be experiencing this issue, I was able to get the scripts to run by performing two changes (all made to the "resources\lib\ratings_all.py" script): Hello I am having a little difficulties to follow you. In 1, if the path is c:\PHP, in other words no spaces, can I ignore this change? In 2, can you explain more about the BAT file? What should I change in ratings_all.py and how should the BAT file look like? ps. I did some changes in the %appdata%\XBMC\userdata\addon_data\script.ratingupdate/settings.xml file: I changed the path to be C:/php/ (the other splash instead of the windows default splash). But I assume I must still do that BAT file thing.
(This post was last modified: 2012-05-31 20:59 by Josefin.)
|
| find quote |
papampi
Senior Member Joined: Feb 2005 Reputation: 0 |
2012-07-20 15:21
Post: #148
I get errors with mysql libraries !
I get this error : Code: 17:41:04 T:2586831680 DEBUG: Python thread: start processingthen I changed /home/payam/.xbmc/addons/script.ratingupdate/resources/lib/dbutils.py and add this to it : Code: def findXbmcDb():and now I get this error : Code: 17:47:34 T:3014674176 DEBUG: ------ Window Deinit (DialogYesNo.xml) ------![]() XBMC synced libraries on Atv1 Crystalbuntu 1080p, xbox1, Atv2, iPad, Ubuntu ... |
| find quote |
m4x1m
Senior Member Joined: Mar 2011 Reputation: 13 |
2012-07-21 15:52
Post: #149
(2012-07-20 15:21)papampi Wrote: I get errors with mysql libraries ! Can you post your advancedsettings.xml content? ![]() LG M227WD - ASUS S1-AT5NM10E - LOGITECH HARMONY 300i - MINI KEYBOARD USB WI-FI Running Ubuntu Precise 12.04.02 - FRODO 12.02 - Transparency! Movies: 920 - TV Show: 98 - Albums: 1151 |
| find quote |
papampi
Senior Member Joined: Feb 2005 Reputation: 0 |
2012-07-21 17:03
Post: #150
(2012-07-21 15:52)m4x1m Wrote: Can you post your advancedsettings.xml content? here is my advancedsettings.xml Code: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>![]() XBMC synced libraries on Atv1 Crystalbuntu 1080p, xbox1, Atv2, iPad, Ubuntu ...
(This post was last modified: 2012-07-21 17:05 by papampi.)
|
| find quote |