[RELEASE] Aeon Nox 2.0 (deprecated)

  Thread Rating:
  • 29 Votes - 4.93 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Big_Noid Offline
Skilled Skinner
Posts: 2,627
Joined: Jul 2010
Reputation: 68
Location: Below sea level
Post: #41
Susanno Wrote:i have these views only :
I see now, Showcase view is disabled if "Use Posters instead of Banners" is unchecked in the skinsetting.
find quote
Susanno Offline
Junior Member
Posts: 5
Joined: Jan 2011
Reputation: 0
Post: #42
oh ok thank you very much, it's perfect now Wink
find quote
DaGround Offline
Senior Member
Posts: 125
Joined: Jun 2010
Reputation: 0
Post: #43
hm just found a bug Wink
if you select showcase view you get a nice smooth animation when you go right but none if you go left.

no Shutdown in "X" shutdown menu just the timer Sad

now with "programs" on mainbar renamed to games and mapped to the favourites of the advanced launcher, im using the skin and im really happy about the navigation speed on an ion!! great work 8)
(This post was last modified: 2011-01-10 10:30 by DaGround.)
find quote
Avant Offline
Junior Member
Posts: 7
Joined: Nov 2010
Reputation: 0
Post: #44
This is sweet Aeon Skin, Fast and simply beautiful. Perfect for my Music server. It would be really awesome(for me). If you can add the support for album level fanart( fanart .jpg) for visualization.

Anyway, this is great thanks for the skin.
find quote
DaGround Offline
Senior Member
Posts: 125
Joined: Jun 2010
Reputation: 0
Post: #45
if anyone wants the Program button to be Games and direktly being linked to the advanced launcher, i've uploaded the modified home.xml from the "skin.aeon.nox/720p" folder


http://rapidshare.com/files/441780503/Home.xml

i hope you dont mind Big Noid Wink
find quote
Big_Noid Offline
Skilled Skinner
Posts: 2,627
Joined: Jul 2010
Reputation: 68
Location: Below sea level
Post: #46
DaGround Wrote:hm just found a bug Wink
if you select showcase view you get a nice smooth animation when you go right but none if you go left.

no Shutdown in "X" shutdown menu just the timer Sad

now with "programs" on mainbar renamed to games and mapped to the favourites of the advanced launcher, im using the skin and im really happy about the navigation speed on an ion!! great work 8)

Glad you like it! You are right, showcase square doesn't have a right animation. Fixing that now. I am gonna change the REFRESH SKIN button in that menu to Shutdown, cause if you use refresh skin from that menu, it doesn't close the shutdownmenu properly.

DaGround Wrote:i hope you dont mind Big Noid Wink

Off course not, this whole skin is basically a mod Smile

Avant Wrote:If you can add the support for album level fanart( fanart .jpg) for visualization.
Yeah I can include that in the next patch.
find quote
danofun Offline
Junior Member
Posts: 9
Joined: Mar 2010
Reputation: 0
Post: #47
Big_Noid, I cannot thank you enough for your work on this fantastic skin. I've always liked the feel of Aeon and the speed of Confluence. This skin has combined the best of both worlds and and I'm able to run it flawlessly on my Revo 1600. Thank you!
Avant Wrote:This is sweet Aeon Skin, Fast and simply beautiful. Perfect for my Music server. It would be really awesome(for me). If you can add the support for album level fanart( fanart .jpg) for visualization.

Anyway, this is great thanks for the skin.

You can add your library's fanart to the music visualization by inserting the following just below <controls> in addons/skin.aeon.nox/720p/MusicVisualisation.xml
Code:
    <control type="largeimage">
        <include>FullscreenDimensions</include>
        <fadetime>1000</fadetime>
        <texture>$INFO[MusicPlayer.Property(Fanart_Image)]</texture>
    </control>

