Some music posters for Aeon
#16
ronie Wrote: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.

Hello Ronie,
I have added some new files, there are around 50 for music here:
http://www.mediafire.com/?2jxwtgdmdg1
and around 40 for movies in the same style here:
http://www.mediafire.com/?j23z2cbjmky

Regards,
Tash
Reply
#17
These are superb. Just what I have been looking for. I also hope someone adds a mod to include these Smile
Reply
#18
ronie Wrote:Nope, in Aeon you would have to change some parts in Viewtype_List.xml.



- 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. ;-)

sorry but i disnt get it. i use now the new aeon auri?? not the stark one and there is nothing of what you say i have to change. sorry
Reply
#19
Yeah, these would look awesome in Aeon...
Reply
#20
tash Wrote:Hello Ronie,
I have added some new files, there are around 50 for music here:
http://www.mediafire.com/?2jxwtgdmdg1
and around 40 for movies in the same style here:
http://www.mediafire.com/?j23z2cbjmky

Regards,
Tash

Thanx so much! These are fantastic!!
One small question though, i noticed some icons have a black dropshadow, while other have a white dropshadow. Is this intentionally?

Cheers.
Reply
#21
ronie Wrote:Thanx so much! These are fantastic!!
One small question though, i noticed some icons have a black dropshadow, while other have a white dropshadow. Is this intentionally?

Cheers.

Well, the ones that have black dropshadow are mainly white or very light, and vice-versa.
The think is that having the background white and the dropshadow white as well looks weird, in the same time most of the aeon windows and all the others skins are more or less dark or colored and having the dropshadow black it gives a strange effect...
So let say that this is a compromise solution that works for me...
Regards,
Florin
Reply
#22
the xcf files are here: http://forum.xbmc.org/showthread.php?p=3...post341958

moviegenre: http://www.mediafire.com/?ytzzmittjqt

musicgenre: http://www.mediafire.com/?lltv3dmmzww
Reply
#23
Thanks cf2009 for all the great changes...
Here are the movie and music genre posters
Image
Image
Reply
#24
Thanks for these, I've used them in my mod.
Reply
#25
Thanks for the effort you have put in to these must ask though what made you make the action movies one a cog ?
Also is there any need for the Titles as you have the Genre title in the list.
Reply

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