• 1(current)
  • 2
  • 3
  • 4
  • 5
  • 19
Aeon Nox 3.6 : mod Showcase DVD view
#1
Hi.

I have modded DVD and CD case views to add some feature to this amazing skin :
* possibility to open the case for viewing disc art
* remove movieset case
* displaying DVD/BD/CD case instead of clearcase for Live DVD Background and Live CD Background

Image

Image

Image

Image

For Live DVD Background : http://forum.xbmc.org/showthread.php?tid...pid1210414

With Aeon Nox 3.6.1, Live DVD Background work only with custom menu with smart playlist.

Get mod :

ZIP file for Aeon Nox 3.6.1 : https://github.com/mikebzh44/AeonNoxShowcaseDVDMod

For Aeon Nox 4.0 : see http://forum.xbmc.org/showthread.php?tid=149698

How to install it :

- unzip file
- copy subfolders 1080i, language and media into Aeon Nox root directory (overwrite existing folders)

Contains :

\media\common\cdart\bd_logo.png : default disc for HD movies
\media\common\cdart\dvd_logo.png : default disc for SD movies
\media\thumbs\boxes\cd_box_background.png : case background for CD
\media\thumbs\boxes\cd_box_closed.png : case for CD
\media\thumbs\boxes\cd_box_foreground.png : case foreground for CD
\media\thumbs\boxes\tvshows\back_bd.png : case background for HD movies (Thanks to Frodo19)
\media\thumbs\boxes\tvshows\back_dvd.png : case background for SD movies (Thanks to Frodo19)
\media\thumbs\boxes\movies\back.png : case background for movies (Thanks to Frodo19)
\1080i\custom_1126_ViewtypeSettings.xml
\1080i\custom_1155_LiveBGContent.xml
\1080i\Includes_HomeWidgets.xml
\1080i\Includes_Showcase_Box.xml
\1080i\Includes_Showcase_Cases.xml
\1080i\variables.xml
\1080i\Viewtype_ShowcaseCD.xml
\1080i\Viewtype_ShowcaseDVD.xml
\language\<Language>\strings.xml : Strings 31249, 31250 and 42301 added (Only French and English are translated)

Add/Mod in XML files :

modifications are between <!-- MikeBZH44 start --> and <!-- MikeBZH44 end -->

How to open the case :

There is differents ways to open the current movie case :

For DVD/BD

1 Autoopen = ON

1.1 Coveflow = OFF

1.1.1 Infopanel = ON : case open immediatly, CD spin 1 time (5 sec) case stay open 3 sec more and close
1.1.2 Infopanel = MANUAL : case open when press UP to display info panel, CD spin 1 time (5 sec) case stay open 3 sec more and close
1.1.3 Infopanel = DELAY : case open when info panel slide (delay is inherit from info panel setting), CD spin 1 time (5 sec) case stay open 3 sec more and close
1.1.4 Infopanel = OFF : case stay close

1.2 Coveflow = ON

1.2.1 Infopanel = ON : bug case stay close
1.2.2 Infopanel = MANUAL : case open when press UP to display info panel, CD spin 1 time (5 sec) case stay open 3 sec more and close
1.2.3 Infopanel = DELAY : case open when info panel slide (delay is inherit from info panel setting), CD spin 1 time (5 sec) case stay open 3 sec more and close
1.2.4 Infopanel = OFF : case stay close

2 Autoopen = OFF (With this option, case will stay open until you close it.)

2.1 Coveflow = OFF

2.1.1 case open when press DOWN, CD spin 1 time (5 sec) and stay open. Use UP arrow to close

2.2 Coveflow = ON

2.2.1 case open when press DOWN, CD spin 1 time (5 sec) and stay open. Use UP arrow to close

For CD

1 Autoopen = ON

1.1 Coveflow = OFF

DON'T WORK AS IT'S NOT POSSIBLE TO DISPLAY CD ART WITHOUT REWRITING COMPLETLY THE VIEW

1.2 Coveflow = ON

1.2.1 Infopanel = ON : bug case stay close
1.2.2 Infopanel = MANUAL : case open when press UP to display info panel, CD spin 1 time (5 sec) case stay open 3 sec more and close
1.2.3 Infopanel = DELAY : case open when info panel slide (delay is inherit from info panel setting), CD spin 1 time (5 sec) case stay open 3 sec more and close
1.2.4 Infopanel = OFF : case stay close

2 Autoopen = OFF (With this option, case will stay open until you close it.)

2.1 Coveflow = OFF

DON'T WORK AS IT'S NOT POSSIBLE TO DISPLAY CD ART WITHOUT REWRITING COMPLETLY THE VIEW

2.2 Coveflow = ON

2.2.1 case open when press DOWN, CD spin 1 time (5 sec) and stay open. Use UP arrow to close

In order to display CDart in album views, albums directories must be well named :

\<artiste>\<year> - <album_title>\cdart.png
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
#2
(2012-09-07, 16:39)mikebzh44 Wrote: Hi.

I'm modding Showcase DVD view to add the possibility to open the case for viewing CDart disc :

Image

I'm able to open the case by pressing down arrow (by using hidden button id="961")

Now, I want to display the CDart disc (disc.png) if present or Bluray / DVD disc if not but resolution is known or default disc if no disc.png and no resolution.

