Some music posters for Aeon
#1
Some music posters for Aeon (50 files)
http://www.mediafire.com/?2jxwtgdmdg1
Who knows how to have them assigned by genre?
Preview here:
Image
Image
Image




And some for movies here (44 files):
http://www.mediafire.com/?j23z2cbjmky
to match the design...
Preview here:
Image
Image
Image


Regards,
Tash
Reply
#2
Can we get a preview before downloading?
Reply
#3
http://shareimage.org/images/wf5xrdngx070dh52v4dz.png
http://shareimage.org/images/tho16myoezxb85qu42nn.png
http://shareimage.org/images/2t1pbk01095rpnk8hmos.png
http://shareimage.org/images/92hb5r599phaj06mwa0.png
http://shareimage.org/images/cray8bx41uryfhy4bjau.png
Reply
#4
http://shareimage.org/images/gguo39v5r52yhmrbossv.png
http://shareimage.org/images/yhsuy31yxvxax26ye2jy.png
http://shareimage.org/images/uq3tschemokx2xvet22w.png
http://shareimage.org/images/bedlms0wue623bxc0l4.png
http://shareimage.org/images/isp51rtwktz9gjo1w8f.png
Reply
#5
I like them. Especially the Alternative one.

Atmospheric instead of Atmosferic?
Reply
#6
joebrady Wrote:I like them. Especially the Alternative one.

Atmospheric instead of Atmosferic?

Here you go...

http://www.mediafire.com/?mmlhm0mzl0m
Reply
#7
I can add some other... any feedback is welcome
Reply
#8
These are great! I really like 'm a lot.
Would be a tough task to create a full set, if even possible.
My htpc lists about 60 genres, so that would be a hell of a job.

Any additions to this set are of course very welcome. You might consider posting the source, so people can create their own or assist you in completing the set as much as possible.

I'm not using Aeon, but this is the code to get it working in PM3.HD:
Code:
<control type="image">
    <posx>0</posx>
    <posy>0</posy>
    <width>400</width>
    <height>510</height>
    <texture>/path/to/icons/$INFO[Listitem.label,,.png]</texture>
    <visible>Container.Content(Genres) + Window.IsVisible(MusicLibrary)</visible>
</control>

As far as i know this code should also work for other skins.
Reply
#9
in wich xml do i have to put it in?
Reply
#10
tjost Wrote:in wich xml do i have to put it in?

In ViewsFileMode.xml, on line 201 you'll find this code:

Code:
<control type="image">
    <posx>0</posx>
    <posy>0</posy>
    <width>400</width>
    <height>510</height>
    <aspectratio>keep</aspectratio>
    <fadetime>IconCrossfadeTime</fadetime>
    <texture>$INFO[ListItem.Icon]</texture>
</control>


Change it to this:

Code:
<control type="image">
    <posx>0</posx>
    <posy>0</posy>
    <width>400</width>
    <height>510</height>
    <aspectratio>keep</aspectratio>
    <fadetime>IconCrossfadeTime</fadetime>
    <texture>$INFO[ListItem.Icon]</texture>
    [b]<visible>![Container.Content(Genres) + Window.IsVisible(MusicLibrary)]</visible>[/b]
</control>
[b]<control type="image">
    <posx>0</posx>
    <posy>55</posy>
    <width>400</width>
    <height>400</height>
    <texture>/path/to/icons/$INFO[Listitem.label,,.png]</texture>
    <visible>Container.Content(Genres) + Window.IsVisible(MusicLibrary)</visible>
</control>[/b]

Of course, change '/path/to/icons/' to the path where you've stored the icons.
Reply
#11
ronie Wrote:These are great! I really like 'm a lot.
Would be a tough task to create a full set, if even possible.
My htpc lists about 60 genres, so that would be a hell of a job.

Any additions to this set are of course very welcome. You might consider posting the source, so people can create their own or assist you in completing the set as much as possible.

I'm not using Aeon, but this is the code to get it working in PM3.HD:
Code:
<control type="image">
    <posx>0</posx>
    <posy>0</posy>
    <width>400</width>
    <height>510</height>
    <texture>/path/to/icons/$INFO[Listitem.label,,.png]</texture>
    <visible>Container.Content(Genres) + Window.IsVisible(MusicLibrary)</visible>
</control>

As far as i know this code should also work for other skins.

Please send me the list with the genres that you are using and I will try to do them. I can send you the xcf file if you want or post it here...
I was thinking to make a series for movies as well to match the design...
Reply
#12
ronie Wrote:In ViewsFileMode.xml, on line 201 you'll find this code:

