Kodi Community Forum

Full Version: [RELEASE] Aeon Nox 2.0 (deprecated)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hey Guys I'm trying this Awesome skin out but something is not right...It installs fine when it's done I go and set it in the appearance part that goes fine...it comes up then it crashes the whole aptv2 down completely...is there something I have to do in order to install the theme ?
is it possible to make the "Show random movie poster widget" show more than 8 movies?

I would like it to view all my movies.
just updated to latest download from https://github.com/BigNoid

was wondering how to bring up this menu??
Image

thanks
alfe Wrote:is it possible to make the "Show random movie poster widget" show more than 8 movies?

I would like it to view all my movies.
Possible, yes. But not as default. You would have to mod it yourself.
NaDs Wrote:just updated to latest download from https://github.com/BigNoid

was wondering how to bring up this menu??
Image

thanks

Those are the playercontrols, accessible by pressing 'm' anywhere in the skin, accept viz and fullscreen video, you would have to edit keymap.xml or remote.xml to map a button to access it in those screens (as I did for that screenshot).
Big_Noid Wrote:Possible, yes. But not as default. You would have to mod it yourself.

Can you tell me how to mod it?
I'm trying to upgrade to 2.0, but when I'm in add-ons -- xbmc.org add-ons -- skin, it shows aeon nox 1.7, with no option to update.

I just installed eden 2.0 beta, but I'm thinking there is something else that is making it not want to work for me.

Thoughts?
hello everyone!
first thx for this great skin and its many option!
but I didn't find a way to have the shift view in advanced launcher with dvd shape panel,all I can get are square panel which look weird for pc game cover...
could you help me get this right?
cheers!
alfe Wrote:Can you tell me how to mod it?
In Home.xml look for this line and change accordingly:
Code:
XBMC.RunScript(script.randomitems,limit=8&unplayed=True)
limit=number of movies/songs/albums/addons, unplayed=False for everything instead of unplayed/unwatched

Then in Includes_HomeWidgets.xml look for list with id="8003" and add in the contents the items up to the number you want; use this as template and change all the numbers, starting with 9:
Code:
<item id="1">
            <icon>$INFO[Window.Property(RandomMovie.1.Thumb)]</icon>
            <label>$INFO[Window.Property(RandomMovie.1.Title)]</label>
            <label2>$INFO[Window.Property(RandomMovie.1.Year)]</label2>
            <property name="Rating">$INFO[Window.Property(RandomMovie.1.Rating)]</property>
            <property name="Plot">$INFO[Window.Property(RandomMovie.1.Plot)]</property>
            <property name="Fanart">$INFO[Window.Property(RandomMovie.1.Fanart)]</property>
            <property name="Duration">$INFO[Window.Property(RandomMovie.1.RunningTime)]</property>
            <property name="Trailer">$INFO[Window.Property(RandomMovie.1.Trailer)]</property>
            <onclick>PlayMedia(&quot;$INFO[Window.Property(RandomMovie.1.Path)]&quot;)</onclick>
            <visible>Skin.HasSetting(HomeRandomPoster)+Container(9000).Hasfocus(10)</visible>
          </item>
gnrtool82 Wrote:I'm trying to upgrade to 2.0, but when I'm in add-ons -- xbmc.org add-ons -- skin, it shows aeon nox 1.7, with no option to update.

I just installed eden 2.0 beta, but I'm thinking there is something else that is making it not want to work for me.

Thoughts?
If it shows 1.7 in the repo I'm not sure you have eden.
bakito Wrote:hello everyone!
first thx for this great skin and its many option!
but I didn't find a way to have the shift view in advanced launcher with dvd shape panel,all I can get are square panel which look weird for pc game cover...
could you help me get this right?
cheers!
That's a valid point. I will change that you can choose what layout you want for that view also, will be option in media menu.
thanks a lot!
cheers

