Kodi Community Forum
[RELEASE] Aeon Nox 2.0 (deprecated) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Aeon Nox: Silvo (https://forum.kodi.tv/forumdisplay.php?fid=142)
+---- Thread: [RELEASE] Aeon Nox 2.0 (deprecated) (/showthread.php?tid=89151)



- BigNoid - 2011-02-24

Victim Wrote:+2 for Shinu's case style. Looks great. I have a very minor question. The 480p flag for the Fullscreen Info view is missing the "p" at the end. I know it insignificant, but I always keep wandering if my video is 480p or 480i because of it.
I should probably get rid of the 480i flag and just change it also to 480, cause there is no difference in database between 480p and 480i, same goes for 576p. Maybe just change it to SD altogether.

Eisi2005 Wrote:@big_noid

take a look at this screenshot. could you put the text a little bit more to the right ?

http://www.mediafire.com/?3r474y374z44tzz

Greets
Eisi
Done Smile
Shinu Wrote:how do i see the changes? should uninstall and re-download the skin?
If you want to check out the changes you could download the svn (see first post). Here is a screenshot:
Image


- Eisi2005 - 2011-02-24

@big_noid

i could not often enough say THX THX THX you put all our wishes in fast time to the skin, very great work !!!

The new bannerwall view is wonderful !

Greets
Eisi


- Webbo_1979 - 2011-02-24

Hi Guys really new to all this but im loving the look of this skin its so well done. I am getting an Apple tv 2 soon with xbmc can this skin but used on that?


- Victim - 2011-02-25

Big_Noid Wrote:I should probably get rid of the 480i flag and just change it also to 480, cause there is no difference in database between 480p and 480i, same goes for 576p. Maybe just change it to SD altogether.

I'd say keep it as 480p. Personal preference. Nod Another quick question. Is it possible to have different views set for different playlists?

eg. I have TV show smartlists for Animations and Live-action TV Series. Can I set bannerwall as the view for one and another view for the other or is this a limitation of the software?


- Shinu - 2011-02-25

Big_Noid Wrote:If you want to check out the changes you could download the svn (see first post). Here is a screenshot:
Image

i downloaded the new file but i still had to made slight mod to it. i changed for both nativebanners and nativeposters from...

PHP Code:
<control type="image">
        <
posx>488</posx>
        <
posy>8</posy>
        <
width>40</width>
        <
height>40</height>
        <
aspectratio>scale</aspectratio>
        <
scalediffuse>false</scalediffuse>
        <
texture>thumbs/OverlayWatched.png</texture>
        <
visible>StringCompare(ListItem.Overlay,OverlayWatched.png)</visible>
        <
animation effect="zoom" center="280,45" start="110" end="120" time="200" tween="cubic" easing="out" reversible="false">Focus</animation>
      </
control>
      <
control type="image">
        <
posx>20</posx>
        <
posy>-3</posy>
        <
width>519</width>
        <
height>115</height>
        <
aspectratio>keep</aspectratio>
        <
texture background="true">thumbs/banner_shadow.png</texture>
        <
animation effect="zoom" center="280,45" start="110" end="120" time="200" tween="cubic" easing="out" reversible="false">Focus</animation>
      </
control

to

PHP Code:
        <control type="image">
        <
posx>486</posx>
        <
posy>9</posy>
        <
width>40</width>
        <
height>40</height>
        <
aspectratio>scale</aspectratio>
        <
scalediffuse>false</scalediffuse>
        <
texture>thumbs/OverlayWatched.png</texture>
        <
visible>StringCompare(ListItem.Overlay,OverlayWatched.png)</visible>
        <
animation effect="zoom" center="280,45" start="110" end="120" time="200" tween="cubic" easing="out" reversible="false">Focus</animation>
      </
control>
      <
control type="image">
        <
posx>15</posx>
        <
posy>-10</posy>
        <
width>529</width>
        <
height>130</height>
        <
aspectratio>keep</aspectratio>
        <
texture background="true">thumbs/banner_shadow.png</texture>
        <
animation effect="zoom" center="280,45" start="110" end="120" time="200" tween="cubic" easing="out" reversible="false">Focus</animation>
      </
control

the focused banner was a bigger than the border. so it changed from this...

Image

to this....

Image

as u can so, i also made the unfocused banners smaller, making the shadow behind them seem like a border as well. Wink not a big change, but i think it looks better this way.


- Revenge - 2011-02-25

I think this Version of Aeon already deserves a Sticky.


- dascmo - 2011-02-25

Revenge Wrote:I think this Version of Aeon already deserves a Sticky.

+1


- BigNoid - 2011-02-25

Shinu Wrote:i downloaded the new file but i still had to made slight mod to it. i changed for both nativebanners and nativeposters from...

PHP Code:
<control type="image">
        <
posx>488</posx>
        <
posy>8</posy>
        <
width>40</width>
        <
height>40</height>
        <
aspectratio>scale</aspectratio>
        <
scalediffuse>false</scalediffuse>
        <
texture>thumbs/OverlayWatched.png</texture>
        <
visible>StringCompare(ListItem.Overlay,OverlayWatched.png)</visible>
        <
animation effect="zoom" center="280,45" start="110" end="120" time="200" tween="cubic" easing="out" reversible="false">Focus</animation>
      </
control>
      <
control type="image">
        <
posx>20</posx>
        <
posy>-3</posy>
        <
width>519</width>
        <
height>115</height>
        <
aspectratio>keep</aspectratio>
        <
texture background="true">thumbs/banner_shadow.png</texture>
        <
animation effect="zoom" center="280,45" start="110" end="120" time="200" tween="cubic" easing="out" reversible="false">Focus</animation>
      </
control

to

PHP Code:
        <control type="image">
        <
posx>486</posx>
        <
posy>9</posy>
        <
width>40</width>
        <
height>40</height>
        <
aspectratio>scale</aspectratio>
        <
scalediffuse>false</scalediffuse>
        <
texture>thumbs/OverlayWatched.png</texture>
        <
visible>StringCompare(ListItem.Overlay,OverlayWatched.png)</visible>
        <
animation effect="zoom" center="280,45" start="110" end="120" time="200" tween="cubic" easing="out" reversible="false">Focus</animation>
      </
control>
      <
control type="image">
        <
posx>15</posx>
        <
posy>-10</posy>
        <
width>529</width>
        <
height>130</height>
        <
aspectratio>keep</aspectratio>
        <
texture background="true">thumbs/banner_shadow.png</texture>
        <
animation effect="zoom" center="280,45" start="110" end="120" time="200" tween="cubic" easing="out" reversible="false">Focus</animation>
      </
control

the focused banner was a bigger than the border. so it changed from this...

Image

to this....

Image

as u can so, i also made the unfocused banners smaller, making the shadow behind them seem like a border as well. Wink not a big change, but i think it looks better this way.
I changed the file banner_shadow.png because I was not happy with it. What you have now is a cached image of banner_shadow.png. Please revert the change you made and delete the following file while XBMC is closed:
userdata/Database/Textures.db
and restart XBMC. It should look like my screenshot then. Also make sure there's no textures.xbt in your media folder because it will load the files from that first.


- boulala - 2011-02-25

+2 for the sticky and +a gazillion for that nice banner wall. Great work Biggi


- smiffy1989 - 2011-02-25

Thanks for the update! Lots of new views and features and still as snappy as ever!

+another for the sticky Smile


- BigNoid - 2011-02-25

I've been thinking about adding an option to show New status instead of Watched. What do you think:
Image

Image


- SuperBilleN - 2011-02-25

I can not install through an zip file on my mac mini. it says install failed when i try?

what am i doing wrong


- Eisi2005 - 2011-02-25

Hi,

i found the watched status better.

Greets
Eisi


- boulala - 2011-02-25

Big_Noid Wrote:I've been thinking about adding an option to show New status instead of Watched. What do you think:
Image

Image

i'm in for this one. maybe you could make an option for that one, like with poster and banner. just a little switch in the menu for whether you want the watched label or the new label. nice idea either way keep those coming.


- Adeiko - 2011-02-25

Love the idea of neew. but how you'll control it?

Only <1 day ? <3days?