• 1
  • 32
  • 33
  • 34(current)
  • 35
  • 36
  • 151
Release script.extendedinfo
no error here, using the exact same script call.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
got in touch with BigNoid who could provide a reproducable approach to throw that error. should be fixed now. thx for reporting.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
Aeon Nox 5 user:

Two bugs:

1) Lists from MovieDB user items and other categories will not load (they load in the background)
2) Cinema Experience button is broken

Also, occasionally the wrong movie poster is loaded in focus position one. Happens frequently but I haven't taken a picture or produced a log.
Reply
As a follow-up to the above, I am now using your "Dirty Hack" method of replacing DialogVideoInfo in all dialogs and no longer have any problem loading lists into VideoList.xml. It would appear the default DialogVideoInfo is not closing, because this hack includes a command to close the window.

I'd like to use this new dialog on a permanent basis, but have a couple of outstanding issues:

1) How to edit the biography and plot pop-up dialogs? They look great in Nox 4 but are missing titles and have misaligned formatting in Nox 5.

2) How do I return the scraped IMDb rating for library items? Ratings information is being called from the MovieDB, which is not particularly interesting. Most libraries are scraped with the IMDb rating.
Reply
I was able to restore the Cinema Experience button with the following code. However, DialogVideoInfo will not close when the script is initiated.

PHP Code:
<control type="radiobutton" id="20">
                                <
label>Cinema</label>
                                <
onleft>9</onleft>
                                <
width>280</width>
                                <
height>160</height>
                                <
textoffsetx>0</textoffsetx>
                                <
align>center</align>
                                <
texturefocus border="40" colordiffuse="$INFO[Window(home).Property(movie.ImageColor)]">buttons/roundedbutton-focus.png</texturefocus>
                                <
texturenofocus border="40" colordiffuse="$INFO[Window(home).Property(movie.ImageColor)]">buttons/roundedbutton-nofocus.png</texturenofocus>                                
                                <
textureradioonfocus colordiffuse="grey">icons/movieclap.png</textureradioonfocus>
                                <
textureradioofffocus colordiffuse="grey">icons/movieclap.png</textureradioofffocus>
                                <
textureradiooffnofocus colordiffuse="grey">icons/movieclap.png</textureradiooffnofocus>
                                <
textureradioonnofocus colordiffuse="grey">icons/movieclap.png</textureradioonnofocus>
                                <
font>Font_Reg30_2</font>
                                <
textcolor>grey</textcolor>
                                <
focusedcolor>white2</focusedcolor>
                                <
aligny>bottom</aligny>
                                <
textoffsety>97</textoffsety>
                                <
radioposx>108</radioposx>
                                <
radioposy>30</radioposy>
                                <
radiowidth>64</radiowidth>
                                <
radioheight>64</radioheight>
                                <
onclick>Playlist.Clear</onclick>
                                <
onclick>Dialog.Close(MovieInformation)</onclick>
                                <
onclick>RunScript(script.cinema.experience)</onclick>
                                <
visible>system.hasaddon(script.cinema.experience) + !SubString(Container.FolderPath,plugin)</visible>
                                <
visible>!IsEmpty(Window.Property(movie.DBID))</visible>
                            </
control
Reply
While browsing my collection, ran into an oddity. Title "Boyhood" would not load. It is putting out a script error and I'm forced to close. No other title behaves in this manner.

Here is the Pastebin: http://pastebin.com/nsAEVscJ
Reply
(2014-12-20, 04:21)Warner306 Wrote: While browsing my collection, ran into an oddity. Title "Boyhood" would not load. It is putting out a script error and I'm forced to close. No other title behaves in this manner.

Here is the Pastebin: http://pastebin.com/nsAEVscJ

pushed a fix, please try again.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
(2014-12-19, 19:45)phil65 Wrote: No need to start yelling, keep a cool head. I gave you the answer, not sure what else you want me to do.
This forum subsection is labelled with "GUI skin development and xml coding, for skinners only."
I always hoped that would be clear enough, seems as if it isn´t.
you have to consider that 1 x 5 minutes quickly becomes 50 x 5 minutes. If I would go that route then I wouldnt have much time to code anymore. That´s what you want?

That's fair enough Phil, sorry for flying off the handle there. I took your reply as being severely condescending, I really appreciate the work you do and I do understand how much of your free time goes into it.

No hard feelings, my apologies.
Reply
(2014-12-20, 04:38)phil65 Wrote:
(2014-12-20, 04:21)Warner306 Wrote: While browsing my collection, ran into an oddity. Title "Boyhood" would not load. It is putting out a script error and I'm forced to close. No other title behaves in this manner.

Here is the Pastebin: http://pastebin.com/nsAEVscJ

pushed a fix, please try again.

Still not loading Boyhood. Pastebin here: http://pastebin.com/uNN2bRne.

Can you give me an answer to my previous questions? I am in the process of skinning my own version of DialogVideoInfo for Aeon Nox 5 and need to address these issues:

1) Cinema Experience button is not functional (I haven't made this far with my own version).
2) I can't call the scraped IMDb rating for my own library items. I am stuck with the MovieDB, or perhaps Rotten Tomatoes. I noticed there is a call for Top 250 but no IMDb rating? Is this correct.
Reply
weird. try again.

1) didnt look into it yet (not using it myself)
2) correct.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
(2014-12-21, 01:11)phil65 Wrote: weird. try again.

1) didnt look into it yet (not using it myself)
2) correct.

Is it possible to add the IMDb rating? If so, I see no reason to go back to the old DialogVideoInfo when the new container has so much more content. But it is the rating alone that holds me back.
Reply
there´s something planned Wink
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
Hi Phil. excuse my ignorance but brand new to this XBMC. pulling my hair out Smile i am on open elec xbmc 13.
I have tried to install extendedinfo script. it appears to install but is then not shown in programs. I read earlier that you said this i not a programs. However the YouTube vids i have seen all have it in programs.
if not there where should i look for it? I have no idea if it has been installed.

thanks.
Reply
(2014-12-22, 00:07)steved Wrote: Hi Phil. excuse my ignorance but brand new to this XBMC. pulling my hair out Smile i am on open elec xbmc 13.
I have tried to install extendedinfo script. it appears to install but is then not shown in programs. I read earlier that you said this i not a programs. However the YouTube vids i have seen all have it in programs.
if not there where should i look for it? I have no idea if it has been installed.

thanks.

I am having same issue on my Openelec box and a Windows XBMC box. I have installed it many times in the past so not sure what is going on right now.
Reply
(2014-12-22, 00:07)steved Wrote: Hi Phil. excuse my ignorance but brand new to this XBMC. pulling my hair out Smile i am on open elec xbmc 13.
I have tried to install extendedinfo script. it appears to install but is then not shown in programs. I read earlier that you said this i not a programs. However the YouTube vids i have seen all have it in programs.
if not there where should i look for it? I have no idea if it has been installed.

thanks.

it´s listed under helper add-ons since several weeks.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
  • 1
  • 32
  • 33
  • 34(current)
  • 35
  • 36
  • 151

Logout Mark Read Team Forum Stats Members Help
script.extendedinfo29