Kodi Community Forum
Release script.extendedinfo - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+---- Forum: Skin helper addons (https://forum.kodi.tv/forumdisplay.php?fid=300)
+---- Thread: Release script.extendedinfo (/showthread.php?tid=160558)



RE: script.extendedinfo - Nici - 2016-01-06

Hello phil65. I have done so and it is working. Thanks!


RE: script.extendedinfo - brunodragic - 2016-01-09

Why doesn't this work in Jarvis? It always loads a wrong movie when I wanna see some info on a movie I'm about to watch.


RE: script.extendedinfo - phil65 - 2016-01-09

Debug log?


RE: script.extendedinfo - brunodragic - 2016-01-09

http://xbmclogs.com/pem39rba0#line-7


RE: script.extendedinfo - phil65 - 2016-01-09

That´s not a debug log (wiki).


RE: script.extendedinfo - Hustler1337 - 2016-01-12

Hi,

Amateur skinner here. Can anyone tell me how I can retrieve the box office information for the currently displayed item (ListItem.Title) and display it in a label?

I've tried various combinations but think I am a mile off in terms of what I am doing :/

Would appreciate any help, thanks.


RE: script.extendedinfo - Angelinas - 2016-01-13

After this changes in git hub
https://github.com/phil65/script.extendedinfo/commit/63c23757a96d023a5527f5f0831ce931eab3d6dd
this code doesent work for skin AeonMQ6.
PHP Code:
<onclick>PlayMedia($INFO[Container(510).ListItem.Trailer],1)</onclick

before this changes Trailer was started from home menu with this command, now is broken and Kodi freez.
In dialogs script video all work as should.....only Starting from home is broken.
This error is just for widget provided by your script extendedInfo...all widget have problem
I have have script.module.autocompletion and script.module.t9.dialog installed.

PHP Code:
22:23:23 T:3284   ERROREXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - 
NOTEIGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            
Error Type: <type 'exceptions.NameError'>
                                            
Error Contents: global name 'get_trailer' is not defined
                                            Traceback 
(most recent call last):
                                              
File "C:\Users\Lenovo\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py"line 91in <module>
                                                
Main()
                                              
File "C:\Users\Lenovo\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py"line 21in __init__
                                                start_info_actions
(self.infosself.params)
                                              
File "C:\Users\Lenovo\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\process.py"line 512in start_info_actions
                                                trailer 
get_trailer(movie_id)
                                            
NameError: global name 'get_trailer' is not defined
                                            
-->End of Python script error report<--
22:23:23 T:3616   ERRORPlayMedia could not play mediaplugin://script.extendedinfo/?info=playtrailer&&dbid=41 



RE: script.extendedinfo - phil65 - 2016-01-13

true, got broken when refactoring stuff. Should be fixed with https://github.com/phil65/script.extendedinfo/commit/ad364cc57153945d900ca50497d9e5aaf97db557


RE: script.extendedinfo - Angelinas - 2016-01-13

You have quickest fixed in this year.....working , tnx


RE: script.extendedinfo - phil65 - 2016-01-13

Small heads up @ skinners: Since I have to clean up all my old crappy code, some stuff gets shifted around in the process. For Jarvis+, please use my new "plugin.program.autocompletion" (listed in "programs" category) for the AutoCompletion stuff instead of ExtendedInfo.

plugin://plugin.program.autocompletion?info=autocomplete&amp;&amp;id=$INFO[Control.GetLabel(312).index(1)]&amp;&amp;limit=9

It´s available on our official repo.
I will remove AutoCompletion functionality from ExtendedInfo for next release.
Thx!


RE: script.extendedinfo - tomer953 - 2016-01-13

(2016-01-13, 03:27)phil65 Wrote: Small heads up @ skinners: Since I have to clean up all my old crappy code, some stuff gets shifted around in the process. For Jarvis+, please use my new "plugin.program.autocompletion" (listed in "programs" category) for the AutoCompletion stuff instead of ExtendedInfo.

plugin://plugin.program.autocompletion?info=autocomplete&amp;&amp;id=$INFO[Control.GetLabel(312).index(1)]&amp;&amp;limit=9

It´s available on our official repo.
I will remove AutoCompletion functionality from ExtendedInfo for next release.
Thx!

great, 10x.
did you noticed the problem I mentioned Here ?


RE: script.extendedinfo - dkgonas - 2016-01-15

hey man, first of all great work on that script.
i'm using titan skin and some error pop up, i post in skin author but he recommend post in here since a lot of errors pop up on this script can you please check?

I have Windows 10 with Kodi 15.2 and titan 3.5.61.

Here is my log file

http://pastebin.com/2VVyaqVd (i use pastebin, because i can't make Kodi log upload work).


RE: script.extendedinfo - Gade - 2016-01-16

(2016-01-13, 03:27)phil65 Wrote: Small heads up @ skinners: Since I have to clean up all my old crappy code, some stuff gets shifted around in the process. For Jarvis+, please use my new "plugin.program.autocompletion" (listed in "programs" category) for the AutoCompletion stuff instead of ExtendedInfo.

plugin://plugin.program.autocompletion?info=autocomplete&amp;&amp;id=$INFO[Control.GetLabel(312).index(1)]&amp;&amp;limit=9

It´s available on our official repo.
I will remove AutoCompletion functionality from ExtendedInfo for next release.
Thx!

Hi Phil.

Do you mean script.module.autocompletion?

I can't quite seem to find the other one in the repo, although it's listed at your Github.


RE: script.extendedinfo - passenger - 2016-01-17

Sorry if this was asked before but I couldn't find it. Extended Info addon always display "updates available" but I click and it does nothing. I'm using Isendard latest stable version. Thanks!


RE: script.extendedinfo - n1ckn88 - 2016-01-26

Hi,

Is there a way to open up extendedinfo script mod as you load a profile or enter Kodi- not as you access it through a shortcut (list view starting upcoming movies. etc...) the actual way the program launches?

thanks
nick