• 1
  • 15
  • 16
  • 17(current)
  • 18
  • 19
  • 29
[Release] IMDb Update (Movie Ratings + Top250 + MPAA) *Jarvis*
(2015-08-23, 15:45)lowfi Wrote: 8.3 is not working in osx (10.10.5) kodi 15.1:

Code:
15:33:55 T:4571271168  NOTICE: -->Python Interpreter Initialized<--
15:33:55 T:4571271168  NOTICE: [IMDB Update] - Starting IMDB Update v0.8.3
15:33:58 T:4571271168   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ValueError'>
                                            Error Contents: zero length field name in format
                                            Traceback (most recent call last):
                                              File "/Users/sebas/Library/Application Support/Kodi/addons/script.imdbupdate/default.py", line 63, in <module>
                                                gui()
                                              File "/Users/sebas/Library/Application Support/Kodi/addons/script.imdbupdate/default.py", line 20, in gui
                                                stop = Movies().start()
                                              File "/Users/sebas/Library/Application Support/Kodi/addons/script.imdbupdate/resources/lib/movies.py", line 22, in start
                                                self.startProcess(movies, total)
                                              File "/Users/sebas/Library/Application Support/Kodi/addons/script.imdbupdate/resources/lib/movies.py", line 66, in startProcess
                                                updated += self.updateMovie(movie, httphandler)
                                              File "/Users/sebas/Library/Application Support/Kodi/addons/script.imdbupdate/resources/lib/movies.py", line 88, in updateMovie
                                                elif (imdb.votes() == "0") or (imdb.votes() == "N/A"):
                                              File "/Users/sebas/Library/Application Support/Kodi/addons/script.imdbupdate/resources/lib/imdbMovie.py", line 54, in votes
                                                def votes(self):    return "{:,}".format(self.__votes).replace(",", SEPARATOR)
                                            ValueError: zero length field name in format
                                            -->End of Python script error report<--
15:34:09 T:4592009216 WARNING: DARWINOSX: underflow (0 vs 4096 bytes)

ok, can you open the terminal (type "terminal" in the spotlight search) and type "python" and press enter. what version number do you have?
Reply
python 2.7.10 would be the default used by Apple. I'm having the same problem BTW.
ASUS Chromebox M004U (LibreELEC 8.2/Aeon Nox SiLVO)--->HDMI--->Onkyo TX-NR646--->HDMI--->Panasonic P65VT30
Reply
(2015-08-24, 21:37)wgstarks Wrote: python 2.7.10 would be the default used by Apple. I'm having the same problem BTW.

ok, I have no problem with 2.7.10 on windows. could you try a few things for me: could you run these commands in a python shell?

this should throw an error:

Code:
"{:,}".format(802556)

and one of this should work:

Code:
"{0:,}".format(802556)
"{:0,}".format(802556)

thanks
Reply
(2015-08-24, 21:42)Jandalf Wrote:
(2015-08-24, 21:37)wgstarks Wrote: python 2.7.10 would be the default used by Apple. I'm having the same problem BTW.

ok, I have no problem with 2.7.10 on windows. could you try a few things for me: could you run these commands in a python shell?

this should throw an error:

Code:
"{:,}".format(802556)

and one of this should work:

Code:
"{0:,}".format(802556)
"{:0,}".format(802556)

thanks

I'm not quite sure if this is what you meant. Didn't get any errors.
Code:
Last login: Mon Aug 24 18:48:02 on ttys000
HT-Mini-2:~ wgstarks$ python
Python 2.7.10 (default, Jul 14 2015, 19:46:27)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> "{:,}".format(802556)
'802,556'
>>> "{0:,}".format(802556)
'802,556'
>>> "{:0,}".format(802556)
'802,556'
>>>
ASUS Chromebox M004U (LibreELEC 8.2/Aeon Nox SiLVO)--->HDMI--->Onkyo TX-NR646--->HDMI--->Panasonic P65VT30
Reply
any idea if/when this will support TV show/episode rating updates??
Reply
Hi Jandalf, excellent work, I love this add-on

One question - will this add-on work to update the UK film classification?
Reply
Is it possible to make the update process completely silent or is it Kodi displaying the messages? I get a message which tells me that the process starts and then the results when it's finished. This is when the updater is set to automatically update the data on a weekly basis.

By the way, how often should it update? I'm quite sure I've seen the messages more often than once a week.
Reply
(2015-08-25, 01:07)wgstarks Wrote:
(2015-08-24, 21:42)Jandalf Wrote:
(2015-08-24, 21:37)wgstarks Wrote: python 2.7.10 would be the default used by Apple. I'm having the same problem BTW.

ok, I have no problem with 2.7.10 on windows. could you try a few things for me: could you run these commands in a python shell?

this should throw an error:

Code:
"{:,}".format(802556)

and one of this should work:

Code:
"{0:,}".format(802556)
"{:0,}".format(802556)

