Posts: 55
Joined: Nov 2007
Reputation:
1
2012-09-12, 09:26
(This post was last modified: 2012-09-12, 11:42 by -89-.)
***
PROBLEM = SOLVED:
I'm using the latest nightly build from September 9th. Using it to fix my sync issues and it works great....except that it is ignoring my advancedsettings.xml. Everything in that xml worked before, but now it completely ignores it. Acts like it isn't even there.
What's up?
Windows 7
Getting this in the error log:
02:23:27 T:3168 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
02:23:27 T:3168 ERROR: Error loading special://profile/advancedsettings.xml, Line 45
Error reading end tag.
Posts: 55
Joined: Nov 2007
Reputation:
1
Here's my advanced settings:
<advancedsettings>
<videolibrary>
<cleanonupdate>true</cleanonupdate>
</videolibrary>
<video>
<!-- Settings for when "Adjust refreshrate to match video fps" is enabled, available since r33806. -->
<!-- NOT available in the Dharma release or any release before that -->
<adjustrefreshrate>
<!-- "Adjust refreshrate to match video fps" will try to select the best refreshrate for the video fps -->
<!-- but it doesn't always get it right, for example it might switch to an unsupported refreshrate. -->
<!-- You can add overrides here to switch to a certain refreshrate based on video fps -->
<!-- It's possible to add as many overrides as you need. -->
<!-- Overrides are processed in order, if the first one doesn't match the fps or no refreshrates match -->
<!-- that override, it will try the next one until no overrides are left -->
<override>
<fpsmin>27</fpsmin> <!-- You can also specify the fps range yourself -->
<fpsmax>70</fpsmax>
<refreshmin>29</refreshmin> <!-- Same for the refreshrate -->
<refreshmax>31</refreshmax>
</override>
<override>
<fpsmin>22</fpsmin> <!-- You can also specify the fps range yourself -->
<fpsmax>25</fpsmax>
<refreshmin>23</refreshmin> <!-- Same for the refreshrate -->
<refreshmax>24</refreshmax>
</override>
<latency>
<refresh>
<min>23</min>
<max>24</max>
<delay>125</delay>
</refresh>
</latency>
</video>
</advancedsettings>
Posts: 1,533
Joined: Sep 2007
Reputation:
20
arnova
Team-Kodi Developer
Posts: 1,533
The closing tag for <adjustrefreshrate> is missing...
-= Team Kodi developer fueled by heavy metal =-
Posts: 1,533
Joined: Sep 2007
Reputation:
20
arnova
Team-Kodi Developer
Posts: 1,533
New problem = new thread... Re-using an old thread for a different problem is confusing...
-= Team Kodi developer fueled by heavy metal =-