Code:
<control type="image">
    <posx>0</posx>
    <posy>0</posy>
    <width>400</width>
    <height>510</height>
    <aspectratio>keep</aspectratio>
    <fadetime>IconCrossfadeTime</fadetime>
    <texture>$INFO[ListItem.Icon]</texture>
</control>


Change it to this:

Code:
<control type="image">
    <posx>0</posx>
    <posy>0</posy>
    <width>400</width>
    <height>510</height>
    <aspectratio>keep</aspectratio>
    <fadetime>IconCrossfadeTime</fadetime>
    <texture>$INFO[ListItem.Icon]</texture>
    [b]<visible>![Container.Content(Genres) + Window.IsVisible(MusicLibrary)]</visible>[/b]
</control>
[b]<control type="image">
    <posx>0</posx>
    <posy>55</posy>
    <width>400</width>
    <height>400</height>
    <texture>/path/to/icons/$INFO[Listitem.label,,.png]</texture>
    <visible>Container.Content(Genres) + Window.IsVisible(MusicLibrary)</visible>
</control>[/b]

Of course, change '/path/to/icons/' to the path where you've stored the icons.


sorry but in AEON this xml dosent exixts
Reply
#13
tash Wrote:Please send me the list with the genres that you are using and I will try to do them. I can send you the xcf file if you want or post it here...
I was thinking to make a series for movies as well to match the design...

Here's a list of 'offical' genres supported by the id3 tag in mp3's:
http://www.id3.org/id3v2.3.0#head-129376...0288d7c7e7

Like i said, there are a lot of genres, so i would completely understand if you're not looking forward to do them all on your own.

If you would be so kind to post a link to your .xcf file, i would really appreciate it. :-)
Maybe i can find the time to do a few myself.
Reply
#14
It would be great if somebody could write a small mod to use these fine posters for Aeon Auriga as it is lacking that. hint hintSmile
XBMC Frodo 12 - Windows 7 - Asrock Ion 330HT - Aeon Nox
Reply
#15
tjost Wrote:sorry but in AEON this xml dosent exixts

Nope, in Aeon you would have to change some parts in Viewtype_List.xml.

paul Wrote:It would be great if somebody could write a small mod to use these fine posters for Aeon Auriga as it is lacking that. hint hintSmile

- If you have set 'Use Single Thumbnail For Music Lists' in Advanced Aeon Options, you'll have to modify the code beneath this entry in Viewtype_List.xml:
<!-- SINGLE SQUARE -->

- If you're using multiple icons you'll have to change these parts in Viewtype_List.xml:
<!-- SQUARE: Rolling down -->
<!-- SQUARE: Rolling up -->
<!-- SQUARE: Rolling static -->


Here's how to do it for Single Icons. Look up this code beneath the <!-- SINGLE SQUARE --> entry:
Code:
<control type="image">
    <include>MusicListIcon_SingleThumb</include>
    <info>Container.Listitem(0).Icon</info>
    <visible>!Control.IsVisible(8001)</visible>
    <fadetime>400</fadetime>
</control>

<control type="image">
    <include>MusicListIcon_SingleGlass</include>
    <visible>!Control.IsVisible(8001)</visible>
</control>

And change it to this:
Code:
<control type="image">
    <include>MusicListIcon_SingleThumb</include>
    <info>Container.Listitem(0).Icon</info>
    <visible>!Control.IsVisible(8001)[b] + ![Container.Content(Genres) + Window.IsVisible(MusicLibrary)][/b]</visible>
    <fadetime>400</fadetime>
</control>

<control type="image">
    <include>MusicListIcon_SingleGlass</include>
    <visible>!Control.IsVisible(8001) [b]+ ![Container.Content(Genres) + Window.IsVisible(MusicLibrary)][/b]</visible>
</control>
        
[b]<control type="image">
    <posx>732</posx>
    <posy>163</posy>
    <height>350</height>
    <width>350</width>
    <texture>/path/to/icons/$INFO[Listitem.label,,.png]</texture>
    <visible>!Control.IsVisible(8001) + Container.Content(Genres) + Window.IsVisible(MusicLibrary)</visible>
    <fadetime>400</fadetime>
</control>[/b]

If you want to do it for the Multiple Icon View, the changes needed should be similar, although a bit more work. ;-)
Reply

Logout Mark Read Team Forum Stats Members Help
Some music posters for Aeon2