Kodi Community Forum

Full Version: Advancedsettings.xml Crashes Kodi v16
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I've been using 15.2 for ages without any issue on both Android and Windows and the Android TV's upgraded themselves to v16 and now they crash any time the app is opened. If i remove the advancedsettings.xml file they load properly but obviously without my network links,

Same goes for my windows installation 15.2 works perfect then i install v16 it crashes everytime until i remove the advancedsettings.xml.

Soon as i go back to 15.2 it works properly again, any one have any ideas on what i can try to get it working properly for v16?

Any help would be greatly appreciated Smile

Below is the xml details:

<advancedsettings>
<videolibrary>
<recentlyaddeditems>75</recentlyaddeditems>
<hideemptyseries>true</hideemptyseries>
</videolibrary>
<dateadded>2</dateadded>

<videodatabase>
<type>mysql</type>
<host>192.168.1.21</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>xbmc13_video</name>
</videodatabase>

<musicdatabase>
<type>mysql</type>
<host>192.168.1.21</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>xbmc13_music</name>
</musicdatabase>
</advancedsettings>
I'm guessing there's an issue with the MySQL update. http://kodi.wiki/view/MySQL/Upgrading#Upgrade_fails

method 2 should work
The <name>xbmc13_video</name> and <name>xbmc13_music</name> are no longer used since v13.
these should be removed before update the DB. (see also the link of Ned Scott).
Can confirmed it worked for me.
(2016-02-21, 12:17)A-Swiss Wrote: [ -> ]The <name>xbmc13_video</name> and <name>xbmc13_music</name> are no longer used since v13.
these should be removed before update the DB. (see also the link of Ned Scott).

It is used, just not required anymore. There was once an issue with it, but that has also been fixed.
Thanks guys i will try that and see how it goes Smile
Awesome work guys thanks Ned method 2 worked as predicted

Had to try and remember my phpmyadmin password Smile