2017-03-04, 06:20
This is the weirdest thing and I can't figure it out. Since Kodi 15.2 is the last great version of Kodi because it still supports the Neon skin I've stayed on that. However recently I bought a rasperri Pi 3 and put OSMC on there. This version of OSMC is Krypton 17.1 RC1. Since that version of OSMC isn't compatible with the MySQL database that my other Kodi devices are on I am trying to import a new database or scan new files into a new MySQL database with a freshly placed advancedsettings.xml file on there. While I can add file locations, I can't seem to set the content. It just looks like it saves, but when I go back into the set content it's back to none. Not only that but if I try to import a database it just stares at me and does nothing. This isn't rasperri pi specific as my desktop computer also is running Krypton 17.0 and with advancedsettings.xml in place I also can't set content or import anything. It just does nothing. Here is what my advancedsettings.xml looks like:
<videodatabase>
<type>mysql</type>
<host>192.168.7.2</host>
<port>3306</port>
<user>kodi</user>
<pass>kodi</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.7.2</host>
<port>3306</port>
<user>kodi</user>
<pass>kodi</pass>
</musicdatabase>
<network>
<cachemembuffersize>524288000</cachemembuffersize>
<disableipv6>true</disableipv6>
</network>
</advancedsettings>
Here is the Kodi log from my desktop computer:
As my request was ignored, log spam removed
Please help I don't know what to do. I just want to have a few computers on my network running 15.2 and a few running 17.0, both accessing different databases. Thanks.
<videodatabase>
<type>mysql</type>
<host>192.168.7.2</host>
<port>3306</port>
<user>kodi</user>
<pass>kodi</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.7.2</host>
<port>3306</port>
<user>kodi</user>
<pass>kodi</pass>
</musicdatabase>
<network>
<cachemembuffersize>524288000</cachemembuffersize>
<disableipv6>true</disableipv6>
</network>
</advancedsettings>
Here is the Kodi log from my desktop computer:
As my request was ignored, log spam removed
Please help I don't know what to do. I just want to have a few computers on my network running 15.2 and a few running 17.0, both accessing different databases. Thanks.