Associate extras and/or alternative versions to a movie/TV show title
(2013-10-25, 14:21)alucard89 Wrote:
(2013-10-24, 23:54)wgstarks Wrote: Show/Hide feature working great, thanks Rob. Haven't done much testing yet but I do see one other minor problem (purely cosmetic IMO). The "Extras" button is double wide.

You'll need to edit the 'include' lines

Code:
                <control type="button" id="100">
                    <description>Extras</description>
                    <include>DialogVideoInfoButton</include>  <----- instead of 'ButtonInfoDialogsCommonValues' for Aeon Nox
                    <label>Extras</label>
                    <onclick>XBMC.RunScript(script.videoextras,display,"$INFO[ListItem.FilenameAndPath]")</onclick>
                    <visible>System.HasAddon(script.videoextras)
                     + [Container.Content(movies) | Container.Content(episodes) | Container.Content(TVShows)]
                     + IsEmpty(Window(movieinformation).Property("HideVideoExtrasButton"))</visible>
                </control>

Just wanted to confirm that this change does work with Aeon Nox 4.1.9Big Grin
ASUS Chromebox M004U (LibreELEC 8.2/Aeon Nox SiLVO)--->HDMI--->Onkyo TX-NR646--->HDMI--->Panasonic P65VT30


Messages In This Thread
RE: Associate extras and/or alternative versions to a movie/TV show title - by wgstarks - 2013-10-26, 01:29
Logout Mark Read Team Forum Stats Members Help
Associate extras and/or alternative versions to a movie/TV show title8