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.
(2015-12-05, 23:02)vbhagaur Wrote: [ -> ]What is the official repo for this addon? I was under impression that its default Kodi repo but cant find it there.

Same thing.

Both script.extendedinfo and script.module.actionhandler are in the Kodi repo, although you probably can't install the action handler script yourself.

You can install it manually from zip though.
Yeah official version in Jarvis Kodi repo must need an update, no idea why the actionhandler class is not in a resources folder like other addons but glad to know others have the problem too.
Sorry, that was a silly mistake on my side, my initial .gitignore for that helper module contained silly stuff. Smile PR for fix is out.

For explanation:
script.module.actionhandler is some code from extendedinfo which I factored out into a separate module because it could also get used by other add-ons. It should be available for jarvis-only.
ExtendedInfo 4.0 depends on that module and is jarvis-only, ExtendedInfo for isengard and helix should get updated to 3.1.2 and dont need that module. 3.1.2 will only get bugfix releases from now on.
Thanks im85288 for giving me the solution to the script error I was getting since the update.
Thanks phil65 for your great work.
Updated both extendedinfo and actionhandler and still experiencing this problem.

(2015-12-02, 11:32)Jeroen Wrote: [ -> ]I am loading similar movies and youtube search as plugin content in a custom window. Just noticed I am not getting any results anymore, I have not made any changes to the skin code. Is this broken at the moment? Other content like directormovies are working fine as plugin content.
(2015-12-02, 11:32)Jeroen Wrote: [ -> ]I am loading similar movies and youtube search as plugin content in a custom window. Just noticed I am not getting any results anymore, I have not made any changes to the skin code. Is this broken at the moment? Other content like directormovies are working fine as plugin content.

debug log?
Is this whopping thing what I need to store actor bios?
(2015-12-07, 05:27)phil65 Wrote: [ -> ]
(2015-12-02, 11:32)Jeroen Wrote: [ -> ]I am loading similar movies and youtube search as plugin content in a custom window. Just noticed I am not getting any results anymore, I have not made any changes to the skin code. Is this broken at the moment? Other content like directormovies are working fine as plugin content.

debug log?

An example: http://pastebin.com/0dLAWjMR

directormovies and writermovies work fine, it's youtube search and similarmovies that fail 100%
Had a report of problems with tvshow lookups when they have a year in parentheses in the title. Specifically, "Empire (2015)" will return an "item could not be found on themoviedb" error message. If the tvshow name is changed to just "Empire" then extendedinfo will find it. However, there are multiple shows named "Empire" (there are six by my count on tmdb), hence why the year differentiation is needed. Not sure if there is a possible solution?

Also, are the changes to window properties (i.e. removing the "movie." & "actor." part of the props) in the Jarvis 4.0 edition also going to happen in the Isengard version, or will that stay the same? I've updated my skins for the Jarvis changes, just need to know if I need to do the same for Isengard.
Hey guys im loving this addon but i ran into a confusing problem. When i pressed on the addon first couple of times i could see like 250,000 movies and i could view by genre actors etc etc but now i cant see that anymore. The things i see are some rated lists from rotten tomatoes tvdb trakt idk how that appeared, any help?
Hi Phil

I am having some issues with rotten tomato widgets. They are not returning the posters. I tried the repo and latest GitHub version of both extendedinfo and actionhandler and still no joy. Also the older version that does not need the actionhandler.

I see this in my log when images are trying to be retrieved
Code:
10:45:47 T:11536   ERROR: CCurlFile::Stat - Failed: Couldn't resolve host name(6) for http://dkpu1ddg7pbsk.cloudfront.net/movie/11/19/17/11191775_ori.jpg
10:45:47 T:5296   ERROR: CCurlFile::Stat - Failed: Couldn't resolve host name(6) for http://dkpu1ddg7pbsk.cloudfront.net/movie/11/20/70/11207072_ori.jpg
10:45:47 T:12216   ERROR: CCurlFile::Stat - Failed: Couldn't resolve host name(6) for http://dkpu1ddg7pbsk.cloudfront.net/movie/11/20/33/11203374_ori.jpg
10:45:47 T:5296   DEBUG: CTextureCacheJob::GetImageHash - unable to stat url http://dkpu1ddg7pbsk.cloudfront.net/movie/11/20/70/11207072_ori.jpg
10:45:47 T:11536   DEBUG: CTextureCacheJob::GetImageHash - unable to stat url http://dkpu1ddg7pbsk.cloudfront.net/movie/11/19/17/11191775_ori.jpg
10:45:47 T:12216   DEBUG: CTextureCacheJob::GetImageHash - unable to stat url http://dkpu1ddg7pbsk.cloudfront.net/movie/11/20/33/11203374_ori.jpg
10:45:47 T:11536   ERROR: CCurlFile::Stat - Failed: Couldn't resolve host name(6) for http://dkpu1ddg7pbsk.cloudfront.net/movie/11/20/15/11201558_ori.jpg
10:45:47 T:11536   DEBUG: CTextureCacheJob::GetImageHash - unable to stat url http://dkpu1ddg7pbsk.cloudfront.net/movie/11/20/15/11201558_ori.jpg
10:45:47 T:12216   ERROR: CCurlFile::Stat - Failed: Couldn't resolve host name(6) for http://dkpu1ddg7pbsk.cloudfront.net/movie/11/20/19/11201971_ori.jpg
10:45:47 T:12216   DEBUG: CTextureCacheJob::GetImageHash - unable to stat url http://dkpu1ddg7pbsk.cloudfront.net/movie/11/20/19/11201971_ori.jpg
10:45:47 T:5296   ERROR: CCurlFile::Stat - Failed: Couldn't resolve host name(6) for http://dkpu1ddg7pbsk.cloudfront.net/movie/11/19/14/11191451_ori.jpg
10:45:47 T:5296   DEBUG: CTextureCacheJob::GetImageHash - unable to stat url http://dkpu1ddg7pbsk.cloudfront.net/movie/11/19/14/11191451_ori.jpg

Full Log Here.
http://pastebin.com/M4CYy8g5
(2015-12-18, 02:54)Mr. V Wrote: [ -> ]I am having some issues with rotten tomato widgets. They are not returning the posters.

in ~/script.extendedinfo/resources/lib/RottenTomatoes.py
change line 24 from:
Code:
poster = "http://" + item["posters"]["original"].replace("tmb", "ori")[64:]
to:
Code:
poster = "http://content6.flixster.com/" + item["posters"]["original"][93:]
(2015-12-15, 02:53)jurialmunkey Wrote: [ -> ]Had a report of problems with tvshow lookups when they have a year in parentheses in the title.

Yeah, had that too, a solution would be to use DBID instead of title for lookup.
(2015-12-19, 12:20)Quihico Wrote: [ -> ]
(2015-12-18, 02:54)Mr. V Wrote: [ -> ]I am having some issues with rotten tomato widgets. They are not returning the posters.

in ~/script.extendedinfo/resources/lib/RottenTomatoes.py
change line 24 from:
Code:
poster = "http://" + item["posters"]["original"].replace("tmb", "ori")[64:]
to:
Code:
poster = "http://content6.flixster.com/" + item["posters"]["original"][93:]

Thanks. Working Now Smile
Fixed, thx.