In Includes_Showcase_Cases.xml, I create new includes :

Code:
<include name="MovieShowcaseBDDisc">
    <posx>109</posx>
    <posy>110</posy>
    <width>195</width>
    <height>195</height>
    <texture background="true" fallback="common/cdart/disc-BD.png">$VAR[ShowcaseDisc0Var]</texture>
</include>
<include name="MovieShowcaseDVDDisc">
    <posx>109</posx>
    <posy>110</posy>
    <width>195</width>
    <height>195</height>
    <texture background="true" fallback="common/cdart/disc-DVD.png">$VAR[ShowcaseDisc0Var]</texture>
</include>
<include name="MovieShowcaseDisc">
    <posx>109</posx>
    <posy>110</posy>
    <width>195</width>
    <height>195</height>
    <texture background="true">common/cdart/default.png</texture>
</include>

And in group 6004, I add :

Code:
<include>MovieShowcaseBDDisc</include>

And I have what I want : disc.png if exist Bluray Disc if not.

Now, I want to have BR or DVD disc depending on resolution.

I have tried those code without success Sad :
Code:
<include condition="stringcompare(Container(504).ListItemNoWrap(0).VideoResolution,720) | stringcompare(Container(504).ListItemNoWrap(0).VideoResolution,1080)">MovieShowcaseBDDisc</include>

Code:
<include condition="stringcompare(Container(504).ListItem(0).VideoResolution,720) | stringcompare(Container(504).ListItem(0).VideoResolution,1080)">MovieShowcaseBDDisc</include>

Code:
<include condition="stringcompare($INFO[Container(504).ListItem(0).VideoResolution],720) | stringcompare($INFO[Container(504).ListItem(0).VideoResolution],1080)">MovieShowcaseBDDisc</include>

Where is my mistake ? Is there a different way to do what I what ?

Thanks.

includes only get checked on window load. create both and use visible conditions.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#3
Thanks !! It works great !!

Image

Image

Now, I have to do the same with clear case Wink

Are you interested by this feature ?
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
#4
Yes I am interested!
Reply
#5
in GlassNox
http://forum.xbmc.org/showthread.php?tid...pid1186305
Reply
#6
YES! I'M INTERESTED!!!!
Image
Image
Image
Reply
#7
this is great. Is this going to GIT version or do we have to manually maintain. Thanks in advance
Intel® Quad Core i5 Sandybridge @3.40GHz | ASRock Z775 Mobo 8GB DDR3 Ram | Logitech K400 Keyboard |
| Logitec Harmony 550 Remote| 46' Samsung LCD TV | Onkyo TX-S605 w/ Bose 5.1 Surround
Reply
#8
Git version, but I forgot a file but you can find it http://passion-xbmc.org/glass/glass-nox-...ttach=7849, or wait tommrow
Reply
#9
@mike

could you give me(us) the modded files ?

Greets
Eisi
Reply
#10
I will post the files tomorrow or monday morning.
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
#11
nice nice thanks

Greets
Eisi
Reply
#12
You can find the patch here :

http://www.media-share.fr/uploads/FOOyFHrYN.zip

Just put the ZIP in Aeon Nox root folder and unzip it.

Contains :

\media\common\cdart\disc-BD.png : default disc for HD movies
\media\common\cdart\disc-DVD.png : default disc for SD movies
\media\thumbs\boxes\tvshows\back.png : case background
\1080i\Includes_Showcase_Cases.xml
\1080i\variables.xml
\1080i\Viewtype_ShowcaseDVD.xml

Because I hav add a variable in variables.xml, I don't know if this patch will work with futur release of Aeon Nox :S

As I want to do the same thing with clearcase, I think that I will remove my variable from variables.xml
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
#13
(2012-09-08, 15:27)mikebzh44 Wrote: You can find the patch here :

http://www.media-share.fr/uploads/FOOyFHrYN.zip

Just put the ZIP in Aeon Nox root folder and unzip it.

Contains :

\media\common\cdart\disc-BD.png : default disc for HD movies
\media\common\cdart\disc-DVD.png : default disc for SD movies
\media\thumbs\boxes\tvshows\back.png : case background
\1080i\Includes_Showcase_Cases.xml
\1080i\variables.xml
\1080i\Viewtype_ShowcaseDVD.xml

Because I hav add a variable in variables.xml, I don't know if this patch will work with futur release of Aeon Nox :S

As I want to do the same thing with clearcase, I think that I will remove my variable from variables.xml

Works great!!! Thanks
Intel® Quad Core i5 Sandybridge @3.40GHz | ASRock Z775 Mobo 8GB DDR3 Ram | Logitech K400 Keyboard |
| Logitec Harmony 550 Remote| 46' Samsung LCD TV | Onkyo TX-S605 w/ Bose 5.1 Surround
Reply
#14
hmmmm,

don´t work here. I copy the files over the existing files, but they have no function Sad

i use the latest git version from aeon nox

Greets
Eisi
Reply
#15
Are you running AE 3.6 ? Case didn't open automatically. You have to press down arrow to open the case.
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
  • 1(current)
  • 2
  • 3
  • 4
  • 5
  • 19

Logout Mark Read Team Forum Stats Members Help
Aeon Nox 3.6 : mod Showcase DVD view2