Cosmicr,
I tested it on a Mac (10.6) and XBMC 10.1
Seems that it works well, the script updates both rating and votes but found a couple of issues:
a) I have a couple of profiles, each one with its own sources and media info (different databases)
No matter in what profile I am logged on, the script runs over the standard (master) database, not over the logged on profile database.
It would be nice to pick the right database depending on the profile.
b) It does not have any impact to the top250 field. I am not sure if this is part of the scope of the script or no.
c) I had to run several times the script to update my whole collection, it stopped from time to time.
Thanks for sharing your work with other xbmc users.
carmatana
Junior Member Posts: 37 Joined: Jan 2011 Reputation: 0 |
2011-06-08 05:59
Post: #31
|
| find quote |
frellAn
Senior Member Joined: Jul 2010 Reputation: 6 Location: Sweden |
2011-07-22 12:42
Post: #32
Could some nice pythoncoder develop this into a fully working app? This idea is great.
|
| find quote |
Gitrian
Junior Member Posts: 7 Joined: Jan 2011 Reputation: 0 Location: Denmark |
2011-08-12 23:14
Post: #33
I tried it on my Apple-tv and got the same error regarding Ascii-encoding, so I decided to take a look at the source-code to see if I could fix it.
File: default.py Change line 114 from Code: xbmc.executebuiltin('xbmc.Notification(IMDB Ratings,'+title[j]+')')to Code: xbmc.executebuiltin('xbmc.Notification(IMDB Ratings,'+title[j].encode("ascii", "ignore")+')')I also have some movies in my database with no IMDB-id and it causes the script to put the ratings in the wrong movies. Change line 122 from Code: j = j + 1to Code: else: |
| find quote |
Evergreen4
Junior Member Posts: 16 Joined: Sep 2010 Reputation: 0 Location: Badajoz (Spain) |
2011-11-26 22:36
Post: #34
Cosmicr, this is the script I was waiting for years... any news regarding the windows version?
Thanks a lot for taking the time to develop this tool for us. Cheers TV: Pioneer PDP-LX5090H; BD player: Pioneer BDP-LX71; AV receiver: Denon AVR-3805; CD player: Cambridge Audio Azur 640c; HTPC: ASSRock ION330HT; Console: Xbox 360 250 GB ("Slim"); Speakers: Focal-Jmlab Chorus S; TV (kitchen): Samsung LE19B541; Universal remote: Logitech Harmony 1000 |
| find quote |
n4sa
Junior Member Posts: 13 Joined: Dec 2011 Reputation: 0 |
2012-01-01 11:03
Post: #35
This is the error im getting.. any ideas??
Code: 18:59:10 T:2792 NOTICE: -->Python Interpreter Initialized<-- |
| find quote |
krish_2k4
Fan Posts: 578 Joined: Aug 2010 Reputation: 9 |
2012-01-01 14:44
Post: #36
Evergreen4 Wrote:Cosmicr, this is the script I was waiting for years... any news regarding the windows version? there is one already. http://forum.xbmc.org/showthread.php?tid=107331 |
| find quote |
probeh
Junior Member Posts: 11 Joined: Jan 2012 Reputation: 0 |
2012-01-31 01:22
Post: #37
The megaupload links are dead, could you please re-upload somewhere else?
Thanks for making this, I just wish I could use it!
|
| find quote |
Eisi2005
Fan Posts: 594 Joined: Feb 2011 Reputation: 1 Location: Germany |
2012-01-31 12:00
Post: #38
+1
could anyone please upload the script on an other filehoster ? Thanks Greets Eisi |
| find quote |
cosmicr
Senior Member Posts: 148 Joined: Oct 2010 Reputation: 0 Location: Australia |
2012-02-09 15:00
Post: #39
Hey all, I've re-uploaded the files to a new host, and also included a new version fixing some of the things that have been pointed out. Check out the first post.
(This post was last modified: 2012-02-12 02:38 by cosmicr.)
|
| find quote |
cosmicr
Senior Member Posts: 148 Joined: Oct 2010 Reputation: 0 Location: Australia |
2012-02-12 02:41
Post: #40
Hey All, another update.
I've added MySQL support for those with shared databases. Be warned I couldn't work out a decent way to backup the mysql database first, so be sure you have your own backup. I've uploaded the code to github, as an experiment since I've never used VCS's before. It should work on all systems now too. If you want anything added let me know and I'll see what I can do. |
| find quote |

Search
Help