Kodi Community Forum

Full Version: script.extendedinfo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Indeed... New with github, should i download the Whole zip and extract or what?
Thanks
(2015-07-13, 17:30)tomer953 Wrote: [ -> ]Indeed... New with github, should i download the Whole zip and extract or what?
Thanks

Either use a git client ("Github for Windows" is a very easy, basic one for noobs) and git pull the changes or just use the versions from official repository.
From experience I would say that updating from GitHub zips always leads to problems.
yeap, cloning from git did the work.
and the problems solved
many thanks
Work already started on 4.0 for Kodi J*. That one will include breaking changes. For a start, all "movie." and "actor." prefixes can be removed from the two InfoDialog xmls. It also makes use of our new image resource add-ons for studio logos so add-on size is lot lot smaller. You can find it here: https://github.com/phil65/script.extende...jasselhoff

3.0.1 is also in the works with some bugfixes. It should also lead to a significant speed-up when it comes to dialog loading times. Some testing would be much appreciated.
Hi i keep geting this error. this is my log

ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.WindowsError'>
Error Contents: (3, 'The system cannot find the path specified', 'C:\\Users\\Ci\xc3\xa1ron\\AppData\\Roaming\\Kodi\\userdata\\addon_data\\script.extendedinfo\\TheMovieDB\\1c3c8a008375f5a1dec2f37c9b390254.txt')
Traceback (most recent call last):
File "C:\Users\Ci�ron\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py", line 91, in <module>
Main()
File "C:\Users\Ci�ron\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py", line 21, in __init__
start_info_actions(self.infos, self.params)
File "C:\Users\Ci�ron\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\process.py", line 103, in start_info_actions
data = get_tmdb_movies("now_playing"), "InCinemasMovies"
File "C:\Users\Ci�ron\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\TheMovieDB.py", line 1065, in get_tmdb_movies
response = get_tmdb_data("movie/%s?language=%s&" % (movie_type, SETTING("LanguageID")), 0.3)
File "C:\Users\Ci�ron\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\TheMovieDB.py", line 583, in get_tmdb_data
return get_JSON_response(url, cache_days, folder)
File "C:\Users\Ci�ron\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\Utils.py", line 489, in get_JSON_response
if xbmcvfs.exists(path) and ((now - os.path.getmtime(path)) < cache_seconds):
File "C:\Program Files (x86)\Kodi\system\python\Lib\genericpath.py", line 54, in getmtime
return os.stat(filename).st_mtime
WindowsError: (3, 'The system cannot find the path specified', 'C:\\Users\\Ci\xc3\xa1ron\\AppData\\Roaming\\Kodi\\userdata\\addon_data\\script.extendedinfo\\TheMovieDB\\1c3c8a008375f5a1dec2f37c9b390254.txt')
-->End of Python script error report<--

my user profile foleder is Ciáron. is it having problems wit the á?
this is my addon_data folder it is trying to find

Image

Thanks
yep, choose a proper user name. Wink
thanks. thought so, do you know how i can rename my user folder?
You have to change your user name to Ciaron or run Kodi in portable mode to store userdata outside C:\Users\<UserName>\AppData\Roaming

http://kodi.wiki/view/Windows_FAQ#Portable_mode
Hey guys, hey phil65

i have a problem with the extended info script.
I use the skin BelloFredo, and when i klick on "Movie Information" and go to "Online Information", it loads the information of the movie.
But! When i click on a actor, it loads and loads and nothing happens.

When i click at series on "Series Information", Kodi show me a Script-Error for extended Info.

Here are 2 Log Files, one for the Movie, and one for the Series Problem.

Movie:
http://pastebin.com/XrnSJWe7

Series:
http://pastebin.com/L6tsJ9P6
When Using skinshortcuts to choose Extendedinfo addon from "video addons" - it not "get inside" and just choose the addon itself, not like others video addons when you can "get inside"
for example - create shortcut for "Most Popular" in Youtube addon...
can you fix it please ?
I whould like to create some shortcuts to this addon content
(2015-07-17, 09:38)Audionymous Wrote: [ -> ]Hey guys, hey phil65

i have a problem with the extended info script.
I use the skin BelloFredo, and when i klick on "Movie Information" and go to "Online Information", it loads the information of the movie.
But! When i click on a actor, it loads and loads and nothing happens.

When i click at series on "Series Information", Kodi show me a Script-Error for extended Info.

Here are 2 Log Files, one for the Movie, and one for the Series Problem.

Movie:
http://pastebin.com/XrnSJWe7

Series:
http://pastebin.com/L6tsJ9P6

PIL doesnt seem to work on your side, so it´s not really connected to this add-on.
Hm what can i do? Reinstall Kodi?
Would be worth a try. If that doesnt help then perhaps there is a problem again for PIL on android. You could also take latest ExtendedInfo master, the script shouldnt fail then anymore in case PIL is broken.
For i few weeks, i have no problem on android.
Ok i make a clean install of kodi and install the extended master.
Ok, same problem...
And now i can wait for the official Kodi 15 release?