Multiplex View - Info Wait Time
#1
Is it possible to easily modify the duration Aeon waits before displaying a movie's information while using the Multiplex view? By default it waits like 5 seconds or so, I'de like to shorten that to maybe 2 seconds.

I imagine this is possible, I just don't know where to start.
Reply
#2
Default is 3 seconds.

Open MyVideoNav.xml and change the delay of this image:

Code:
<control type="image" id="109">
    <posx>0</posx>
    <posy>0</posy>
    <width>0</width>
    <height>0</height>
    <texture>-</texture>
    <visible>[Skin.HasSetting(videomovies) + !Skin.HasSetting(nomultiplexpopup) + ![Skin.HasSetting(multiplexinfooff) | Skin.HasSetting(multiplexinfotrigger)] + [Control.HasFocus(52) | Control.HasFocus(61) | Control.HasFocus(94) | ControlGroup(7000).HasFocus()] + [!Container(52).OnNext + !Container(52).OnPrevious]] | [Skin.HasSetting(videotv) + !Skin.HasSetting(nomultiplextvpopup) + ![Skin.HasSetting(multiplextvinfooff) | Skin.HasSetting(multiplextvinfotrigger)] + [Control.HasFocus(52) | Control.HasFocus(61) | Control.HasFocus(94) | ControlGroup(7000).HasFocus()] + [!Container(52).OnNext + !Container(52).OnPrevious]]</visible>
    <animation effect="fade" start="0" end="100" time="150" [b]delay="3000"[/b]>Visible</animation>
</control>
Reply

Logout Mark Read Team Forum Stats Members Help
Multiplex View - Info Wait Time0