thanks

I'm not quite sure if this is what you meant. Didn't get any errors.
Code:
Last login: Mon Aug 24 18:48:02 on ttys000
HT-Mini-2:~ wgstarks$ python
Python 2.7.10 (default, Jul 14 2015, 19:46:27)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> "{:,}".format(802556)
'802,556'
>>> "{0:,}".format(802556)
'802,556'
>>> "{:0,}".format(802556)
'802,556'
>>>

Just an update. I noticed today that the addon only seems to fail when running automated updates. If I manually launch an update they complete without any errors. At least in my case.
ASUS Chromebox M004U (LibreELEC 8.2/Aeon Nox SiLVO)--->HDMI--->Onkyo TX-NR646--->HDMI--->Panasonic P65VT30
Reply
Wgstarks sorry bud for noob question but how do u do it manually as im trying to update my movies with this addon in Isengard but with no joy as im reading most people are having same issue thanks
Reply
(2015-08-30, 23:28)kizzer31 Wrote: Wgstarks sorry bud for noob question but how do u do it manually as im trying to update my movies with this addon in Isengard but with no joy as im reading most people are having same issue thanks

Select Programs>IMDb Update and a screen will open where you can pick which update you want to run. IMDB or Top250.
ASUS Chromebox M004U (LibreELEC 8.2/Aeon Nox SiLVO)--->HDMI--->Onkyo TX-NR646--->HDMI--->Panasonic P65VT30
Reply
(2015-08-31, 00:28)wgstarks Wrote:
(2015-08-30, 23:28)kizzer31 Wrote: Wgstarks sorry bud for noob question but how do u do it manually as im trying to update my movies with this addon in Isengard but with no joy as im reading most people are having same issue thanks

Select Programs>IMDb Update and a screen will open where you can pick which update you want to run. IMDB or Top250.

this is what im doing mate, im on 15.1 and it just dont seem to work for me anymore like it use to on helix, take i need to wait for this to be compat with isengard?
Reply
works fine for me on 15.1

PRETTY_NAME="Open Source Media Center"
NAME="OSMC"
VERSION="August 2015"
VERSION_ID="2015.08-1"
ID=osmc
ID_LIKE=debian


09:35:58 51978.511719 T:1210053664 NOTICE: [IMDB Update] - Starting IMDB Update v0.8.3
09:37:06 52046.527344 T:1210053664 NOTICE: [IMDB Update] - Child 44: updated from 6.40000009537 (19,962) to 6.4 (15,799)
09:37:46 52086.125000 T:1210053664 NOTICE: [IMDB Update] - Fear and Loathing in Las Vegas: updated from 7.69999980927 (198,451) to 7.7 (197,162)
09:38:26 52126.531250 T:1210053664 NOTICE: [IMDB Update] - Hoodwinked!: updated from 6.59999990463 (43,229) to 6.6 (42,849)
09:41:22 52302.648438 T:1210053664 NOTICE: [IMDB Update] - Tracers: updated from 5.5 (9,318) to 5.5 (8,491)
09:41:50 52330.761719 T:1210053664 NOTICE: [IMDB Update] - Movies ratings summary: 4 of 1749 were updated!
Reply
4/1749 is not very many tho to update, did it go through them all?
Reply
Yes, it went through them all, but I can't show you that from the logs :-)

I was responding to your comment 'it just doesn't work for me anymore like it did on helix' to show it working fine

What exactly isn't working?
Reply
(2015-08-29, 08:10)aussie_huddo Wrote: any idea if/when this will support TV show/episode rating updates??
I have no time in adding a new feature, so as of today I'm sorry to say that maybe it will be never... If anyone wants to have a look into this it would be very appreciated.

(2015-08-30, 12:47)tmacca Wrote: Hi Jandalf, excellent work, I love this add-on

One question - will this add-on work to update the UK film classification?
no currently not, only US and German classification is supported.

(2015-08-30, 18:17)Boulder Wrote: Is it possible to make the update process completely silent or is it Kodi displaying the messages? I get a message which tells me that the process starts and then the results when it's finished. This is when the updater is set to automatically update the data on a weekly basis.

By the way, how often should it update? I'm quite sure I've seen the messages more often than once a week.
yes it would be possible, because the add-on generates the message. but I don't like the idea of another more silent option. is this really a big deal?
it should run only on weekly basis. could you show me a debug log of the time where he runs the update in under a week?

(2015-08-31, 00:31)kizzer31 Wrote: this is what im doing mate, im on 15.1 and it just dont seem to work for me anymore like it use to on helix, take i need to wait for this to be compat with isengard?
its running fine with isengard on my machine. do you have any specific problem?
Reply
  • 1
  • 15
  • 16
  • 17(current)
  • 18
  • 19
  • 29

Logout Mark Read Team Forum Stats Members Help
[Release] IMDb Update (Movie Ratings + Top250 + MPAA) *Jarvis*6