I've been updating via the SVN and have been absolutely astonished with the progress and speed at which Big_Noid has pushed Nox! Congrats and keep up the great work!
I appreciate the additions of Party Mode to the Home screen, Next Artist in the MusicVisualization and the NR MPAA wide icon. I am a huge fan of the Low List view and I've added a NR MPAA icon for that view as well (image file below) by inserting the following into ViewsVideoLibrary.xml line #1727
Code:
<control type="image">
<width>90</width>
<height>60</height>
<aspectratio>keep</aspectratio>
<colordiffuse>FFDDDDDD</colordiffuse>
<fadetime>IconCrossfadeTime2</fadetime>
<texture>flags/rating/MPAA_NR_Certificate_US.png</texture>
<visible>SubString(ListItem.mpaa,US:NR) | SubString(ListItem.mpaa,USA:NR) | SubString(ListItem.mpaa,Rated NR) | SubString(ListItem.mpaa,NR) | SubString(ListItem.mpaa,Not Rated)</visible>
</control>
Here's a Home page navigation menu MOD as I prefer the Home screen navigation bar font and background found in Aeon65. This can be achieved by adding two images and a font file (found below) and editing Home.xml and Fonts.xml. In Home.xml comment-in lines #749-766
Code:
<control type="image">
<posx>0</posx>
<posy>302</posy>
<width>1280</width>
<height>150</height>
<texture>home/homemenu_back.png</texture>
<include>Animation_CommonFade</include>
</control>
<control type="image">
<posx>0</posx>
<posy>302</posy>
<width>1280</width>
<height>150</height>
<texture>home/homemenu_gradient.png</texture>
<include>Animation_CommonFade</include>
<colordiffuse>d0FFFFFF</colordiffuse>
</control>
Now comment-out lines #798-806
Code:
<!--
<control type="image">
<posx>0</posx>
<posy>340</posy>
<width>1280</width>
<height>66</height>
<texture>osd/osd_back.png</texture>
<include>Animation_CommonFade</include>
</control>
-->
You'll then have to comment-out Font.xml lines #44-48 and add a new Font_MainMenu:
Code:
<!--
<font>
<name>Font_MainMenu</name>
<filename>Ubuntu-B.ttf</filename>
<size>50</size>
</font>
-->
<font>
<name>Font_MainMenu</name>
<filename>aeon_settings.ttf</filename>
<size>79</size>
</font>
The above code calls on the following files:
/fonts/aeon_settings.ttf
/media/home/homemenu_back.png
/media/home/homemenu_gradient.png
/media/flags/rating/MPAA_NR_Certificate_US.png
File Pack - Files for this MOD
Textures.xbt containing all images (Big_Noid's SVN revision 218, RightListNav, NR MPAA, Aeon65 home) and compressed with Duplicate Check flag