• 1
  • 6
  • 7
  • 8(current)
  • 9
  • 10
  • 40
[RELEASE] - Rating Update v1.4.3
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
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
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.
Reply
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.
Reply
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!
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
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
Reply
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!
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
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.Trakt...2eb94080e6
https://github.com/Manromen/script.Trakt...issues/101
https://github.com/Manromen/script.Trakt.../issues/61

What do you think?
Reply
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.
Reply
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.Trakt...2eb94080e6
https://github.com/Manromen/script.Trakt...issues/101
https://github.com/Manromen/script.Trakt.../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!
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
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
Reply
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.
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
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
Reply
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.
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
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.
Reply
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
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
  • 1
  • 6
  • 7
  • 8(current)
  • 9
  • 10
  • 40

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