edit: so I tested your last version and sorry to bother you again but I need both views ( square for dreamcast or psx and dvd for pc) and when I change to one or another it change the views for every launcher I got....so I get weird dreamcast cover or weird pc cover...

anyway thanks for your fast response!
cheers
bakito Wrote:thanks a lot!
cheers

edit: so I tested your last version and sorry to bother you again but I need both views ( square for dreamcast or psx and dvd for pc) and when I change to one or another it change the views for every launcher I got....so I get weird dreamcast cover or weird pc cover...

anyway thanks for your fast response!
cheers

How can I know what content type it is? Is the platform something I can use?
If so can you give me the possible entries for that. that way I don't need a setting but I can determine the correct ar for the platform used. I only can test with pc games here, because I don't have the slightest clue how to enable emulators and such.
sorry I don't understand clearly what you needBlush

but if you mean what type of cover do system use:

dreamcast,psx,pce engine= square
sega genesis,pc,ps2,wii,gamecube=dvd like
snes,nintendo 64=horizontal rectangle

so advanced launcher user need to have this differents views for the different system
if it can help you I can send you my advanced launcher setting :

http://www.mediafire.com/?2sii64lmqg4s681

http://www.mediafire.com/?3kiuxwtrryvbi8k

http://www.mediafire.com/?c671l3w3616zz1n

http://www.mediafire.com/?c671l3w3616zz1n

http://www.mediafire.com/?6jlfqqew4bip3mr

I hope it will help you....( the first files are cover example,the last one is my advance setup "launcher.xml")

I know angelscry (maker of advance launcher) made some help for the skinner but I can't find it right now...Sad

anyway don't bother too much with this particular problem if you don't have time !
I don't want to be a pain in the neck!

thank you for your investment in this great skin!

cheers
apocalipse Wrote:Hi!
is it possible to integrate "MovieSet" in the skin?
here is a link: http://passion-xbmc.org/outils-supplemen...-skinners/
Thank you in advance!

+1 for movie-sets Smile

Greets
Eisi
bakito Wrote:I know angelscry (maker of advance launcher) made some help for the skinner but I can't find it right now...Sad
Just here : http://www.gwenael.org/forum/viewtopic.php?id=184
Big_Noid Wrote:In Home.xml look for this line and change accordingly:
Code:
XBMC.RunScript(script.randomitems,limit=8&amp;unplayed=True)
limit=number of movies/songs/albums/addons, unplayed=False for everything instead of unplayed/unwatched

Then in Includes_HomeWidgets.xml look for list with id="8003" and add in the contents the items up to the number you want; use this as template and change all the numbers, starting with 9:
Code:
<item id="1">
            <icon>$INFO[Window.Property(RandomMovie.1.Thumb)]</icon>
            <label>$INFO[Window.Property(RandomMovie.1.Title)]</label>
            <label2>$INFO[Window.Property(RandomMovie.1.Year)]</label2>
            <property name="Rating">$INFO[Window.Property(RandomMovie.1.Rating)]</property>
            <property name="Plot">$INFO[Window.Property(RandomMovie.1.Plot)]</property>
            <property name="Fanart">$INFO[Window.Property(RandomMovie.1.Fanart)]</property>
            <property name="Duration">$INFO[Window.Property(RandomMovie.1.RunningTime)]</property>
            <property name="Trailer">$INFO[Window.Property(RandomMovie.1.Trailer)]</property>
            <onclick>PlayMedia(&quot;$INFO[Window.Property(RandomMovie.1.Path)]&quot;)</onclick>
            <visible>Skin.HasSetting(HomeRandomPoster)+Container(9000).Hasfocus(10)</visible>
          </item>

If it shows 1.7 in the repo I'm not sure you have eden.

That's a valid point. I will change that you can choose what layout you want for that view also, will be option in media menu.

It said I was running eden when I was in System
Happens in genres and now also to navigate by the Widget:


Image

Background home menu is behind when i navigate.
In two PC the same thing happens