Additionally, you can add covers and cdart by inserting the following below the 1st completed "group" in the same file:
Code:
<control type="group">
      <visible>Player.HasAudio+ !Skin.HasSetting(homepageMusicinfo)</visible>
      <animation effect="slide" start="0,0" end="0,-225" time="400" tween="cubic" easing="inout" condition="Skin.HasSetting(lowermainmenu)|Skin.HasSetting(Lockhomemenulow)">Conditional</animation>
        <control type="image">
          <description>Cd overlay</description>
          <animation type="WindowOpen" reversible="false" condition="Window.Previous(Startup)">
            <effect type="zoom" start="180" end="100" center="640,600" time="2500" tween="cubic" easing="out"/>
            <effect type="fade" start="0" end="100" time="2000"/>
          </animation>
          <animation type="WindowOpen" reversible="false" condition="!Window.Previous(Startup)">
            <effect type="zoom" start="150" end="100" center="640,600" time="900" tween="cubic" easing="out"/>
            <effect type="fade" start="0" end="100" time="900"/>
          </animation>
          <animation type="WindowClose" condition="!Player.Playing">
            <effect type="slide" start="0" end="-114" time="700" tween="cubic" easing="in" delay="0"/>
            <effect type="fade" start="100" end="0" time="600"/>
          </animation>
          <animation effect="rotate" end="-360" center="auto" time="6000" loop="true" reversible="false" condition="!Player.Paused">Conditional</animation>
          <width>240</width>
          <height>240</height>
          <posx>130</posx>
          <fadetime>300</fadetime>
          <posy>546</posy>
          <aligny>top</aligny>
          <texture fallback="common/cdart/default.png">$INFO[Player.FolderPath]cdart.png</texture>
          <aspectratio align="bottom">keep</aspectratio>
        </control>
        <!-- Cover and Overlay-->
        <control type="group">
          <animation type="WindowOpen" reversible="false" condition="Window.Previous(Startup)">
            <effect type="zoom" start="180" end="100" center="640,600" time="2500" tween="cubic" easing="out"/>
          </animation>
          <animation type="WindowOpen" reversible="false" condition="!Window.Previous(Startup)">
            <effect type="zoom" start="150" end="100" center="640,600" time="900" tween="cubic" easing="out"/>
          </animation>
          <control type="image">
            <posx>30</posx>
            <posy>545</posy>
            <height>242</height>
            <width>242</width>
            <texture fallback="defaultmusic.png" diffuse="thumbs/cdcover_mask2.png">$INFO[MusicPlayer.Cover]</texture>
            <aspectratio>stretch</aspectratio>
          </control>
          <control type="image">
            <posx>30</posx>
            <posy>545</posy>
            <height>242</height>
            <width>242</width>
            <texture diffuse="thumbs/cdcover_mask2.png">thumbs/cd_glass_noedge.png</texture>
            <aspectratio align="bottom">stretch</aspectratio>
          </control>
        </control>
    </control>

Here is my version of MusicVisualisation.xml
find quote
Avant Offline
Junior Member
Posts: 7
Joined: Nov 2010
Reputation: 0
Post: #48
danofun, You are the man. Thank you so much
find quote
Big_Noid Offline
Skilled Skinner
Posts: 2,627
Joined: Jul 2010
Reputation: 68
Location: Below sea level
Post: #49
danofun Wrote:I've always liked the feel of Aeon and the speed of Confluence.

That was exactly the reason I started with this skin Smile

danofun Wrote:You can add your library's fanart to the music visualization by inserting the following just below <controls> in addons/skin.aeon.nox/720p/MusicVisualisation.xml
Code:
    <control type="largeimage">
        <include>FullscreenDimensions</include>
        <fadetime>1000</fadetime>
        <texture>$INFO[MusicPlayer.Property(Fanart_Image)]</texture>
    </control>
This is already in the skin, you have to disable the visualization to see it though. When I made the repository I also added the option for album level fanart. Normal fanart isn't visible if you have that option enabled, so if you don't have a fanart.jpg in the album folder no fanart shows up. I think I will change that so that normal fanart will display if you don't have fanart.jpg for an album and have the option enabled for album level fanart. I didn't want multiple levels of fanart loaded at the same time for performance reasons, so that is why I disabled it in the first place, but it doesn't seem logical now that I think of it.

I will make the CDart optional in the next release.
find quote
Big_Noid Offline
Skilled Skinner
Posts: 2,627
Joined: Jul 2010
Reputation: 68
Location: Below sea level
Post: #50
I just noticed that i referenced the md5 file in the repo with the wrong name, so that is why some could have had messages that the skin was broken. Should be fixed now.
find quote
Post Reply