• 1(current)
  • 2
  • 3
  • 4
  • 5
  • 9
ShadowTek's Mods for Aeon Nox [New mod added Nov. 26 2014]
#1
Hi, since I haven't posted any of my updated mods in a long time and all my links are dead, I figured I would post an update for all of them for anyone that is still interested. Note that I use Warlions version of Nox. All files are uploaded to Google Drive.

Also I will put them all in this one thread rather then reviving a bunch of old threads.

I will add them as I get them separated and uploaded.

Re-Colored Default Icons

Image

Link to all the .XBT Files (all colors):
Download

Link to all loose separate image files (all colors):
Download

Instructions:
For the .xbt download, copy them to your media folder, then just choose the theme you wish to use.
For the loose files (if you don't have/use a textures.xbt file) backup your default icons first, then copy the color you want and overwrite the default ones.
My Madnox Mods | Nox Version Guide
---------------------------------------------------------------
Movie Logo Requests | Studio Logo Requests
Logo's Made So Far:
838
Reply
#2
Alternate Info Wall View

Here is my Alternate Info Wall View. It only has 5 movies per row so that the fanart image can be bigger. It also scrolls through all your extra-fanart.

Also note that I modified Warlions view to also remove the darkening of the unselected movies/TV Episodes. This view looks best with a set background image, top breadcrumbs turned off, no background selected and show logo instead of text turned on as I also increased the logo size.

Image


Download


Instructions:

Backup your Viewtype_AddonWall.xml file first then just copy over my version.

IF you want to remove that dark overlay effect, backup and remove the diffuseoverlay.png file in the media folder. (or just rename it)
My Madnox Mods | Nox Version Guide
---------------------------------------------------------------
Movie Logo Requests | Studio Logo Requests
Logo's Made So Far:
838
Reply
#3
Add Rotating Extrafanart to all Info Panels

Ok, this mod adds extrafanart to the fanart pop down panel in views like showcase and Landscape views. It works for all of the various settings as seen below.

Image
Image
Image
Image

Download

Instructions:
Backup your Includes_Viewtypes.xml file and then copy over mine.
IF you want to remove that dark overlay effect, backup and remove the diffuseoverlay.png file in the media folder. (or just rename it)
My Madnox Mods | Nox Version Guide
---------------------------------------------------------------
Movie Logo Requests | Studio Logo Requests
Logo's Made So Far:
838
Reply
#4
Next Aired On Landscape View

All this small mod does is add the next aired time on top of the landscape view. It is suggested to use with no breadcrumbs on top

Image

Download

Instructions:
Backup your Viewtype_Landscape.xml and copy mine over, copy the overlaynextaired.png file to your media folder.
IF you want to remove that dark overlay effect, backup and remove the diffuseoverlay.png file in the media folder. (or just rename it)
My Madnox Mods | Nox Version Guide
---------------------------------------------------------------
Movie Logo Requests | Studio Logo Requests
Logo's Made So Far:
838
Reply
#5
Helix Audio Fix for Aeon nox 4.1.9 (GOTHAM)

This mod fixes Warlions Aeon nox 4.1.9 (GOTHAM) skin to display the correct audio settings when watching a movie. All credit for this goes to BigNoid as I got the fix from his Aeon Nox 5 Skin.

Without Fix:
Image

With Fix:
Image

Download

Instructions:
Just copy over the VideoOSDSettings.xml file.
My Madnox Mods | Nox Version Guide
---------------------------------------------------------------
Movie Logo Requests | Studio Logo Requests
Logo's Made So Far:
838
Reply
#6
DialogVideoInfo Mod

This mod:
1. It adds 150 Actor images to the cast list. (Default is 60)
2. It scrolls the tag line if its too long.

Image

Download

Instructions:
Backup your DialogVideoInfo.xml (In case you like the original better) and copy over my file.
My Madnox Mods | Nox Version Guide
---------------------------------------------------------------
Movie Logo Requests | Studio Logo Requests
Logo's Made So Far:
838
Reply
#7
Remove Top/Side Quick Menu

This mod removes the top/side bar (quick links) from all views, personally I am constantly accidentally hitting it and I never used it anyway.

Image
(stole kyro2007's image)


Open the Includes_MediaMenu.xml file and find:
Code:
<control type="button">
            <include>HiddenObject</include>
            <visible>!Skin.HasSetting(kioskmode)</visible>
            <hitrect x="50" y="0" w="1870" h="10" />
            <onfocus>ActivateWindow(playercontrols)</onfocus>
        </control>

and replace it with:
Code:
<!-- BEGIN REMOVE TOPBAR -->
<!--        
        <control type="button">
            <include>HiddenObject</include>
            <visible>!Skin.HasSetting(kioskmode)</visible>
            <hitrect x="50" y="0" w="1870" h="10" />
            <onfocus>ActivateWindow(playercontrols)</onfocus>
        </control>
-->
<!-- END REMOVE TOPBAR -->

Find:
Code:
<include>QuickNavLabel</include>
Replace with:
Code:
<!-- BEGIN Remove side quicknav menu -->
<!--
            <include>QuickNavLabel</include>
-->
<!-- END Remove side quicknav menu -->

Open includes.xml

Find:
Code:
<include name="Objects_MediaMenuButtonIcons">
        <width>450</width>
        <height>95</height>
        <textoffsetx>82</textoffsetx>
        <textoffsety>28</textoffsety>
        <aligny>top</aligny>
        <texturefocus border="8">views/tripanel/listselect_fo.png</texturefocus>
        <texturenofocus border="3">settings/listselect_nf2.png</texturenofocus>
        <alttexturefocus>views/tripanel/listselect_fo.png</alttexturefocus>
        <alttexturenofocus>settings/listselect_nf2.png</alttexturenofocus>
        <font>Font_Reg29</font>
        <textcolor>grey2</textcolor>
        <colordiffuse>$VAR[FocusTextureColorVar]</colordiffuse>
        <focusedcolor>white6</focusedcolor>
        <onleft>ClearProperty(viewtypeselect,home)</onleft>
        <onleft>ActivateWindow(1121)</onleft>
        <radiowidth>98</radiowidth>
        <radioposx>308</radioposx>
    </include>

Replace with:
Code:
<include name="Objects_MediaMenuButtonIcons">
        <width>450</width>
        <height>95</height>
        <textoffsetx>82</textoffsetx>
        <textoffsety>28</textoffsety>
        <aligny>top</aligny>
        <texturefocus border="8">views/tripanel/listselect_fo.png</texturefocus>
        <texturenofocus border="3">settings/listselect_nf2.png</texturenofocus>
        <alttexturefocus>views/tripanel/listselect_fo.png</alttexturefocus>
        <alttexturenofocus>settings/listselect_nf2.png</alttexturenofocus>
        <font>Font_Reg29</font>
        <textcolor>grey2</textcolor>
        <colordiffuse>$VAR[FocusTextureColorVar]</colordiffuse>
        <focusedcolor>white6</focusedcolor>
        <onleft>ClearProperty(viewtypeselect,home)</onleft>
<!-- BEGIN Remove side quicknav menu -->
<!--
        <onleft>ActivateWindow(1121)</onleft>
-->
<!-- END Remove side quicknav menu -->
        <radiowidth>98</radiowidth>
        <radioposx>308</radioposx>
    </include>

If you are not comfortable editing the files, here are the files edited for you.
Download

Instructions:
Backup your includes.xml and Includes_MediaMenu.xml files.
Copy mine over.
My Madnox Mods | Nox Version Guide
---------------------------------------------------------------
Movie Logo Requests | Studio Logo Requests
Logo's Made So Far:
838
Reply
#8
Wall View with Cases (WIP)
After getting a PM about this mod I made awhile back that I never finished, Ive started work on it again, I have managed to fully replace the Wall view with this new setup (this was originally a modified Infowall view, but is now fully the new wall view)

But I still have work to do on it. The images below are just to give you an idea, but they are old images the actual mod is more updated.
For more images you can check out this old post.
I'll update the images with how it looks now once Ive fixed a few more things.

Work In Progress:

Image

Image

No Download Link Yet
My Madnox Mods | Nox Version Guide
---------------------------------------------------------------
Movie Logo Requests | Studio Logo Requests
Logo's Made So Far:
838
Reply
#9
Colored Video Dialog Info
Added: November 16th, 2014
Updated: December 21st, 2014
Placed right arrow in correct place if more then 4 buttons
added missing writer and director images

This mod incorporates phil65's brilliant color fusion code into Warlion's (and skins based off of it) into the dialog page.


All credit for this brilliant addition is 100% Phil65's and his mad code skills!!!
All I did was incorporate his work into this.

Screenshots:
Image

Image

Image

Instructions:

Backup the following files:
includes.xml
variables.xml
DialogVideoInfo.xml


Open includes.xml:

find:
Code:
<include name="DialogVideoInfoButton">
        <width>254.5</width>
        <height>50</height>
        <textoffsetx>0</textoffsetx>
        <textoffsety>4</textoffsety>
        <align>center</align>
        <aligny>top</aligny>
        <texturefocus border="8">views/tripanel/listselect_fo.png</texturefocus>
        <texturenofocus>button-nofocus.png</texturenofocus>
        <font>Font_Reg30_2</font>
        <textcolor>grey</textcolor>
        <disabledcolor>66868686</disabledcolor>
        <focusedcolor>white2</focusedcolor>
        <colordiffuse>$VAR[FocusTextureColorVar]</colordiffuse>
        <onup>CancelAlarm(ActorIconMove,true)</onup>
        <onup>600</onup>
    </include>

Replace With:
Code:
<!--
<include name="DialogVideoInfoButton">
        <width>254.5</width>
        <height>50</height>
        <textoffsetx>0</textoffsetx>
        <textoffsety>4</textoffsety>
        <align>center</align>
        <aligny>top</aligny>
        <texturefocus border="8">views/tripanel/listselect_fo.png</texturefocus>
        <texturenofocus>button-nofocus.png</texturenofocus>
        <font>Font_Reg30_2</font>
        <textcolor>grey</textcolor>
        <disabledcolor>66868686</disabledcolor>
        <focusedcolor>white2</focusedcolor>
        <colordiffuse>$VAR[FocusTextureColorVar]</colordiffuse>
        <onup>CancelAlarm(ActorIconMove,true)</onup>
        <onup>600</onup>
    </include>
-->
<include name="DialogVideoInfoButton">
        <width>280</width>
        <height>90</height>
        <textoffsetx>0</textoffsetx>
        <align>center</align>
        <aligny>center</aligny>
        <texturefocus border="40" colordiffuse="$INFO[Window(home).Property(VideoInfo.ImageColor)]">buttons/roundedbutton-focus.png</texturefocus>
        <texturenofocus border="40" colordiffuse="$INFO[Window(home).Property(VideoInfo.ImageColor)]">buttons/roundedbutton-nofocus.png</texturenofocus>
        <font>Font_Reg30_2</font>
        <textcolor>grey</textcolor>
        <disabledcolor>66868686</disabledcolor>
        <focusedcolor>white2</focusedcolor>
    </include>

Open
variables.xml:
Find:
Code:
<variable name="GlobalPlotVar">
        <value condition="skin.hassetting(backendmode) + SubString(ListItem.Path,videodb://movies/sets/,left) + !Control.IsVisible(518)">$INFO[Window(home).Property(Set.Movies.ExtendedPlot)]</value>
        <value condition="System.HasAddon(script.metadata.actors) + [Container.Content(actors) | Container.Content(directors)]">$INFO[Window.Property(current.actor.biography)]</value>
        <value condition="Container.Content(seasons)">$INFO[Container.ShowPlot]</value>
        <value condition="!Skin.HasSetting(preferplot) + !IsEmpty(ListItem.PlotOutline)">$INFO[ListItem.PlotOutline]</value>
        <value>$INFO[ListItem.Plot]</value>
    </variable>

After that area, add:
Code:
<variable name="PlotOutlineVar">
        <value condition="!IsEmpty(ListItem.PlotOutline)">$INFO[ListItem.PlotOutline]</value>
        <value>$INFO[ListItem.Plot]</value>
    </variable>

Download and install:
https://github.com/phil65/script.toolbox

Download this zip:
Dialog Color Mod
added buttons folder to zip... opps

Copy over the DialogVideoInfo.xml into your 1080i folder (backup your original first)
Copy over the videodiffuseoverlay.png into your media folder
Copy over the buttons folder to your media folder

Note: I use shedrock's Media flags from his Shednox mod (as you can see from the screenshots), not sure if this will affect the layout of other versions, if it does, just let me know and I'll modify it.
My Madnox Mods | Nox Version Guide
---------------------------------------------------------------
Movie Logo Requests | Studio Logo Requests
Logo's Made So Far:
838
Reply
#10
Image
My Madnox Mods | Nox Version Guide
---------------------------------------------------------------
Movie Logo Requests | Studio Logo Requests
Logo's Made So Far:
838
Reply
#11
Awesome thanks for these, especially the removal of the quick menu
Image
Reply
#12
Thank you ShadowTek.

In your post #3, the 2nd & 3rd pics show what looks like 'coverflow' for the style.
My General Options/Info Panel does not include 'Layout New'.
I've already installed your Includes_Viewtypes.xml.
What else do I need to alter?
HOW TO - Kodi 2D - 3D - UHD (4k) HDR Guide Internal & External Players iso menus
DIY HOME THEATER WIND EFFECT

W11 Pro 24H2 MPC-BE\HC madVR KODI 21 GTX960-4GB/RGB 4:4:4/Desktop 60Hz 8bit Video Matched Refresh rates 23,24,50,60Hz 8/10/12bit/Samsung 82" Q90R Denon S720W
Reply
#13
(2014-08-27, 01:18)brazen1 Wrote: Thank you ShadowTek.

In your post #3, the 2nd & 3rd pics show what looks like 'coverflow' for the style.
My General Options/Info Panel does not include 'Layout New'.
I've already installed your Includes_Viewtypes.xml.
What else do I need to alter?

That is part (as far as I know) version 4.1.9.9 and was not added by me, I just added the extrafanart.

You can get Warlions latest version here
My Madnox Mods | Nox Version Guide
---------------------------------------------------------------
Movie Logo Requests | Studio Logo Requests
Logo's Made So Far:
838
Reply
#14
You create version to frodo arons skin ?
Im used on my prismcube only frodo now.

You made fantastic work.
Reply
#15
lol @ begone this thing
Reply
  • 1(current)
  • 2
  • 3
  • 4
  • 5
  • 9

Logout Mark Read Team Forum Stats Members Help
ShadowTek's Mods for Aeon Nox [New mod added Nov. 26 2014]5