• 1
  • 81
  • 82
  • 83(current)
  • 84
  • 85
  • 151
Release script.extendedinfo
(2015-07-01, 18:57)Karnage11 Wrote: @phil65 everything works again Big Grin

fine, I hope it was your last post in this thread then.

(2013-03-26, 19:04)phil65 Wrote: Support for ExtendedInfo Script (for skinners only, no end-user support. please ask in the corresponding skin threads)
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
NEVER lol Tongue
Reply
Hi!

Is it possible to run this script from keyboard.xml?
I tried to map this: RunScript(script.extendedinfo,info=extendedinfo,name=$INFO[ListItem.Title]), I've been playing with the syntax for a while with no luck.
I want to replace Info function to this script for movies and tv shows.

Thanks.
Reply
(2015-07-02, 16:33)vrm42 Wrote: Hi!

Is it possible to run this script from keyboard.xml?
I tried to map this: RunScript(script.extendedinfo,info=extendedinfo,name=$INFO[ListItem.Title]), I've been playing with the syntax for a while with no luck.
I want to replace Info function to this script for movies and tv shows.

Thanks.

Code:
RunScript(script.extendedinfo,info=openinfodialog)

needs v3.0.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
Thanks, I updated the script, it says
Code:
23:08:21 T:3372   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'module' object has no attribute 'ACTION_ANALOG_MOVE_X'
                                            Traceback (most recent call last):
                                              File "C:\Users\vermi\AppData\Roaming\Kodi\addons\script.extendedinfo-master\default.py", line 45, in <module>
                                                Main()
                                              File "C:\Users\vermi\AppData\Roaming\Kodi\addons\script.extendedinfo-master\default.py", line 19, in __init__
                                                start_info_actions(self.infos, self.params)
                                              File "C:\Users\vermi\AppData\Roaming\Kodi\addons\script.extendedinfo-master\resources\lib\process.py", line 353, in start_info_actions
                                                name=params.get("name", ""))
                                              File "C:\Users\vermi\AppData\Roaming\Kodi\addons\script.extendedinfo-master\resources\lib\WindowManager.py", line 66, in open_movie_info
                                                from dialogs import DialogVideoInfo
                                              File "C:\Users\vermi\AppData\Roaming\Kodi\addons\script.extendedinfo-master\resources\lib\dialogs\DialogVideoInfo.py", line 14, in <module>
                                                from DialogBaseInfo import DialogBaseInfo
                                              File "C:\Users\vermi\AppData\Roaming\Kodi\addons\script.extendedinfo-master\resources\lib\dialogs\DialogBaseInfo.py", line 11, in <module>
                                                from ..OnClickHandler import OnClickHandler
                                              File "C:\Users\vermi\AppData\Roaming\Kodi\addons\script.extendedinfo-master\resources\lib\OnClickHandler.py", line 57, in <module>
                                                "analogmovex": xbmcgui.ACTION_ANALOG_MOVE_X,
                                            AttributeError: 'module' object has no attribute 'ACTION_ANALOG_MOVE_X'
                                            -->End of Python script error report<--
