• 1
  • 6
  • 7
  • 8(current)
  • 9
  • 10
  • 18
Aeon Nox 4.0 : Showcase Mod
thanks mate love the mod
Reply
@mike

the new version works great.

Is the DVD/BD case for widget intigrated in v1.3 ? And if yes where could i enable this function ?


Have you read my post with the speed problem ?
Reply
Oups, BD/DVD for widgets 1 and 2 will be integrated in 1.4

I have see your speed problem but no time to go deeper.
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
Nice to hear,

hope you find time at work to take a look at the speed problem.
Reply
Cool, one thing: will be better, like on glassnox, when come rolling disk,
and put down button, than rolling disk go down, and we can see only your rotate disk.. NodCool


(2013-01-21, 17:38)mikebzh44 Wrote: It's an upside-down world : I have more time to work on XBMC when I'm at my office than when I'm home. I hope my boss won't read this Big Grin

So new ZIP patch for Aeon Nox 4.0.9 :

http://code.google.com/p/aeon-nox-4-show...loads/list

Reply
I think that I have found a good compromise between rolling disc and opening case :
- case will open when infopanel is displayed
- CD will start to roll when infopanel is displayed
- CD will roll into the case, case stay open 3 sec more then close

1 - Show CDArt option = OFF

* No rolling CDArt and no opening case.

2 - Show CDArt option = ON

2.1 Infopanel = OFF : No rolling CDArt and no opening case.

2.2 Infopanel = MANUAL : Press UP to display infopanel , open case and see CD roll into it

2.3 Infopanel = DELAY : Wait X seconds to display infopanel , open case and see CD roll into it

2.4 Infopanel = ON : BUG No rolling CDArt and no opening case.

Need to fix some bugs before including into ZIP and GIT.

Image

Image

Image

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
Hi Mike,
the sounds like a good idea...

Very nice work.....
Reply
edit:

..yep I meant : Where is the new mod? Huh Big GrinNod

sry
Reply
Who ? Or Where ?

Need to work a little bit on it today or tomorrow before releasing it as ZIP Patch file and GIT repo 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
I think, frodo means where :-)

Perfect i waiting for tomorrow....
Reply
Thats a pretty cool idea Mike, Rolling into the case and then the case shuts Smile
My Madnox Mods | Nox Version Guide
---------------------------------------------------------------
Movie Logo Requests | Studio Logo Requests
Logo's Made So Far:
838
Reply
Animation with rolling disc for albums is OK.

Widgets now use clear or CD case :

Image

Image

This afternoon, I work on movie showcase view to add the same rolling disc animation and version 1.4 will be available 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
Great and fast work

Thanks
Reply
@phil65 :

Showcase view with rolling disc is now ok but I want to trigger the animation only when discart exists.

So I want to use your button ID 1970 :

Code:
<control type="button" id="1970">
    <include>HiddenObject</include>
    <visible>!Container.OnNext + !Container.OnPrevious + !IsEmpty(Container(501).ListItem.Art(discart))</visible>
    <animation effect="fade" end="100" time="150" delay="2000">Visible</animation>
</control>

But it doesn't work like I want Sad

I think condition !IsEmpty(Container(501).ListItem.Art(discart) does not work.

I have add a button with a debug text :

Code:
<control type="label" id="4421">
    <label>CDART IS OK</label>
    <posy>100</posy>
    <include>BreadcrumbsLabel</include>
    <visible>Control.IsVisible(1970)</visible>
</control>

As you cas see, the debug text is shown when DiscArt exists :

Image

But also when there is no DiscArt for the movie :

Image

But as you didn't define a fallback for the disc, animation is made on an empty image so no discart is displayedttraduire clue.

I have put a fallback and open the case when button ID 1970 is visible :

Code:
<!-- Rolling discart -->
<include name="MovieShowcaseDisc">
    <control type="image">
        <posx>1426</posx>
        <posy>70</posy>
        <width>240</width>
        <height>240</height>
        <fadetime>3700</fadetime>
        <aspectratio align="bottom">keep</aspectratio>
        <texture background="true" fallback="common/cdart/default.png">$INFO[Container(501).ListItem.Art(discart)]</texture>
        <animation type="Conditional" condition="Control.IsVisible(1970) + Control.IsVisible(7550) + Skin.HasSetting(usecases) + Skin.HasSetting(showcasecdart)" reversible="false">
            <effect type="slide" start="0,0" end="-1400,0" delay="0" time="2300" tween="cubic" easing="inout"/>
            <effect type="rotate" start="0" center="auto" end="720" delay="0" time="2300" tween="cubic" easing="inout"/>
        </animation>
    </control>
</include>
<!-- Open case -->
<include name="ShowcaseOpenCase">
    <animation type="conditional" reversible="false" condition="Control.IsVisible(1970) + Control.IsVisible(7550) + Skin.HasSetting(usecases) + Skin.HasSetting(showcasecdart)">
        <effect type="rotatey" center="-10" start="0" end="75" time="1000" tween="quadratic" easing="out"/>
        <effect type="rotatey" delay="5300" center="-10" start="0" end="-75" time="1000" tween="quadratic" easing="out"/>
    </animation>
</include>

And even if Discart is empty ( I have put another debug text button to display Container(501).ListItem.Art(discart) between #), disc roll and case open Huh

Image

Did you have any clue or tip to trigger animation only when DiscArt is empty ?

Thanks.
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
just tested, !IsEmpty(Container(501).ListItem.Art(discart)) works as intended. (-->cdart does not appear even when havin a fallback defined)
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
  • 1
  • 6
  • 7
  • 8(current)
  • 9
  • 10
  • 18

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