XBMC Community Forum  

Go Back   XBMC Community Forum > Help and Support > Skin Help and Support > Aeon

Aeon Subforum for the Aeon skin (and mods for/of it).

Reply
 
Thread Tools Search this Thread Display Modes
Old 2008-09-14, 11:30   #1
twonine
Junior Member
 
Join Date: Sep 2008
Posts: 3
twonine is on a distinguished road
Question FanArt backdrop change while scrolling in the Aeon skin?

Is it possible to have the fanart backdrops change immediately while scrolling through the showcase, rather than waiting for the user to pause for the info window?

Also, is it possible to shorten the delay before the info window appears?
twonine is offline   Reply With Quote
Old 2008-09-14, 12:40   #2
Hitcher
Alaska Group
 
Hitcher's Avatar
 
Join Date: Aug 2007
Location: Eastleigh, UK
Posts: 3,158
Hitcher is on a distinguished road
Default

You can use File mode for this but then you'll lose the info window.
Hitcher is offline   Reply With Quote
Old 2008-09-16, 03:22   #3
xb2iris
Skilled Skinner
 
xb2iris's Avatar
 
Join Date: Jun 2008
Location: London, UK
Posts: 561
xb2iris is on a distinguished road
Default

Quote:
Originally Posted by twonine View Post
Is it possible to have the fanart backdrops change immediately while scrolling through the showcase, rather than waiting for the user to pause for the info window?

Also, is it possible to shorten the delay before the info window appears?
try the mod i made... it's got a secondary Showcase view which does exactly that...
xb2iris is offline   Reply With Quote
Old 2008-09-16, 13:34   #4
twonine
Junior Member
 
Join Date: Sep 2008
Posts: 3
twonine is on a distinguished road
Thumbs up That was exactly it

Quote:
Originally Posted by xb2iris View Post
try the mod i made... it's got a secondary Showcase view which does exactly that...
Cool mod man! I'm impressed by all the work you've put into it. I'm gonna stick to the default Aeon for now, so I pulled the fanart scrolling part of your mod and reinserted it into the default Aeon skin, and it works great!

Thanks for the help.
twonine is offline   Reply With Quote
Old 2008-09-16, 14:21   #5
ewaterke
Member
 
Join Date: Sep 2007
Location: Brussels, Belgium
Posts: 67
ewaterke is on a distinguished road
Default

@Twonine,

Can you please share how you did this ?
Which xml file do I have to edit ?

Thanks in advance,

Eric
ewaterke is offline   Reply With Quote
Old 2008-09-16, 21:08   #6
frater
Senior Member
 
Join Date: Jan 2005
Posts: 230
frater is an unknown quantity at this point
Default

And I would like to have a delay of 1 second when in file mode.
Is this possible too?
frater is offline   Reply With Quote
Old 2008-09-17, 08:29   #7
twonine
Junior Member
 
Join Date: Sep 2008
Posts: 3
twonine is on a distinguished road
Default How-to: Fanart changes while browsing in Showcase mode

Quote:
Originally Posted by ewaterke View Post
@Twonine,

Can you please share how you did this ?
Which xml file do I have to edit ?

Thanks in advance,

Eric
Well since this was my very first time looking at XBMC XML, I could be doing this entirely ham-handedly, but this is what I did:
1. Open MyVideoNav.xml in the 720p folder with a text editor.
2. Do a find for:
Code:
<control type="image" id="345">
3. Right above that line, add the following:
Code:
<control type="image">
	<posx>0</posx>
	<posy>0</posy>
	<width>1280</width>
	<height>720</height>
	<animation effect="fade" end="0" time="200">WindowClose</animation>
	<animation effect="fade" start="0" end="100" time="400">Visible</animation>
	<animation effect="fade" start="100" end="0" time="0">VisibleChange</animation>
	<texture>$INFO[listitem.property(fanart_image)]</texture>
	<visible>[Container.Content(tvshows) | Container.Content(movies)] + [Control.IsVisible(53) | Control.IsVisible(57)] + !Skin.HasSetting(listitemfanart)</visible>
</control>
That's it. Save and reload. The additional XML comes straight out of xb2iris' mod, except I changed it to work with the default showcase mode.

Like I said, my first attempt, so there could be a more streamlined method, but it works for me. Let me know if you run into a problem.
twonine is offline   Reply With Quote
Old 2008-09-17, 10:50   #8
ewaterke
Member
 
Join Date: Sep 2007
Location: Brussels, Belgium
Posts: 67
ewaterke is on a distinguished road
Default

Thanks a lot !
I Will try tonight.
ewaterke is offline   Reply With Quote
Old 2008-09-19, 11:24   #9
neal73
Member
 
Join Date: Apr 2008
Posts: 98
neal73 is on a distinguished road
Default

Very nice mod, I'm really impressed with this one. I have a suggestion for you for any further updates - how about a section where you can select a RSS feed from a pre-defined list, or enter your own address for one? Or maybe even have the option for it to scroll more than one RSS feed at a time?
neal73 is offline   Reply With Quote
Old 2008-09-29, 13:20   #10
ethan_9219
Fan
 
ethan_9219's Avatar
 
Join Date: Sep 2008
Location: Australia
Posts: 339
ethan_9219 is on a distinguished road
Send a message via MSN to ethan_9219
Default

I used that section of code from the mod.

My Fanart now changes immediately while scrolling.

However, i have noticed that while scrolling between each movie the transition is a little jerky....Any suggestions?

I mean, it doesnt seem as fluid as when i just had the plain grey background?
ethan_9219 is offline   Reply With Quote
Reply

Bookmarks

Tags
aeon, backdrops, fanart, showcase


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 11:31.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2008, XBMC Project