Backdrops scrolling too fast in 'Settings'??

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
illfrozn Offline
Junior Member
Posts: 32
Joined: Jul 2009
Reputation: 0
Post: #1
Hello,
I have searched the forum high and low and still have not found a resolution to this issue. If in the 'Settings' menu, my backdrops scroll incredibly fast, and slow movement through the actual menu to almost a crawl. When in any other menu, I have no problems.
I have the most up to date SVN I can get (updated tonight) and Auriga skin is up to date as well (FYI I've been having this problem since updating to Auriga). Is there anyone that can help me, please? I would greatly appreciate it, I'm just tired of staring at the curtainsTongue. Thank you.
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #2
Is this your problem...http://forum.xbmc.org/showthread.php?tid=47709
find quote
illfrozn Offline
Junior Member
Posts: 32
Joined: Jul 2009
Reputation: 0
Post: #3
Thanks for the response, but no, that is not the issue either. I've tried placing my backdrops on the desktop and in several different folders under the skin, but regardless of location, they still cycle too quickly.
find quote
`Black Offline
Skilled Skinner
Posts: 2,022
Joined: Apr 2009
Reputation: 50
Location: Germany
Post: #4
That's an issue in auriga... i've fixed this in my night mod.

You have to add

Code:
<include>BackgroundTimings</include>

to

Code:
<control type="multiimage">
    <include>FullscreenDimensions</include>
    <imagepath>backdrops/default_settings</imagepath>
    <info>Skin.String(CustomSettings)</info>
    ...
</control>

in Aeon_Customisation.xml, Settings.xml, SettingsCategory.xml & SettingsProfile.xml.
find quote
illfrozn Offline
Junior Member
Posts: 32
Joined: Jul 2009
Reputation: 0
Post: #5
Thanks for the help, 'Black, but that did not work either. I even copied the code from your mod into those four files, but regardless, they did not work. Images still flying by in 'Settings'. Any other suggestions? Thanks.
find quote
neurosis13 Offline
Fan
Posts: 338
Joined: Jan 2009
Reputation: 5
Location: Germany
Post: #6
i have this issue too, i solved it with using a single backdrop for settings
until this bug is resolved.
find quote
`Black Offline
Skilled Skinner
Posts: 2,022
Joined: Apr 2009
Reputation: 50
Location: Germany
Post: #7
Okay sorry, I forgot something... forgot that I also added the BackgroundTimings (it's not there by default)... so add

Code:
    <include name="BackgroundTimings">
        <timeperimage>20000</timeperimage>
        <randomize>true</randomize>
        <fadetime>1000</fadetime>
    </include>

to e.g. Includes_Backgrounds.xml and it should work. Smile

€: the <include>BackgroundTimings</include> also has to be in Customisation.xml
(This post was last modified: 2009-07-11 15:07 by `Black.)
find quote
illfrozn Offline
Junior Member
Posts: 32
Joined: Jul 2009
Reputation: 0
Post: #8
That did it!! Thank you so much for the help! Appreciate it. While I have you in here, can I ask another question? My backdrops change every 15, 20 seconds, but originally, they changed as I navigated through the Home menu. Is there some code I can manipulate to have it return to the previous way? Thank you again ...
find quote
`Black Offline
Skilled Skinner
Posts: 2,022
Joined: Apr 2009
Reputation: 50
Location: Germany
Post: #9
Do you have any mods?
find quote
illfrozn Offline
Junior Member
Posts: 32
Joined: Jul 2009
Reputation: 0
Post: #10
I'm running andyblack's mod, but this began happening when I originally updated to Auriga upon it's release.
find quote