Kodi Community Forum

Full Version: cdart and fanart display time..
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
Is there a way of adjusting the xml file within the user data to change the time of which the cdart is displayed before dissapearing and also a way to adjust the lenght of time each extrafanart will display before going moving onto the next image? I find that is scrolls throught them a touch to quick Smile
for the cdart, you can hit 'i' and it will be permanently visible.
'i' will toggle between always visible and show for an x amount of seconds.

if you only want it to be visible for an x amount of seconds,
you can define the duration (songinfoduration) in advancedsettings.xml:
http://wiki.xbmc.org/index.php?title=Adv...uration.3E

to change the extrafanart duration, you'll have to modify the skin.
Includes_Workarounds.xml is the file to edit.
search the file for:
Code:
<timeperimage>5000</timeperimage>
as that's the value you need to change (it's defined in milliseconds)

you'll come across multiple <timeperimage> definitions in this file.
when you find one, just look at the 'include' name, a few lines above it.
that'll give you a clue of which section in the skin it's used for.
Thnx for that will give it a try later Smile
when you press "i" to make the osd stay on screen, is that a permanent setting until xbmc is closed and opened?
(2012-10-05, 18:33)thebearnecessit Wrote: [ -> ]when you press "i" to make the osd stay on screen, is that a permanent setting until xbmc is closed and opened?

nope, it's permanent. it'll stick even if you restart xbmc.
brilliant design, cheers.