Reply
(2015-07-02, 23:05)vrm42 Wrote: Thanks, I updated the script, it says
Code:
23:08:21 T:3372   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'module' object has no attribute 'ACTION_ANALOG_MOVE_X'
                                            Traceback (most recent call last):
                                              File "C:\Users\vermi\AppData\Roaming\Kodi\addons\script.extendedinfo-master\default.py", line 45, in <module>
                                                Main()
                                              File "C:\Users\vermi\AppData\Roaming\Kodi\addons\script.extendedinfo-master\default.py", line 19, in __init__
                                                start_info_actions(self.infos, self.params)
                                              File "C:\Users\vermi\AppData\Roaming\Kodi\addons\script.extendedinfo-master\resources\lib\process.py", line 353, in start_info_actions
                                                name=params.get("name", ""))
                                              File "C:\Users\vermi\AppData\Roaming\Kodi\addons\script.extendedinfo-master\resources\lib\WindowManager.py", line 66, in open_movie_info
                                                from dialogs import DialogVideoInfo
                                              File "C:\Users\vermi\AppData\Roaming\Kodi\addons\script.extendedinfo-master\resources\lib\dialogs\DialogVideoInfo.py", line 14, in <module>
                                                from DialogBaseInfo import DialogBaseInfo
                                              File "C:\Users\vermi\AppData\Roaming\Kodi\addons\script.extendedinfo-master\resources\lib\dialogs\DialogBaseInfo.py", line 11, in <module>
                                                from ..OnClickHandler import OnClickHandler
                                              File "C:\Users\vermi\AppData\Roaming\Kodi\addons\script.extendedinfo-master\resources\lib\OnClickHandler.py", line 57, in <module>
                                                "analogmovex": xbmcgui.ACTION_ANALOG_MOVE_X,
                                            AttributeError: 'module' object has no attribute 'ACTION_ANALOG_MOVE_X'
                                            -->End of Python script error report<--
Which kodi version?
EDIT: right, broken for Helix atm. Will get fixed, thx for the hint.

EDIT2: Fixed.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
It works! This is a really great stuff. Thanks :-)
Reply
(2015-06-30, 00:08)phil65 Wrote: I am not sure if I understood correctly, but all questions should get answered here:: https://github.com/phil65/script.extende...eoInfo.xml
Skinners already can include this for PVR. Or what do you mean?

This Will be great,I mean this.
I intend to script-ExtendedInfo Script-DialogVideoInfo.xml be the main dialog to display information about EPG.For this show info I need details from EPG.db
So it is necessary when you have free time to do like you do same for movies.
Create your Skrpte in this sort of thing for EPG.
for movies you create logo,discart.....to take from Movies.db
$INFO[Window.Property(movie.discart)]
$INFO[Window.Property(movie.Logo)]

I will use this Property in script-ExtendedInfo Script-DialogVideoInfo.xml
Create for EPG this :
$INFO[Window.Property(epg.iconpath)] or $INFO[Window.Property(epg.plotoutline)]
$INFO[Window.Property(epg.icon)]
$INFO[Window.Property(epg.title)]
$INFO[Window.Property(epg.plot)]
$INFO[Window.Property(epg.starttime)]
$INFO[Window.Property(epg.endtime)]
$INFO[Window.Property(epg.genre)]
$INFO[Window.Property(epg.genretype)]
$INFO[Window.Property(epg.year)]
$INFO[Window.Property(epg.cast)]
$INFO[Window.Property(epg.director)]
$INFO[Window.Property(epg.imdbnumber)]
$INFO[Window.Property(epg.originaltitle)]
$INFO[Window.Property(epg.episodename)]
$INFO[Window.Property(epg.starrating)]

I finished this two dialogs for AeonMQ6,with this I finished job about PVR.Marcos is intended to include these dialogues in MQ6 Isengard.
With Your script includes views in MQ be magically.....
Video with includes of your script properties in skin AeonMQ6.
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
Hi Phil,

I noticed a format problem displaying audio and subtitle information (see screenshot). Is this problem skin related? I have checked with skins Amber, Transparency! and Aeon MQ6: all showed the same problem.

I'm using Kodi 15.0 and ExtendedInfo 3.0.0 (downloaded today from Github)

Image

Thanks in advance,
Spider
Reply
(2015-07-05, 23:56)Spider_mp3 Wrote: Hi Phil,

I noticed a format problem displaying audio and subtitle information (see screenshot). Is this problem skin related? I have checked with skins Amber, Transparency! and Aeon MQ6: all showed the same problem.

I'm using Kodi 15.0 and ExtendedInfo 3.0.0 (downloaded today from Github)

Image

Thanks in advance,
Spider

those skins have to define the following fonts in order to make it look correctly:
font10
font12
font13
font30_title
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
Hi Phil,

thanks! Issue solved.

