• 1
  • 68
  • 69
  • 70(current)
  • 71
  • 72
  • 151
Release script.extendedinfo
yup there probably is a bug in skin integration. will contact hitcher.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
(2015-05-18, 21:43)phil65 Wrote: @Hitcher if you use button id 132 for the plot button then it should automatically use DialogTextViewer.xml including correct behaviour for "back".

Tried that but you also get 'Known for:' appearing in there. Huh

Image

So I went back to trying the toolbox script but remembered why I stopped using it before so I've posted over there -

http://forum.kodi.tv/showthread.php?tid=...pid2008974
Reply
correct, thx, missed to remove that some time ago.
Fixed with https://github.com/phil65/script.extende...0a8761b824
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
Thanks once again. Big Grin
Reply
anyone tell me how to download kodi, explorer just tells me it cant display the download for windows

thanks
Reply
Hi Phil.

Thanks a lot for this amazing script. I'm just about finished implementing features into the Rapier skin. Smile

I'm using widgets with dynamic content, but I get a script error and no content loading using
Code:
plugin://script.extendedinfo?info=upcomingdvds

The log says it's an error with ["theater"] in line 32 of RottenTomatoes.py - and deleting ["theater"] from the line makes the script work perfectly.

My python knowledge is extremely limited, but I hope this makes sense Smile

Cheers
Gade
Reply
(2015-05-20, 22:10)Gade Wrote: Hi Phil.

Thanks a lot for this amazing script. I'm just about finished implementing features into the Rapier skin. Smile

I'm using widgets with dynamic content, but I get a script error and no content loading using
Code:
plugin://script.extendedinfo?info=upcomingdvds

The log says it's an error with ["theater"] in line 32 of RottenTomatoes.py - and deleting ["theater"] from the line makes the script work perfectly.

My python knowledge is extremely limited, but I hope this makes sense Smile

Cheers
Gade

Should be fixed with https://github.com/phil65/script.extende...216c10a3fe
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
(2015-05-20, 22:14)phil65 Wrote:
(2015-05-20, 22:10)Gade Wrote: Hi Phil.

Thanks a lot for this amazing script. I'm just about finished implementing features into the Rapier skin. Smile

I'm using widgets with dynamic content, but I get a script error and no content loading using
Code:
plugin://script.extendedinfo?info=upcomingdvds

The log says it's an error with ["theater"] in line 32 of RottenTomatoes.py - and deleting ["theater"] from the line makes the script work perfectly.

My python knowledge is extremely limited, but I hope this makes sense Smile

Cheers
Gade

Should be fixed with https://github.com/phil65/script.extende...216c10a3fe

Works like a charm!

Thanks a bunch!
Reply
Is similarmoviestrakt & similartvshowstrakt functional? I'm running into issues loading it...

PHP Code:
xbmc.executebuiltin("XBMC.RunScript(script.extendedinfo,info=%s,dbid=%s,id=%s)" % (traktinfogetProperty("PVR.DBID"), getProperty("PVR.ID"))) 

Code:
12:46:47 T:11472   DEBUG: script.extendedinfo: {
                                                "control": null,
                                                "dbid": "74",
                                                "default.py": "",
                                                "handle": null,
                                                "id": "212961"
                                            }
12:46:47 T:11472   DEBUG: script.extendedinfo: [
                                                "similartvshowstrakt"
                                            ]
12:46:48 T:11472   DEBUG: script.extendedinfo: GetStringFromURL: could not get data from https://api-v2launch.trakt.tv/show/212961/related?extended=full,images
12:46:48 T:2244   DEBUG: script.pseudotv.live-TVOverlay: playerTimerAction
12:46:49 T:11472   DEBUG: script.extendedinfo: GetStringFromURL: could not get data from https://api-v2launch.trakt.tv/show/212961/related?extended=full,images
12:46:49 T:8284   DEBUG: script.pseudotv.live-FileLock: refreshLocks
12:46:50 T:11768   DEBUG: script.pseudotv.live-TVOverlay: playerTimerAction
12:46:50 T:11472   DEBUG: script.extendedinfo: GetStringFromURL: could not get data from https://api-v2launch.trakt.tv/show/212961/related?extended=full,images
12:46:51 T:9512   DEBUG: Previous line repeats 1 times.

Also any chance you can find similar by title?
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
please print the resolved builtin.
finding similar by title would need an additional call. You either need tmdb id or imdb id if I am not mistaken.
Also, repo version or latest GIT?
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
(2015-05-24, 22:05)phil65 Wrote: please print the resolved builtin.
finding similar by title would need an additional call. You either need tmdb id or imdb id if I am not mistaken.
Also, repo version or latest GIT?
Okay, I can lookup ID info when its missing...
I'm using:

Master Git = 2.1.0

xbmc.executebuiltin("XBMC.RunScript(script.extendedinfo,info=similartvshowstrakt,dbid=238,id=153021)")


Code:
13:12:27 T:19960   DEBUG: script.extendedinfo: {
                                                "control": null,
                                                "dbid": "238",
                                                "default.py": "",
                                                "handle": null,
                                                "id": "153021"
                                            }
13:12:27 T:19960   DEBUG: script.extendedinfo: [
                                                "similartvshowstrakt"
                                            ]
    Line 4349: 13:12:28 T:19960   DEBUG: script.extendedinfo: GetStringFromURL: could not get data from https://api-v2launch.trakt.tv/show/153021/related?extended=full,images
    Line 4398: 13:12:29 T:19960   DEBUG: script.extendedinfo: GetStringFromURL: could not get data from https://api-v2launch.trakt.tv/show/153021/related?extended=full,images
    Line 4437: 13:12:30 T:19960   DEBUG: script.extendedinfo: GetStringFromURL: could not get data from https://api-v2launch.trakt.tv/show/153021/related?extended=full,images
    Line 4459: 13:12:31 T:19960   DEBUG: script.extendedinfo: GetStringFromURL: could not get data from https://api-v2launch.trakt.tv/show/153021/related?extended=full,images
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
hmm would be nice if you could try with repo version.
If error is still there then it´s also possible that the API has some temporary issues.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
(2015-05-24, 22:38)phil65 Wrote: hmm would be nice if you could try with repo version.
If error is still there then it´s also possible that the API has some temporary issues.

Same with repo:

Code:
14:18:31 T:10728  NOTICE: version 2.0.10 started
14:18:31 T:10728   DEBUG: script.extendedinfo: {
                                                "control": null,
                                                "dbid": "74",
                                                "default.py": "",
                                                "handle": null,
                                                "id": "212961"
                                            }
14:18:31 T:10728   DEBUG: script.extendedinfo: [
                                                "similartvshowstrakt"
                                            ]
14:18:31 T:15504   DEBUG: ------ Window Deinit (DialogKaiToast.xml) ------
14:18:31 T:10728   DEBUG: script.extendedinfo: GetStringFromURL: could not get data from https://api-v2launch.trakt.tv/show/212961/related?extended=full,images
14:18:32 T:17080   ERROR: CCurlFile::FillBuffer - Failed: HTTP returned error 404
14:18:32 T:17080  NOTICE: CCurlFile::FillBuffer - Reconnect, (re)try 1

maybe the trakt api is down... thanks
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
if the problem still exists in 1-2 days then ping me and I will take a deeper look. Thx. Smile
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
Can you call a custom extendedinfo skin via run script? I would like to make a custom skin which would be launched by runscript through my plugin...
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
  • 1
  • 68
  • 69
  • 70(current)
  • 71
  • 72
  • 151

Logout Mark Read Team Forum Stats Members Help
script.extendedinfo29