Quantcast
Channel: Kodi Community Forum - All Forums
Viewing all articles
Browse latest Browse all 84005

audiodelayrange in advancedsetting.xml not having any effect

$
0
0
Since the default audiodelayrange is set to 10s, it is impossible to accurately set the audio delay therefore I wanted to change the slider such that the maximum was 0.5s.
Reading the wikipage has lead me to construct the following advancedsettings.xml:
Code:
<advancedsettings>
<video>
<subsdelayrange>5</subsdelayrange>
<audiodelayrange>0.2</audiodelayrange>
<usetimeseeking>true</usetimeseeking>
<timeseekforward>15</timeseekforward>
<timeseekbackward>-15</timeseekbackward>
</video>
</advancedsettings>
This clearly also does a few other things, neither of which work.

The file is located at:
Code:
C:\Users\XBMC\AppData\Roaming\XBMC\userdata
And I'm running Windows Server 2008 R2, which should have the exact same path for such things as Win7 would.
In case I made some mistake along the way, I had a look at the log file, to see if XBMC found the file and was able to parse it.
This is what appears in my log file:

Code:
20:25:06 T:2176  NOTICE: Loaded settings file from special://profile/advancedsettings.xml
20:25:06 T:2176  NOTICE: Contents of special://profile/advancedsettings.xml are...
                                            <advancedsettings>
                                              <video>
                                                <subsdelayrange>5</subsdelayrange>
                                                <audiodelayrange>0.2</audiodelayrange>
                                                <usetimeseeking>true</usetimeseeking>
                                                <timeseekforward>15</timeseekforward>
                                                <timeseekbackward>-15</timeseekbackward>
                                              </video>
                                            </advancedsettings>

To me that looks like it successfully found and loaded the file, and the settings specified should therefore be in effect.
However, when I play a video and want to change the audio delay, the slider still goes from -10s to +10s. I have also tried specifying the number as as interger, without the decimal point, but the result was the same.

I've have run out of ideas of how to fix this, and now ask for some help!
If I missed some information vital to fixing the issue, ask and I will provide.

Thanks!

Viewing all articles
Browse latest Browse all 84005

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>