XBMC Community Forum
Aeon Nox 3.0: Movie Extras/Bonus Features - How to add them to your setup. - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+---- Forum: Aeon Nox (/forumdisplay.php?fid=142)
+---- Thread: Aeon Nox 3.0: Movie Extras/Bonus Features - How to add them to your setup. (/showthread.php?tid=131524)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16


RE: Aeon Nox 3.0: Movie Extras/Bonus Features - How to add them to your setup. - Deano316 - 2012-06-04 15:20

(2012-06-04 15:06)thrak76 Wrote:  Does that logo (as pictured) mod affect all the landscape viewtypes, or just in the area that you modded? So if you used landscape view in more than one place, would all be affected?

I'm going to experiment with the season logo bit here this morning and report back to here... Seems simple enough. I read that post over at fanart too!

As far as I know it affects tv and movies in landscape view. Let me know how you get on with season logo, about to try it out in full myself in a moment. Smile


RE: Aeon Nox 3.0: Movie Extras/Bonus Features - How to add them to your setup. - thrak76 - 2012-06-04 15:24

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.
(2012-06-04 15:20)Deano316 Wrote:  Let me know how you get on with season logo, about to try it out in full myself in a moment. Smile

I think there may be a problem with this approach in Nox 3. There's not an option to view the icon as logo in the season level, at least in the viewtypes I've been trying. Seems to only be an option at the tvshow level...


RE: Aeon Nox 3.0: Movie Extras/Bonus Features - How to add them to your setup. - defluo - 2012-06-04 15:33

(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



RE: Aeon Nox 3.0: Movie Extras/Bonus Features - How to add them to your setup. - thrak76 - 2012-06-04 15:47

(2012-06-04 15:33)defluo Wrote:  
(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.

Brilliant! Worked great. Only affects movies with that code.

Thanks a lot Deano and defluo!


RE: Aeon Nox 3.0: Movie Extras/Bonus Features - How to add them to your setup. - thrak76 - 2012-06-04 16:02

Here's something strange though:

That code posted above works great for about 75% of the moviesets I've tried it with - but for the other 25%, the logo is off-center like this:

[Image: screenshot000-1.png]


I tried switching back and forth between viewtypes and a couple restarts to try to alleviate it, but no luck. As i said though, it doesn't affect all the movies that i've tried it with..


RE: Aeon Nox 3.0: Movie Extras/Bonus Features - How to add them to your setup. - defluo - 2012-06-04 16:08

Strange. Unfortunately I don't do movie sets so theres not much I can do to help you. Perhaps Deano will have a few suggestions

Actually...did the original code work?


RE: Aeon Nox 3.0: Movie Extras/Bonus Features - How to add them to your setup. - thrak76 - 2012-06-04 16:17

(2012-06-04 16:08)defluo Wrote:  Strange. Unfortunately I don't do movie sets so theres not much I can do to help you. Perhaps Deano will have a few suggestions

Actually...did the original code work?

The code you posted in the Nox 3 release thread, or the code a few posts up?

The code in this thread worked as i described. I didn't try the other.


RE: Aeon Nox 3.0: Movie Extras/Bonus Features - How to add them to your setup. - defluo - 2012-06-04 16:20

The release thread. Though the one a few posts up is pretty much the same, I was curious to see if the original had affected you. Deano will have to comment on it


RE: Aeon Nox 3.0: Movie Extras/Bonus Features - How to add them to your setup. - Deano316 - 2012-06-04 16:35

(2012-06-04 16:02)thrak76 Wrote:  Here's something strange though:

That code posted above works great for about 75% of the moviesets I've tried it with - but for the other 25%, the logo is off-center like this:

[Image: screenshot000-1.png]


I tried switching back and forth between viewtypes and a couple restarts to try to alleviate it, but no luck. As i said though, it doesn't affect all the movies that i've tried it with..

Switch fixed list on then off again, should put it right. For whatever reason fixed list throws the log off centre.


RE: Aeon Nox 3.0: Movie Extras/Bonus Features - How to add them to your setup. - thrak76 - 2012-06-04 16:43

(2012-06-04 16:35)Deano316 Wrote:  Switch fixed list on then off again, should put it right. For whatever reason fixed list throws the log off centre.

No dice.

That was the first thing i tried.