Aeon Nox 3.0: Movie Extras/Bonus Features - How to add them to your setup.
#63
(2012-06-04, 15:24)thrak76 Wrote: I'd love to use it just for movies! Then I'd rework the way that I view moviesets.

For Tvshows, I have too many to see them only 1-at-time on the screen. Would take too long to find what you're looking for in a left-to-right scroll.

get rid of 105-146 and replace it with all of this. That should do it.

PHP Code:
<itemlayout width="600" height="450" condition="[Skin.HasSetting(Nox.landscapelogo) + Container.Content(movies)]">
            <
control type="image">
                <
posx>-1000</posx>
                <
posy>178</posy>
                <
width>420</width>
                <
height>164</height>
                <
aspectratio aligny="bottom">keep</aspectratio>
                <
texture fallback="fallback.png">$INFO[ListItem.Path,,logo.png]</texture>
            </
control>
            <
control type="image">
                <
posx>-1000</posx>
                <
posy>345</posy>
                <
width>420</width>
                <
height>164</height>
                <
aspectratio aligny="top">keep</aspectratio>
                <
texture flipy="true" fallback="fallback.png">$INFO[ListItem.Path,,logo.png]</texture>
                <
animation effect="fade" start="10" end="10" time="200" tween="cubic" easing="inout" condition="true">Conditional</animation>
            </
control>
        </
itemlayout>
        <
focusedlayout width="2500" height="450" condition="[Skin.HasSetting(Nox.landscapelogo) + Container.Content(movies)]">
            <
control type="group">
                <
animation effect="zoom" center="auto" start="100" end="122" time="600" tween="back" easing="out" reversible="false">Focus</animation>
                <
animation effect="zoom" center="auto" start="122" end="100" time="200" tween="back" easing="out" reversible="false">UnFocus</animation>
                <
control type="image">
                    <
posx>62</posx>
                    <
posy>178</posy>
                    <
width>390</width>
                    <
height>164</height>
                    <
aspectratio aligny="bottom">keep</aspectratio>
                    <
texture fallback="fallback.png">$INFO[ListItem.Path,,logo.png]</texture>
                </
control>
                <
control type="image">
                    <
posx>62</posx>
                    <
posy>345</posy>
                    <
width>390</width>
                    <
height>164</height>
                    <
aspectratio aligny="top">keep</aspectratio>
                    <
texture flipy="true" fallback="fallback.png">$INFO[ListItem.Path,,logo.png]</texture>
                    <
animation effect="fade" start="10" end="10" time="200" tween="cubic" easing="inout" condition="true">Conditional</animation>
                </
control>
            </
control>
        </
focusedlayout
               <
itemlayout width="495" height="450" condition="[Skin.HasSetting(Nox.landscapelogo) + Container.Content(tvshows)]">
            <
control type="image">
                <
posx>38</posx>
                <
posy>178</posy>
                <
width>420</width>
                <
height>164</height>
                <
aspectratio aligny="bottom">keep</aspectratio>
                <
texture fallback="fallback.png">$INFO[ListItem.Path,,logo.png]</texture>
            </
control>
            <
control type="image">
                <
posx>38</posx>
                <
posy>345</posy>
                <
width>420</width>
                <
height>164</height>
                <
aspectratio aligny="top">keep</aspectratio>
                <
texture flipy="true" fallback="fallback.png">$INFO[ListItem.Path,,logo.png]</texture>
                <
animation effect="fade" start="10" end="10" time="200" tween="cubic" easing="inout" condition="true">Conditional</animation>
            </
control>
        </
itemlayout>
        <
focusedlayout width="495" height="450" condition="[Skin.HasSetting(Nox.landscapelogo) + Container.Content(tvshows)]">
            <
control type="group">
                <
animation effect="zoom" center="auto" start="100" end="122" time="600" tween="back" easing="out" reversible="false">Focus</animation>
                <
animation effect="zoom" center="auto" start="122" end="100" time="200" tween="back" easing="out" reversible="false">UnFocus</animation>
                <
control type="image">
                    <
posx>52</posx>
                    <
posy>178</posy>
                    <
width>390</width>
                    <
height>164</height>
                    <
aspectratio aligny="bottom">keep</aspectratio>
                    <
texture fallback="fallback.png">$INFO[ListItem.Path,,logo.png]</texture>
                </
control>
                <
control type="image">
                    <
posx>52</posx>
                    <
posy>345</posy>
                    <
width>390</width>
                    <
height>164</height>
                    <
aspectratio aligny="top">keep</aspectratio>
                    <
texture flipy="true" fallback="fallback.png">$INFO[ListItem.Path,,logo.png]</texture>
                    <
animation effect="fade" start="10" end="10" time="200" tween="cubic" easing="inout" condition="true">Conditional</animation>
                </
control>
            </
control>
        </
focusedlayout
TV LG 50PJ350 50 inch HDTV
Receiver Sony STRDH520 7.1
HTPC 1 Custom built 8GB RAM 64GB SSD 250GB SATA Win 8 x64, VRC 1100 remote, AMBX lighting HTPC 2 TV LG 32LK330U 32 inch HDTV HTPC Raspberry Pi 2 OpenELEC
Server HP Microserver Gen 8 10GB RAM, 10.25TB total storage, Sickbeard, SABnzbd+, CouchPotato
Kodi Jarvis, Aeon MQ 6
Reply


Messages In This Thread
RE: Aeon Nox 3.0: Movie Extras/Bonus Features - How to add them to your setup. - by defluo - 2012-06-04, 15:33
Logout Mark Read Team Forum Stats Members Help
Aeon Nox 3.0: Movie Extras/Bonus Features - How to add them to your setup.2