Hey Mike,
Couple bugs in the Krypton branch...
#1 - The Default Color Icons don't seem to work. All other Color Icons work except the default ones. You can see them in file mode when looking at your sources or in the library section when you have to pick Movies, TV Shows, Recently Added, etc... This is in List View
#2 - All the dialogs are really big. It doesn't respect the "Smaller Dialogs" skin setting.
#3 - DialogPlayerProcessInfo.xml is missing from the 1080i folder. It is a new dialog meant to replace what you saw when you pressed 'o' (CodecInfo)
I looked at the one made by Gade for his Rapier skin and it was nice and clean so i modded it for Aeon MadNox.
In Rapier, it looks like this:
I modified it to look like this in Aeon MadNox:
Here is the source for anyone who needs the functionality back right away:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>5001</defaultcontrol>
<controls>
<control type="button" id="5001">
<visible allowhiddenfocus="true">false</visible>
<onclick>Close</onclick>
<onleft>Close</onleft>
<onright>Close</onright>
<onup>Close</onup>
<ondown>Close</ondown>
</control>
<control type="group">
<description>Player Process Information</description>
<visible>![Window.IsActive(OSDVideoSettings) | Window.IsActive(OSDAudioSettings) | Window.IsActive(VideoBookmarks) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVROSDGuide) | Window.IsActive(subtitlesearch) | Window.IsActive(osdcmssettings)]</visible>
<depth>0.40</depth>
<animation effect="fade" start="0" end="100" time="300">VisibleChange</animation>
<animation effect="fade" start="0" end="100" time="300">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="300">WindowClose</animation>
<left>42</left>
<top>30</top>
<control type="image">
<width>1836</width>
<height>220</height>
<texture border="8">panels/panel.png</texture>
</control>
<control type="grouplist">
<top>20</top>
<left>27</left>
<itemgap>0</itemgap>
<orientation>vertical</orientation>
<control type="label">
<description>Video Label</description>
<width>450</width>
<height>30</height>
<font>Font_Bold24</font>
<textcolor>ff1573d4</textcolor>
<shadowcolor>ff000000</shadowcolor>
<label>[UPPERCASE]$LOCALIZE[291][/UPPERCASE]</label>
</control>
<control type="group">
<height>30</height>
<control type="label">
<width>248</width>
<font>Font_Bold24</font>
<textcolor>ff7993b0</textcolor>
<shadowcolor>ff000000</shadowcolor>
<label>DECODER:</label>
</control>
<control type="label">
<left>255</left>
<width>600</width>
<font>Font_Bold24</font>
<textcolor>ffcecece</textcolor>
<shadowcolor>ff000000</shadowcolor>
<label fallback="31001">[UPPERCASE]$INFO[Player.Process(videodecoder)][/UPPERCASE]</label>
</control>
</control>
<control type="group">
<height>30</height>
<control type="label">
<width>248</width>
<font>Font_Bold24</font>
<textcolor>ff7993b0</textcolor>
<shadowcolor>ff000000</shadowcolor>
<label>[UPPERCASE]$LOCALIZE[169]:[/UPPERCASE]</label>
</control>
<control type="label">
<left>255</left>
<width>600</width>
<font>Font_Bold24</font>
<textcolor>ffcecece</textcolor>
<shadowcolor>ff000000</shadowcolor>
<label>$INFO[Player.Process(videowidth)]$INFO[Player.Process(videoheight),x, px]$INFO[Player.Process(videodar), (, $LOCALIZE[31154])]</label>
</control>
</control>
<control type="group">
<height>30</height>
<control type="label">
<width>248</width>
<font>Font_Bold24</font>
<textcolor>ff7993b0</textcolor>
<shadowcolor>ff000000</shadowcolor>
<label>FRAMERATE:</label>
</control>
<control type="label">
<left>255</left>
<width>600</width>
<font>Font_Bold24</font>
<textcolor>ffcecece</textcolor>
<shadowcolor>ff000000</shadowcolor>
<label fallback="31001">$INFO[Player.Process(videofps),, FPS]</label>
</control>
</control>
<control type="group">
<height>30</height>
<control type="label">
<width>248</width>
<font>Font_Bold24</font>
<textcolor>ff7993b0</textcolor>
<shadowcolor>ff000000</shadowcolor>
<label>PIXEL FORMAT:</label>
</control>
<control type="label">
<left>255</left>
<width>600</width>
<font>Font_Bold24</font>
<textcolor>ffcecece</textcolor>
<shadowcolor>ff000000</shadowcolor>
<label fallback="31001">[UPPERCASE]$INFO[Player.Process(pixformat)][/UPPERCASE]</label>
</control>
</control>
<control type="group">
<height>30</height>
<control type="label">
<width>248</width>
<font>Font_Bold24</font>
<textcolor>ff7993b0</textcolor>
<shadowcolor>ff000000</shadowcolor>
<label>DEINTERLACE METHOD:</label>
</control>
<control type="label">
<left>255</left>
<width>600</width>
<font>Font_Bold24</font>
<textcolor>ffcecece</textcolor>
<shadowcolor>ff000000</shadowcolor>
<label fallback="31001">[UPPERCASE]$INFO[Player.Process(deintmethod)][/UPPERCASE]</label>
</control>
</control>
</control>
<control type="grouplist">
<top>20</top>
<left>891</left>
<itemgap>0</itemgap>
<orientation>vertical</orientation>
<control type="label">
<description>Audio Label</description>
<width>450</width>
<height>30</height>
<font>Font_Bold24</font>
<textcolor>ff1573d4</textcolor>
<shadowcolor>ff000000</shadowcolor>
<label>[UPPERCASE]$LOCALIZE[292][/UPPERCASE]</label>
</control>
<control type="group">
<height>30</height>
<control type="label">
<width>248</width>
<font>Font_Bold24</font>
<textcolor>ff7993b0</textcolor>
<shadowcolor>ff000000</shadowcolor>
<label>DECODER:</label>
</control>
<control type="label">
<left>255</left>
<width>600</width>
<font>Font_Bold24</font>
<textcolor>ffcecece</textcolor>
<shadowcolor>ff000000</shadowcolor>
<label fallback="31001">[UPPERCASE]$INFO[Player.Process(audiodecoder)][/UPPERCASE]</label>
</control>
</control>
<control type="group">
<height>30</height>
<control type="label">
<width>248</width>
<font>Font_Bold24</font>
<textcolor>ff7993b0</textcolor>
<shadowcolor>ff000000</shadowcolor>
<label>AUDIO CHANNELS:</label>
</control>
<control type="label">
<left>255</left>
<width>600</width>
<font>Font_Bold24</font>
<textcolor>ffcecece</textcolor>
<shadowcolor>ff000000</shadowcolor>
<label fallback="31001">$INFO[Player.Process(audiochannels)]</label>
</control>
</control>
<control type="group">
<height>30</height>
<control type="label">
<width>248</width>
<font>Font_Bold24</font>
<textcolor>ff7993b0</textcolor>
<shadowcolor>ff000000</shadowcolor>
<label>SAMPLERATE:</label>
</control>
<control type="label">
<left>255</left>
<width>600</width>
<font>Font_Bold24</font>
<textcolor>ffcecece</textcolor>
<shadowcolor>ff000000</shadowcolor>
<label fallback="31001">$INFO[Player.Process(audiosamplerate),, Hz]</label>
</control>
</control>
<control type="group">
<height>30</height>
<control type="label">
<width>248</width>
<font>Font_Bold24</font>
<textcolor>ff7993b0</textcolor>
<shadowcolor>ff000000</shadowcolor>
<label>BITS PER SAMPLE:</label>
</control>
<control type="label">
<left>255</left>
<width>600</width>
<font>Font_Bold24</font>
<textcolor>ffcecece</textcolor>
<shadowcolor>ff000000</shadowcolor>
<label>$INFO[Player.Process(audiobitspersample),, Bit]</label>
</control>
</control>
</control>
<control type="grouplist">
<top>20</top>
<left>1455</left>
<itemgap>0</itemgap>
<orientation>vertical</orientation>
<control type="label">
<description>System Label</description>
<width>450</width>
<height>30</height>
<font>Font_Bold24</font>
<textcolor>ff1573d4</textcolor>
<shadowcolor>ff000000</shadowcolor>
<label>SYSTEM</label>
</control>
<control type="group">
<height>30</height>
<control type="label">
<width>218</width>
<font>Font_Bold24</font>
<textcolor>ff7993b0</textcolor>
<shadowcolor>ff000000</shadowcolor>
<label>DECODER:</label>
</control>
<control type="label">
<description>Hardware Decoding</description>
<visible>Player.Process(videohwdecoder)</visible>
<left>155</left>
<width>150</width>
<align>right</align>
<font>Font_Bold24</font>
<textcolor>ff00ff00</textcolor>
<shadowcolor>ff000000</shadowcolor>
<label>HARDWARE</label>
</control>
<control type="label">
<description>Hardware Decoding</description>
<visible>!Player.Process(videohwdecoder)</visible>
<left>155</left>
<width>150</width>
<align>right</align>
<font>Font_Bold24</font>
<textcolor>ffff0000</textcolor>
<shadowcolor>ff000000</shadowcolor>
<label>SOFTWARE</label>
</control>
</control>
<control type="group">
<height>30</height>
<control type="label">
<width>218</width>
<font>Font_Bold24</font>
<textcolor>ff7993b0</textcolor>
<shadowcolor>ff000000</shadowcolor>
<label>[UPPERCASE]$LOCALIZE[13271][/UPPERCASE]</label>
</control>
<control type="label">
<left>155</left>
<width>150</width>
<align>right</align>
<font>Font_Bold24</font>
<textcolor>ffcecece</textcolor>
<shadowcolor>ff000000</shadowcolor>
<label fallback="31001">$INFO[System.CpuUsage]</label>
</control>
</control>
<control type="group">
<height>30</height>
<control type="label">
<width>218</width>
<font>Font_Bold24</font>
<textcolor>ff7993b0</textcolor>
<shadowcolor>ff000000</shadowcolor>
<label>[UPPERCASE]$LOCALIZE[31309]:[/UPPERCASE]</label>
</control>
<control type="label">
<left>155</left>
<width>150</width>
<align>right</align>
<font>Font_Bold24</font>
<textcolor>ffcecece</textcolor>
<shadowcolor>ff000000</shadowcolor>
<label fallback="31001">$INFO[System.Memory(used.percent)]</label>
</control>
</control>
<control type="group">
<height>30</height>
<control type="label">
<width>218</width>
<font>Font_Bold24</font>
<textcolor>ff7993b0</textcolor>
<shadowcolor>ff000000</shadowcolor>
<label>CACHE LEVEL:</label>
</control>
<control type="label">
<left>155</left>
<width>150</width>
<align>right</align>
<font>Font_Bold24</font>
<textcolor>ffcecece</textcolor>
<shadowcolor>ff000000</shadowcolor>
<label fallback="31001">$INFO[Player.CacheLevel,,%]</label>
</control>
</control>
</control>
</control>
</controls>
</window>
I made the system decoder display
HARDWARE and
SOFTWARE so you can quickly see when hardware decoding is working but if you don't like it, just change
Code:
<textcolor>ff00ff00</textcolor>
and
Code:
<textcolor>ffff0000</textcolor>
to
Code:
<textcolor>ffcecece</textcolor>
And it will be the same color as the other attributes.
Please note that i do not use the PVR function so i did not add that to this MOD.
The
original file has it but you will have to edit it to display properly in 1080i because it was coded in 720p. It also uses a lot of includes for fonts and animations so you will have to do some back and forth to figure out the translation to the MadNox includes. Lastly, most of the localized strings don't exist in MadNox so you will have to hardcode them in if you are not going add them to the strings.po
Hope this is useful for someone...