XBMC Community Forum  

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

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

Reply
 
Thread Tools Search this Thread Display Modes
Old 2008-10-07, 06:24   #1
Digitalhour
Junior Member
 
Join Date: Oct 2008
Posts: 27
Digitalhour is on a distinguished road
Default Fan Art

I just started using fan art and i was wondering how come it take so long to load it via my xbox and my PC is this an XBMC problem or a skin problem??
Digitalhour is offline   Reply With Quote
Old 2008-10-07, 19:53   #2
Jeroen
Skilled Skinner
 
Jeroen's Avatar
 
Join Date: Feb 2008
Location: The Netherlands
Posts: 613
Jeroen is an unknown quantity at this point
Default

With loading do you mean the time it takes before the fanart shows up while browsing your movies or the time it takes to scrape for fanart?
__________________

latest update: 11.01.09
Download
Jeroen is offline   Reply With Quote
Old 2008-10-07, 23:30   #3
Digitalhour
Junior Member
 
Join Date: Oct 2008
Posts: 27
Digitalhour is on a distinguished road
Default

The Time it takes to load the fanart when browsing my flixs..




once again, Love the Skin. cant wait for some mods.
Digitalhour is offline   Reply With Quote
Old 2008-10-08, 17:04   #4
Gamester17
Team-XBMC Project Manager
 
Gamester17's Avatar
 
Join Date: Sep 2003
Location: Sweden
Posts: 10,582
Gamester17 will become famous soon enough
Default

What is the resolution of your FanArt images? and at what resolution are you outputting your Xbox to your display?

If they are in high-definition then they will slow down the Xbox tremendously as the Xbox only have 64MB of shared RAM which limit the Xbox.

You will want to run your Xbox in no higher than 720p, and also scale down your images to even lower resolution than that, (like for example 720x480 or maybe 960x540)
__________________
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Gamester17 is offline   Reply With Quote
Old 2008-10-08, 21:26   #5
Jeroen
Skilled Skinner
 
Jeroen's Avatar
 
Join Date: Feb 2008
Location: The Netherlands
Posts: 613
Jeroen is an unknown quantity at this point
Default

The skin loads the fanart after 2 seconds, so if it's taking longer the problem lies elsewhere like big images as Gamester17 mentioned for example.
__________________

latest update: 11.01.09
Download
Jeroen is offline   Reply With Quote
Old 2008-10-09, 06:42   #6
Digitalhour
Junior Member
 
Join Date: Oct 2008
Posts: 27
Digitalhour is on a distinguished road
Default

anyway of making the fan art show faster then 2 sec? like as soon as you roll over the movie it shows?
Digitalhour is offline   Reply With Quote
Old 2008-10-09, 20:01   #7
Jeroen
Skilled Skinner
 
Jeroen's Avatar
 
Join Date: Feb 2008
Location: The Netherlands
Posts: 613
Jeroen is an unknown quantity at this point
Default

look for these two pieces of code in the file includes.xml:
(Should be around line 720)
PHP Code:
<control type="largeimage">
            <
description>fanart image (movies viewtype)</description>
            <include>
screentype</include>
            <
texture>$INFO[listitem.property(fanart_image)]</texture>
            <
aspectratio>scale</aspectratio>
            <
visible>System.IdleTime(2) + Control.IsVisible(54) + !Skin.HasSetting(MovieFanartViewEnable) + Container.Content(movies)</visible>
            <
animation effect="fade" start="0" end="100" time="300">Visible</animation>
            <
animation effect="fade" start="100" end="0" time="0">Hidden</animation
        </
control>
        
        <
control type="largeimage">
            <
description>fanart overlay (movies viewtype)</description>
            <include>
screentype</include>
            <
texture>fanart-overlay.png</texture>
            <
aspectratio>scale</aspectratio>
            <
visible>System.IdleTime(2) + Control.IsVisible(54) + !Skin.HasSetting(MovieFanartViewEnable) + Container.Content(movies) + !IsEmpty(listitem.property(fanart_image))</visible>
            <
animation effect="fade" start="0" end="100" time="300">Visible</animation>
            <
animation effect="fade" start="100" end="0" time="0">Hidden</animation
        </
control
and lower the System.IdleTime(2) to 1 or remove that condition for no delay.
You could also lower the fade in animation time (value 300) or remove it to speed things up.
__________________

latest update: 11.01.09
Download
Jeroen is offline   Reply With Quote
Old 2008-10-09, 23:15   #8
Digitalhour
Junior Member
 
Join Date: Oct 2008
Posts: 27
Digitalhour is on a distinguished road
Default

Thanks man your the best
Digitalhour is offline   Reply With Quote
Reply

Bookmarks


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 23:15.


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