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


- m4x1m - 2012-02-03

krish_2k4 Wrote:here is the debug log

http://pastebin.com/WtS7qqn9

It's an issue in xbmc related python in Windows platform.

Read the post above of MCipher.
Quote:- In every os.popen command, the php filepath was put into doublequotes, I removed the doublequotes. For example: etc etc.

The problem are the doublequote like in Dharma.

If the problem isn't resolved with the final stable version of XBMC I will take measures to solve it!

Sad


- krish_2k4 - 2012-02-03

m4x1m Wrote:It's an issue in xbmc related python in Windows platform.

Read the post above of MCipher.


The problem are the doublequote like in Dharma.

If the problem isn't resolved with the final stable version of XBMC I will take measures to solve it!

Sad

ahh, i'll wait, have no clue how to edit the script so won't mess around with it! hope it gets resolved in the final xbmc.


- voidy - 2012-02-05

i feel like a retard Tongue i cant seem to find the php-cgi binary and i cant seem to find what to do in the readme Tongue

im on a mac running snow leopard with xbmc eden beta2 on the experiance 1080 skin.


- m4x1m - 2012-02-05

voidy Wrote:i feel like a retard Tongue i cant seem to find the php-cgi binary and i cant seem to find what to do in the readme Tongue

im on a mac running snow leopard with xbmc eden beta2 on the experiance 1080 skin.

I'm sorry but I haven't a Mac to guide you step by step for the installation of php-cgi. Sad

Search on google how to install it in Mac then in the settings addon you can browse the folder to set the right path!


- voidy - 2012-02-05

m4x1m Wrote:I'm sorry but I haven't a Mac to guide you step by step for the installation of php-cgi. Sad

Search on google how to install it in Mac then in the settings addon you can browse the folder to set the right path!

wow thanks for the quick reply i just try and figure it out myself np


- m4x1m - 2012-02-11

ezechiel1917 Wrote:similar issue: there was a problem with the imdb site!

http://pastebin.com/bQhuusng

reply from imdb seems ok from the debug log, but no update to db and xbmc gui completely freezes after few seconds/minutes

php5-cgi 5.3.9 (tried some other versions with the same result), python 2.7.2+

Sorry I hadn't seen your post. Check the issue tomorrow!


- ezechiel1917 - 2012-02-12

m4x1m Wrote:Sorry I hadn't seen your post. Check the issue tomorrow!

Thanks,
Worth a note, I've just noticed it could be similar issue that just got fixed with TU:

https://github.com/Manromen/script.TraktUtilities/commit/628395e7b91db17f6802b9bcc8d53a2eb94080e6
https://github.com/Manromen/script.TraktUtilities/issues/101
https://github.com/Manromen/script.TraktUtilities/issues/61

What do you think?


- krish_2k4 - 2012-02-12

m4x1m Wrote:It's an issue in xbmc related python in Windows platform.

Read the post above of MCipher.


The problem are the doublequote like in Dharma.

If the problem isn't resolved with the final stable version of XBMC I will take measures to solve it!

Sad

just want to post that i upgraded to Eden Beta 3 and it is still not working.


- m4x1m - 2012-02-14

ezechiel1917 Wrote:Thanks,
Worth a note, I've just noticed it could be similar issue that just got fixed with TU:

https://github.com/Manromen/script.TraktUtilities/commit/628395e7b91db17f6802b9bcc8d53a2eb94080e6
https://github.com/Manromen/script.TraktUtilities/issues/101
https://github.com/Manromen/script.TraktUtilities/issues/61

What do you think?

Very very interesting! Thanks!
Next week I will try to implement it! This week I'm busy with my job and I don't have time.

@krish_2k4
I will try to solve your issue in next week!


- ezechiel1917 - 2012-02-14

m4x1m Wrote:Very very interesting! Thanks!
Next week I will try to implement it! This week I'm busy with my job and I don't have time.

@krish_2k4
I will try to solve your issue in next week!

Thanks Smile


- m4x1m - 2012-02-18

New Version:
script.ratingupdate-1.1.9.zip

Code:
v 1.1.9:
- Added the ability to scrape a single TV Show (The code for the skinners is in the README file).
- Changed database query method from httpapi to raw for prevent xbmc freezes and added dependency for script.module.myconnpy for mysql users (thanks to ezechiel1917 for the hint).
- Moved 'import json' to 'import simplejson as json' and added dependency for script.module.simplejson to make the script more compatible.
- Solved issue related for double quote in path for the Windows users. This is a temporary hack because if there are whitespaces in the path the script will not work.
- Updated IMDbPHP Version 2.1.0 to new Version 2.1.2.
- Added a simple GUI to control the script by menu (can be disabled).
- Reorganized the resource folder with a different layout.
- Added multilanguage strings (Now is complete). If someone want to add a new language it's welcome.



- solidsatras - 2012-02-19

Here is a german translation for you:
strings.xml
I hope i caught the initially meanings.

There is a little typo in id30197 of your english translation.

Unfortunately v1.1.9 isn´t working for me, so I couldn´t test it thorough:
Debug Log
Errors start at line 1132


- m4x1m - 2012-02-19

solidsatras Wrote:Here is a german translation for you:
strings.xml
I hope i caught the initially meanings.

There is a little typo in id30197 of your english translation.

Unfortunately v1.1.9 isn´t working for me, so I couldn´t test it thorough:
Debug Log
Errors start at line 1132

Thanks for translation and for bugs report.

New Version:
script.ratingupdate-1.2.0.zip

Code:
v 1.2.0:
- Added German translation. Thanks to solidsatras.
- Fixed typo in english translation.
- Fixed typo in dbutils.py that stopped the script.



- ezechiel1917 - 2012-02-19

Thanks for new version m4x1m.
No longer freezes xbmc! Cool

I was wondering if it would be possible to use xbmc proxy settings for this addon, Currently all traffic is handled by php-cgi (outside xbmc code), therefore xbmc proxy setting is being ignored and not used at all for all the addon's network traffic. Do you think it's possible somehow to use xbmc proxy settings (Settings - Network - Internet Access) for this addon, or maybe you have an idea for some workaround?

Cheers Ez.


- m4x1m - 2012-02-20

ezechiel1917 Wrote:Thanks for new version m4x1m.
No longer freezes xbmc! Cool

I was wondering if it would be possible to use xbmc proxy settings for this addon, Currently all traffic is handled by php-cgi (outside xbmc code), therefore xbmc proxy setting is being ignored and not used at all for all the addon's network traffic. Do you think it's possible somehow to use xbmc proxy settings (Settings - Network - Internet Access) for this addon, or maybe you have an idea for some workaround?

Cheers Ez.

I don't think is possible. Is IMDBPHP Class that does the query at IMDB site not php-cgi which is only an interpreter.Sad