• 1
  • 7
  • 8
  • 9(current)
  • 10
  • 11
  • 40
[RELEASE] - Rating Update v1.4.3
m4x1m Wrote: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

You're right, apparently there is a proxy setting in mdb_config.class.php which is only supported with PEAR, but that didn't work also, so no luck with proxy. Too bad.
Reply
@m4x1m

i want to thank you for this nice script. At my testsytem with win7 and beta all works fine.

In my living room i have openelec with xbmc i could not use your nice script because i have no php on the openelec system Sad

Greets
Eisi
Reply
m4x1m Wrote: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.

works a treat!

There is a problem with the main menu, the options are hidden on the main menu until you move the up and down buttons and select the option. the main menu is displayed like below:

Image
Reply
krish_2k4 Wrote:works a treat!

There is a problem with the main menu, the options are hidden on the main menu until you move the up and down buttons and select the option. the main menu is displayed like below:

I used the default Confluence skin buttons images probably the skin you are using does not call them the same way. I will provide to put the images in a media folder in the next release!

In the meantime if you want, you can do it yourself. Take button-focus.png and button-nofocus.png in the media folder of Confluence skin (unless it's textured) and put them inside "script.ratingupdate / resource / skins / default / media"

ezechiel1917 Wrote:You're right, apparently there is a proxy setting in mdb_config.class.php which is only supported with PEAR, but that didn't work also, so no luck with proxy. Too bad.
Sad

Eisi2005 Wrote:@m4x1m

i want to thank you for this nice script. At my testsytem with win7 and beta all works fine.

In my living room i have openelec with xbmc i could not use your nice script because i have no php on the openelec system

Greets
Eisi

Thanks Big Grin
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
New Version:
script.ratingupdate-1.2.1.zip

Code:
v 1.2.1:
- Added buttons images in media folder for those skins that don't use the default names for these images.
- Added status and latest update date of checks under the icon.
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
Feature request: Show which movies are missing from the top 250 if some are...
Kodi: Kodi 17.4, with Transparency!
50 TB Unraid Server: Docker Apps: SABnzbd, Sickrage, mariaDB
HTPC: Win10 (cause Steam), i7, GTX 1080
Watching on: Panasonic TC65-PS64 with lowend Sony 5.1 HTIB
Other devices: rMBP 15", MBA 13", nvidia shield
Reply
clock2113 Wrote:Feature request: Show which movies are missing from the top 250 if some are...

Let me know.
Do you want a kind of list of movies that are not in the top250?
Are you sure? Could leave a huge list!

In the xbmc.log you see new, added and removed movies from the top250 list isn't enough?
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
Oh haha, I mean movies in the top 250 that your library is missing; For example, if it tells me I have 249/250 movies in the top250, I want to know which one I'm missing!
Kodi: Kodi 17.4, with Transparency!
50 TB Unraid Server: Docker Apps: SABnzbd, Sickrage, mariaDB
HTPC: Win10 (cause Steam), i7, GTX 1080
Watching on: Panasonic TC65-PS64 with lowend Sony 5.1 HTIB
Other devices: rMBP 15", MBA 13", nvidia shield
Reply
^

would be a good idea if it can list the movies you are missing from the top 250 and the option to add them to couchpotato. but god knows how that will work!
Reply
clock2113 Wrote:Oh haha, I mean movies in the top 250 that your library is missing; For example, if it tells me I have 249/250 movies in the top250, I want to know which one I'm missing!

New Version:
script.ratingupdate-1.2.2.zip

Code:
v 1.2.2:
- Added export of missing movies from the top250 list. Choose the path where to export the txt file in add-on settings otherwise the script will create it in his profile folder.

I hope goes well! Rolleyes
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:New Version:
script.ratingupdate-1.2.2.zip

Code:
v 1.2.2:
- Added export of missing movies from the top250 list. Choose the path where to export the txt file in add-on settings otherwise the script will create it in his profile folder.

I hope goes well! Rolleyes

Nod now to acquire some of these classics Cool

edit: possible to get the Top250 Rank (3 digits to keep the list neat) and year of the movie too?

for example

Code:
001 - The Shawshank Redemption (1994) - (tt0111161)
061 - To Kill a Mockingbird (1962) - (tt0056592)
165 - Casino (1995) - (tt0112641)
Reply
@m4x1m

is there any chance that you build a version without needing php ? Unhappily has my openelec distribution no php. Openelec is a closed system so i could not install any php versions.

Greets
Eisi
Reply
Eisi2005 Wrote:@m4x1m

is there any chance that you build a version without needing php ? Unhappily has my openelec distribution no php. Openelec is a closed system so i could not install any php versions.

Greets
Eisi

Sad unfortunately isn't possible!

Imdbphp class help me to scrape the imdb site recreate what makes the class in python is very difficult and laborious! I'm sorry!

@krish_2k4
3 digits isn't problem, the year is difficult (beginning only returned the id I went crazy to to release the title) but I can try to do!
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:Sad unfortunately isn't possible!

Imdbphp class help me to scrape the imdb site recreate what makes the class in python is very difficult and laborious! I'm sorry!

@krish_2k4
3 digits isn't problem, the year is difficult (beginning only returned the id I went crazy to to release the title) but I can try to do!

haha, don't rattle your brain too much! this will do for now Cool
Reply
New update works beautifully! Thanks m4x1m. Smile
Kodi: Kodi 17.4, with Transparency!
50 TB Unraid Server: Docker Apps: SABnzbd, Sickrage, mariaDB
HTPC: Win10 (cause Steam), i7, GTX 1080
Watching on: Panasonic TC65-PS64 with lowend Sony 5.1 HTIB
Other devices: rMBP 15", MBA 13", nvidia shield
Reply
  • 1
  • 7
  • 8
  • 9(current)
  • 10
  • 11
  • 40

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