• 1
  • 14
  • 15
  • 16
  • 17
  • 18(current)
Aeon Nox 4.0 : Showcase Mod
@eisi and every body who want to include this hack :

1 - Go to Aeon Nox folder (Windows 7 & 8 : C:\Users\<user>\AppData\Roaming\XBMC\addons\skin.aeon.nox ; other OS, search in XBMC WiKi for Log files)
2 - You have to install first this mod (see post #1)
2 - Copy media\thumbs\boxes\tvshows\3d.png to media\thumbs\boxes\tvshows\3dp.png in the same folder (if you have only textures.xbt file in media, download this file
2 - Edit 1080i\Includeds_WidgetLayout.xml
3 - Search for panelcoverposter (line 4850)
4 - Replace the code (lines 4850 to 4886) with :

Code:
<itemlayout width="228" height="340" condition="Substring(Control.GetLabel(4321),panelcoverposter)">
                    <control type="image">
                        <!-- MikeBZH44 start : scale to stretch, resize and move to feet case -->
                        <posx>10</posx>
                        <posy>30</posy>
                        <width>209</width>
                        <height>302</height>
                        <aspectratio>stretch</aspectratio>
                        <!-- MikeBZH44 end -->
                        <texture background="true" fallback="DefaultVideoBigPoster.png">$INFO[ListItem.Property(Poster)]</texture>
                    </control>
                    <!-- MikeBZH44 start : Add resolution case -->
                    <control type="image">
                        <posx>-32</posx>
                        <posy>4</posy>
                        <width>265</width>
                        <height>350</height>
                        <aspectratio>stretch</aspectratio>
                        <texture background="true">thumbs/boxes/$VAR[ShowcaseCasePathVar]/$INFO[ListItem.Property(VideoResolution)]p.png</texture>
                    </control>
                    <!-- MikeBZH44 end -->
                    <control type="image">
                        <posx>5</posx>
                        <posy>5</posy>
                        <width>218</width>
                        <height>340</height>
                        <texture>common/black.png</texture>
                        <colordiffuse>99FFFFFF</colordiffuse>
                        <include>Animation_VisibleChange400</include>
                        <visible>Control.HasFocus(5010)</visible>
                    </control>
                </itemlayout>
                <focusedlayout width="228" height="340" condition="Substring(Control.GetLabel(4321),panelcoverposter)">
                    <control type="image">
                        <!-- MikeBZH44 start : scale to stretch, resize and move to feet case -->
                        <posx>10</posx>
                        <posy>30</posy>
                        <width>209</width>
                        <height>302</height>
                        <aspectratio>stretch</aspectratio>
                        <!-- MikeBZH44 end -->
                        <texture background="true" fallback="DefaultVideoBigPoster.png">$INFO[ListItem.Property(Poster)]</texture>
                    </control>
                    <!-- MikeBZH44 start : Add resolution case -->
                    <control type="image">
                        <posx>-32</posx>
                        <posy>4</posy>
                        <width>265</width>
                        <height>350</height>
                        <texture background="true">thumbs/boxes/$VAR[ShowcaseCasePathVar]/$INFO[ListItem.Property(VideoResolution)]p.png</texture>
                    </control>
                    <!-- MikeBZH44 end -->
                    <control type="image">
                        <width>228</width>
                        <height>350</height>
                        <texture border="6">views/addonwall_select.png</texture>
                        <colordiffuse>$VAR[FocusTextureColorVar]</colordiffuse>
                        <visible>Control.HasFocus(5010)</visible>
                    </control>
                </focusedlayout>

@Wulfsige : Happy to see that it work for you. Thanks for your file but as I have already modifie Includes_WidgetLayout.xml for other widgets, did you file is only the standard Aeon Nox file with DVD/BD/3D cases for this kind of widget or does it take also my other modifications ?
Sorry for my english, but, you know, I'm French so ...

Main HTPC : Odroid-C2 running CoreELEC with Titan Bingie
Secondary HTPC : Freebox Mini 4K running Android TV with Titan Bingie
Reply
@ wulfsige

thanks for your help

@mike

THANKS for the great mod. I use the cover with Logo on the left side. I have for all widget icons a logo one the left side only the last left cover, that cover has no case ?

Eisi
Reply
Screenshot please Wink

This hack is not for clearcase with side logo, it's ugly.
Sorry for my english, but, you know, I'm French so ...

Main HTPC : Odroid-C2 running CoreELEC with Titan Bingie
Secondary HTPC : Freebox Mini 4K running Android TV with Titan Bingie
Reply
@mike

you are right it is not so good, but i found the case with logo left better. Could i have "normal" case for widget and case with logo left for playlists ?

screenshot comes tomorrow i must get my keyboard to living room Sad
Reply
No, you can have 2 differents views for 2 differents widgets. Sorry, you have to make a choice.

No, need of screenshot, I guess it's this kind of issue :

Image
Sorry for my english, but, you know, I'm French so ...

Main HTPC : Odroid-C2 running CoreELEC with Titan Bingie
Secondary HTPC : Freebox Mini 4K running Android TV with Titan Bingie
Reply
(2013-09-18, 15:18)mikebzh44 Wrote: With

Code:
<texture background="true">thumbs/boxes/$VAR[ShowcaseCasePathVar]/$INFO[ListItem.Property(VideoResolution)]p.png</texture>

It's OK for default movie menu (sorry, I have only HD movies Big Grin ) :

Image

And for custom menu based on smart playlists :

Image

Hello

Can someone please tell me how can I do this ? Add the blu-ray cases on the movie widget ? Can a common user do it ? I currently have the [MOD] Colored Movie and TV-Show Icons and Mediaflags installed with anox.

Thanks
Reply
Yes, just follow instructions from 5 post ago :

http://forum.xbmc.org/showthread.php?tid...pid1509696
Sorry for my english, but, you know, I'm French so ...

Main HTPC : Odroid-C2 running CoreELEC with Titan Bingie
Secondary HTPC : Freebox Mini 4K running Android TV with Titan Bingie
Reply
yes that is what i mean
Reply
I've updated the relevant files so it now working in both widget positions Smile

Download the update here and extract to your aeon nox skin directory overwriting files: http://www.multiupload.nl/GDDHPOU81H

For those of your that prefer to edit your Includes_WidgetLayout.xml file change:

Code:
<itemlayout width="228" height="340" condition="Substring(Control.GetLabel(4321),panelcoverposter)">
                    <control type="image">
                        <posx>5</posx>
                        <posy>5</posy>
                        <width>218</width>
                        <height>340</height>
                        <aspectratio align="center">scale</aspectratio>
                        <texture background="true" fallback="DefaultVideoBigPoster.png">$INFO[ListItem.Property(Poster)]</texture>
                    </control>
                    <control type="image">
                        <posx>5</posx>
                        <posy>5</posy>
                        <width>218</width>
                        <height>340</height>
                        <texture>common/black.png</texture>
                        <colordiffuse>99FFFFFF</colordiffuse>
                        <include>Animation_VisibleChange400</include>
                        <visible>Control.HasFocus(5010)</visible>
                    </control>
                </itemlayout>
                <focusedlayout width="228" height="340" condition="Substring(Control.GetLabel(4321),panelcoverposter)">
                    <control type="image">
                        <posx>5</posx>
                        <posy>5</posy>
                        <width>218</width>
                        <height>340</height>
                        <aspectratio>scale</aspectratio>
                        <texture background="true" fallback="DefaultVideoBigPoster.png">$INFO[ListItem.Property(Poster)]</texture>
                    </control>
                    <control type="image">
                        <width>228</width>
                        <height>350</height>
                        <texture border="6">views/addonwall_select.png</texture>
                        <colordiffuse>$VAR[FocusTextureColorVar]</colordiffuse>
                        <visible>Control.HasFocus(5010)</visible>
                    </control>
                </focusedlayout>

to

Code:
<itemlayout width="228" height="340" condition="Substring(Control.GetLabel(4321),panelcoverposter)">
                    <control type="image">
                        <!-- MikeBZH44 start : scale to stretch, resize and move to feet case -->
                        <posx>10</posx>
                        <posy>30</posy>
                        <width>209</width>
                        <height>302</height>
                        <aspectratio>stretch</aspectratio>
                        <!-- MikeBZH44 end -->
                        <texture background="true" fallback="DefaultVideoBigPoster.png">$INFO[ListItem.Property(Poster)]</texture>
                    </control>
                    <!-- MikeBZH44 start : Add resolution case -->
                    <control type="image">
                        <posx>-32</posx>
                        <posy>4</posy>
                        <width>265</width>
                        <height>350</height>
                        <aspectratio>stretch</aspectratio>
                        <texture background="true">thumbs/boxes/$VAR[ShowcaseCasePathVar]/$INFO[ListItem.Property(VideoResolution)]p.png</texture>
                    </control>
                    <!-- MikeBZH44 end -->
                    <control type="image">
                        <posx>5</posx>
                        <posy>5</posy>
                        <width>218</width>
                        <height>340</height>
                        <texture>common/black.png</texture>
                        <colordiffuse>99FFFFFF</colordiffuse>
                        <include>Animation_VisibleChange400</include>
                        <visible>Control.HasFocus(5010)</visible>
                    </control>
                </itemlayout>
                <focusedlayout width="228" height="340" condition="Substring(Control.GetLabel(4321),panelcoverposter)">
                    <control type="image">
                        <!-- MikeBZH44 start : scale to stretch, resize and move to feet case -->
                        <posx>10</posx>
                        <posy>30</posy>
                        <width>209</width>
                        <height>302</height>
                        <aspectratio>stretch</aspectratio>
                        <!-- MikeBZH44 end -->
                        <texture background="true" fallback="DefaultVideoBigPoster.png">$INFO[ListItem.Property(Poster)]</texture>
                    </control>
                    <!-- MikeBZH44 start : Add resolution case -->
                    <control type="image">
                        <posx>-32</posx>
                        <posy>4</posy>
                        <width>265</width>
                        <height>350</height>
                    <texture background="true">thumbs/boxes/$VAR[ShowcaseCasePathVar]/$INFO[ListItem.Property(VideoResolution)]p.png</texture>
                    </control>
                    <!-- MikeBZH44 end -->
                    <control type="image">
                        <width>228</width>
                        <height>350</height>
                        <texture border="6">views/addonwall_select.png</texture>
                        <colordiffuse>$VAR[FocusTextureColorVar]</colordiffuse>
                        <visible>Control.HasFocus(5010)</visible>
                    </control>
                </focusedlayout>

and for 2nd widget position change:

Code:
<itemlayout width="228" height="340" condition="Substring(Control.GetLabel(4325),panelcoverposter)">
                    <control type="image">
                        <posx>5</posx>
                        <posy>5</posy>
                        <width>218</width>
                        <height>340</height>
                        <aspectratio align="center">scale</aspectratio>
                        <texture background="true" fallback="DefaultVideoBigPoster.png">$INFO[ListItem.Property(Poster)]</texture>
                    </control>
                    <control type="image">
                        <posx>5</posx>
                        <posy>5</posy>
                        <width>218</width>
                        <height>340</height>
                        <texture>common/black.png</texture>
                        <colordiffuse>99FFFFFF</colordiffuse>
                        <include>Animation_VisibleChange400</include>
                        <visible>Control.HasFocus(6010)</visible>
                    </control>
                </itemlayout>
                <focusedlayout width="228" height="340" condition="Substring(Control.GetLabel(4325),panelcoverposter)">
                    <control type="image">
                        <posx>5</posx>
                        <posy>5</posy>
                        <width>218</width>
                        <height>340</height>
                        <aspectratio>scale</aspectratio>
                        <texture background="true" fallback="DefaultVideoBigPoster.png">$INFO[ListItem.Property(Poster)]</texture>
                    </control>
                    <control type="image">
                        <width>228</width>
                        <height>350</height>
                        <texture border="6">views/addonwall_select.png</texture>
                        <colordiffuse>$VAR[FocusTextureColorVar]</colordiffuse>
                        <visible>Control.HasFocus(6010)</visible>
                    </control>
                </focusedlayout>

to

Code:
<itemlayout width="228" height="340" condition="Substring(Control.GetLabel(4325),panelcoverposter)">
                    <control type="image">
                        <!-- MikeBZH44 start : scale to stretch, resize and move to feet case -->
                        <posx>10</posx>
                        <posy>30</posy>
                        <width>209</width>
                        <height>302</height>
                        <aspectratio>stretch</aspectratio>
                        <!-- MikeBZH44 end -->
                        <texture background="true" fallback="DefaultVideoBigPoster.png">$INFO[ListItem.Property(Poster)]</texture>
                    </control>
                    <!-- MikeBZH44 start : Add resolution case -->
                    <control type="image">
                        <posx>-32</posx>
                        <posy>4</posy>
                        <width>265</width>
                        <height>350</height>
                        <aspectratio>stretch</aspectratio>
                        <texture background="true">thumbs/boxes/$VAR[ShowcaseCasePathVar]/$INFO[ListItem.Property(VideoResolution)]p.png</texture>
                    </control>
                    <!-- MikeBZH44 end -->
                    <control type="image">
                        <posx>5</posx>
                        <posy>5</posy>
                        <width>218</width>
                        <height>340</height>
                        <texture>common/black.png</texture>
                        <colordiffuse>99FFFFFF</colordiffuse>
                        <include>Animation_VisibleChange400</include>
                        <visible>Control.HasFocus(6010)</visible>
                    </control>
                </itemlayout>
                <focusedlayout width="228" height="340" condition="Substring(Control.GetLabel(4321),panelcoverposter)">
                    <control type="image">
                        <!-- MikeBZH44 start : scale to stretch, resize and move to feet case -->
                        <posx>10</posx>
                        <posy>30</posy>
                        <width>209</width>
                        <height>302</height>
                        <aspectratio>stretch</aspectratio>
                        <!-- MikeBZH44 end -->
                        <texture background="true" fallback="DefaultVideoBigPoster.png">$INFO[ListItem.Property(Poster)]</texture>
                    </control>
                    <!-- MikeBZH44 start : Add resolution case -->
                    <control type="image">
                        <posx>-32</posx>
                        <posy>4</posy>
                        <width>265</width>
                        <height>350</height>
                    <texture background="true">thumbs/boxes/$VAR[ShowcaseCasePathVar]/$INFO[ListItem.Property(VideoResolution)]p.png</texture>
                    </control>
                    <!-- MikeBZH44 end -->
                    <control type="image">
                        <width>228</width>
                        <height>350</height>
                        <texture border="6">views/addonwall_select.png</texture>
                        <colordiffuse>$VAR[FocusTextureColorVar]</colordiffuse>
                        <visible>Control.HasFocus(6010)</visible>
                    </control>
                </focusedlayout>

Don't forget to copy 3d.png and rename it to 3dp.png in your media\thumbs\boxes\tvshows folder.

Thanks again to mikebzh44 for all the hard work Smile
Reply
And thanks to you for the 2nd widget Wink
Sorry for my english, but, you know, I'm French so ...

Main HTPC : Odroid-C2 running CoreELEC with Titan Bingie
Secondary HTPC : Freebox Mini 4K running Android TV with Titan Bingie
Reply
Does this work with Nox 4.1.9? Since the latest file here is for 4.1.7
Reply
For 4.1.9, you have to use this mod : http://forum.xbmc.org/showthread.php?tid=165395
Sorry for my english, but, you know, I'm French so ...

Main HTPC : Odroid-C2 running CoreELEC with Titan Bingie
Secondary HTPC : Freebox Mini 4K running Android TV with Titan Bingie
Reply
(2013-09-19, 06:32)Eko P Wrote:
(2013-09-18, 15:18)mikebzh44 Wrote: With

Code:
<texture background="true">thumbs/boxes/$VAR[ShowcaseCasePathVar]/$INFO[ListItem.Property(VideoResolution)]p.png</texture>

It's OK for default movie menu (sorry, I have only HD movies Big Grin ) :

Image

And for custom menu based on smart playlists :

Image

Hello

Can someone please tell me how can I do this ? Add the blu-ray cases on the movie widget ? Can a common user do it ? I currently have the [MOD] Colored Movie and TV-Show Icons and Mediaflags installed with anox.

Thanks

Mikebzh44 can you please tell me how to put the bluray cases on the widgets? Because you stated to Eko P look behind few post but said for 4.1.9 go to this mod.

Currently using git 4.1.9 with all the color flags and such. If you could point me how to put bluray cases on widgets and possible a walk through? Also this won't mess up the 4.1.9 git mod with the color flags correct?

Thanks a lot..
Reply
  • 1
  • 14
  • 15
  • 16
  • 17
  • 18(current)

Logout Mark Read Team Forum Stats Members Help
Aeon Nox 4.0 : Showcase Mod2