• 1
  • 13
  • 14
  • 15(current)
  • 16
  • 17
  • 151
Release script.extendedinfo
(2014-09-19, 19:02)cw-kid Wrote: So does Extended Info Script have anything to do with music? I thought we had to install it just for the Movie Sets and stuff like that to work properly. It only seems to crash now when going in to full screen music playback mode. Hopefully the Aeon MQ5 skin will be updated to use your newer correct versions at some point. In the mean time think I will have to uninstall the modified version of this script completely.

Cheers.
the daemon part was shifted out to script.skin.info.service and does not fetch info for now playing music anymore.
better wait for the skin dev to make the needed changes.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
(2014-09-19, 19:06)phil65 Wrote: the daemon part was shifted out to script.skin.info.service and does not fetch info for now playing music anymore.
better wait for the skin dev to make the needed changes.

OK thanks, that could be awhile for the skin to be updated though.

So installing script.skin.info.service isn't going to help us either is it, until the skin is fixed.

I always thought it was the Artist SlideShow add-on that got and displayed the music info in full screen mode. Never knew Extended Info Script was also related to music stuff.

Cheers
Reply
(2014-09-19, 19:26)cw-kid Wrote:
(2014-09-19, 19:06)phil65 Wrote: the daemon part was shifted out to script.skin.info.service and does not fetch info for now playing music anymore.
better wait for the skin dev to make the needed changes.

OK thanks, that could be awhile for the skin to be updated though.

So installing script.skin.info.service isn't going to help us either is it, until the skin is fixed.

I always thought it was the Artist SlideShow add-on that got and displayed the music info in full screen mode. Never knew Extended Info Script was also related to music stuff.

Cheers

it was related to almost everything. Wink that´s why it gets split up into 3 different addons. (script.extendedinfo, script.skin.info.service, script.maps.browser)
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
bigger update: you can now also use all script calls for dynamic content.
Examples:
Code:
<content>plugin://script.extendedinfo?info=upcoming</content>
<content>plugin://script.extendedinfo?info=discography&amp;artistname=$INFO[ListItem.Artist]</content>

the onclicks for the listitems do not work yet so you would have to use some fake button to trigger any actions for onclick() for now (I´m workin on it).
if you have questions concerning this change, just ask. the old way should also still work though. Smile
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
+1 Wink
Reply
(2014-09-23, 01:01)nessus Wrote: +1 Wink

thx.
one quick change: the parameters have to be separated with "&&" ( = &amp;&amp; ) to avoid problems when passing artist / album names containing "&".

example from above:
Code:
<content>plugin://script.extendedinfo?info=discography&amp;&amp;artistname=$INFO[ListItem.Artist]</content>
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
another update: onclick for all movie stuff should work now and start a trailer.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
I would use the textbox in Focus with the script, but it does not work! Is there an error in my code or script does not work with focus in list?

PHP Code:
<control type="textbox" id="4">
                <
top>70</top>                                    
                <
left>20</left>
                <
width>620</width>
                <
align>justify</align>
                <
height max="160">auto</height>
                <
label>$VAR[global_Plot]</label>
                <include>
detail_Text</include>
                <
visible>!SubString(ListItem.Icon,default)</visible>        
                <include>
container_Text-focus</include>
                </
control
Reply
i don´t understand what you are tryin to do.
what does that var contain? some more details please.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
add plot in View list with focus

Sets : Image

Movies : Image

I use the script and it's great. Added a Textbox (plot) is easy and work well, but I want Plot with added title in focus, it does not work! Is it a problem of my code or script that does not work in this configuration?
Reply
you´re probably lookin for this script:
http://forum.xbmc.org/showthread.php?tid=203196
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
I already added this in variable.xml , the information work well for several months. But if I want to add it in a container list with focus, it does not work!
Reply
vars inside containers do not work too well i think. you could try to add several textboxes with visibility conditions.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
I dont think its the vars. IRC, extended info script never worked inside list containers.. it always had to be in a textbox outside the list whenever I used it in arctic
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
that's what I meant, thank you! It is impossible to be in a container. it would be nice to can do it!
Reply
  • 1
  • 13
  • 14
  • 15(current)
  • 16
  • 17
  • 151

Logout Mark Read Team Forum Stats Members Help
script.extendedinfo29