Aeon Wide (1366x768) (18 Viewers)

Darre

Portal Pro
April 21, 2007
925
80
Home Country
Norway Norway
It's always been there? The mousebug in basichome.xml?
 

TRUGULUM78

Portal Member
April 12, 2008
12
0
Home Country
Spain Spain
I've been tinkering (refining) too...

What I'm trying to do is get MP-Aeon as close as possible to XBMC-Aeon.

I've been running XBMC for Windows to try and have a look at most of the screens :D. I'm also trying to standardise the screens so that the same "kind" of info is in the same place as well as having a common font/colour alignment throughout.

What I've done so far only revolves around the MyVideos section atm, as this is the part my kids are using the most :).
I hope you guys like it, oh and I have no idea when I'll be able to make a release as I'm just plodding thru xmls and gfx as I come to them ;).

PS: Darre, how do you like the overlay?

Hi
First of all thanks for your work and sorry for my english.:sorry:
I love this skin,the only thing i don´t like is the information zone in the right.Can i change it to display all covers.
What can i do to display like your pictures.
Thanks for all.:D
 

ravenrocks

Portal Pro
October 11, 2007
351
96
Hi guys,i've modified the My trailer's BluTwo Wide skin for Aeon but i'm not to good with skinning so if you can give me a hand it will be much appreciated.So far the skin is working good for me but there are some things i wanna change:

1)I wiil like to put the viewing controls on the left side of the selection menu (i managed to change the view selection button but i cant find the list control in the XML file:( ) -see screenshot

2)Skin is working only with "list view" for now,so for the others viewing modes i still have some work to do:D

I'm using a 1920x1080 resolution and the skin could have some problems with other resolutions.Screenshots and file attached below.:D

I have found an irritating bug: When I have entered a trailer and go back to the list of trailers I get thrown back to the first one leaving me searching for the one I last looked at.
 

emphatic

Design Group
  • Team MediaPortal
  • August 25, 2006
    3,758
    1,250
    Alingsås
    Home Country
    Sweden Sweden
    Someone care to show me how to edit mattsk88's Moving Pictures xml to have the "movies" folder backdrops for all views except for Details view (where I WOULD like to use the Moving Pictures backdrops.

    So, "regular AEON" backdrops for all views but Moving Pictures details. I've managed to turn off the Moving Pictures backdrops for all views but details (rather easy, just turn "backdrop.used:true" into "backdrop.used:false" for those views.

    But what to change to use "Animations\movies" with random selection (I think this is much more in the AEON vein)?
    I've attached the changed .xmls and the media files missing from the .rar archive that mattsk88 posted here (the paths has been altered in my .xmls as well).

    Thanks
    Emph
     

    Darre

    Portal Pro
    April 21, 2007
    925
    80
    Home Country
    Norway Norway
    Someone care to show me how to edit mattsk88's Moving Pictures xml to have the "movies" folder backdrops for all views except for Details view (where I WOULD like to use the Moving Pictures backdrops.

    So, "regular AEON" backdrops for all views but Moving Pictures details. I've managed to turn off the Moving Pictures backdrops for all views but details (rather easy, just turn "backdrop.used:true" into "backdrop.used:false" for those views.

    But what to change to use "Animations\movies" with random selection (I think this is much more in the AEON vein)?
    I've attached the changed .xmls and the media files missing from the .rar archive that mattsk88 posted here (the paths has been altered in my .xmls as well).

    Thanks
    Emph

    Well in theory:

    Code:
        <control>
          <type>multiimage</type>
          <id>98792</id>
          <posx>0</posx>
          <posy>0</posy>
          <width>1366</width>
          <height>768</height>
          <imagepath>movies</imagepath>
          <timeperimage>60000</timeperimage>
          <fadetime>800</fadetime>
          <loop>yes</loop>
          <randomize>true</randomize>
          <visible>!facadeview.list</visible>
        </control>

    This is how you make this controll active in all the views except list, but I don't know the trigger for detailsview in moving pictures.. Maybe matsk88 or FForde can help you with that part. This is what I would do in a myvideo screen, but I don't don't have any documentation for moving pictures yet.

    edit:

    If you dont use the "!" the trigger you insert will make it visible for that screen only, so if you know the names for the screens you want it in you can list all their names instead. But you probably wont get a working sollution untill someone with more knowledge posts here..
     

    Users who are viewing this thread

    Top Bottom