Regards,
Spider
Reply
Can someone post a working runscript for "similartvshowstrakt" or "similarmoviestrakt"? Thanks

I've tried every possible combination and never get a response from trakt
Starting to wonder if "https://api-v2launch.trakt.tv/show/%s/related?extended=full,images" ever returns a response...

Example:
Code:
07:31:49 T:432  NOTICE: version 3.0.0 started
07:31:49 T:432   DEBUG: script.extendedinfo: {
                                                "control": null,
                                                "dbid": "101",
                                                "default.py": "",
                                                "handle": null,
                                                "tvdb_id": "203861"
                                            }
07:31:49 T:432   DEBUG: script.extendedinfo: [
                                                "similartvshowstrakt"
                                            ]
07:31:49 T:432   DEBUG: script.extendedinfo: get_http: could not get data from https://api-v2launch.trakt.tv/show/139941/related?extended=full,images
07:31:49 T:12524   DEBUG: script.extendedinfo: Exception: Could not get new JSON data from https://api-v2launch.trakt.tv/show/139941/related?extended=full,images. Tryin to fallback to cache
07:31:49 T:12524   DEBUG: script.extendedinfo: None
07:31:49 T:12524   DEBUG: script.extendedinfo: create_light_tvshowlist: -0.00399994850159
07:31:49 T:12524   DEBUG: script.extendedinfo: compare time: 0.0
07:31:49 T:12524  NOTICE: finished
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
https://trakt.tv/shows/139941 does not return anything so either you´re passing a wrong id again or something is wrong in the id conversion part.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
(2015-07-06, 18:32)phil65 Wrote: https://trakt.tv/shows/139941 does not return anything so either you´re passing a wrong id again or something is wrong in the id conversion part.

I understand that... but its a vaild TVID http://thetvdb.com/?id=139941&tab=series readme says it works with tvid and dbid??
I've tried a number of tvdb id's none work... asking if someone has an example of one that does work... so I can make sure things are setup correctly on my end Smile
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
(2015-07-06, 16:37)Lunatixz Wrote: Can someone post a working runscript for "similartvshowstrakt" or "similarmoviestrakt"? Thanks

I've tried every possible combination and never get a response from trakt
Starting to wonder if "https://api-v2launch.trakt.tv/show/%s/related?extended=full,images" ever returns a response...

Example:
Code:
07:31:49 T:432  NOTICE: version 3.0.0 started
07:31:49 T:432   DEBUG: script.extendedinfo: {
                                                "control": null,
                                                "dbid": "101",
                                                "default.py": "",
                                                "handle": null,
                                                "tvdb_id": "203861"
                                            }
07:31:49 T:432   DEBUG: script.extendedinfo: [
                                                "similartvshowstrakt"
                                            ]
07:31:49 T:432   DEBUG: script.extendedinfo: get_http: could not get data from https://api-v2launch.trakt.tv/show/139941/related?extended=full,images
07:31:49 T:12524   DEBUG: script.extendedinfo: Exception: Could not get new JSON data from https://api-v2launch.trakt.tv/show/139941/related?extended=full,images. Tryin to fallback to cache
07:31:49 T:12524   DEBUG: script.extendedinfo: None
07:31:49 T:12524   DEBUG: script.extendedinfo: create_light_tvshowlist: -0.00399994850159
07:31:49 T:12524   DEBUG: script.extendedinfo: compare time: 0.0
07:31:49 T:12524  NOTICE: finished

It's passing a tvdb id which is not possible. The endpoint needs a trakt id, trakt slug or a imdb id. Everything else will fail. In order to resolve an tvdb id, you will need to do an id lookup.http://docs.trakt.apiary.io/#reference/search/id-lookup/get-id-lookup-results not sure if this is implemented in extended info
Reply
  • 1
  • 81
  • 82
  • 83(current)
  • 84
  • 85
  • 151

Logout Mark Read Team Forum Stats Members Help
script.extendedinfo29