advancedsettings.xml and 16.0 Beta 3?
#1
Hey all.

If I drop my advancedsettings.xml into %AppData%\Roaming\Kodi\userdata and go into Kodi, I can see my TV Shows and Movies in the Videos main screen item, but TV Shows and Movies items are gone. I can try to re-add them but for some reason library won't update after. This happens to me in both Win and Android.

My AppData\Roaming\Kodi\userdata\advancedsettings.xml

Code:
<advancedsettings>
  <videodatabase>
    <type>mysql</type>
    <host>192.168.1.35</host>
    <port>3306</port>
    <user>kodi</user>
    <pass>kodi</pass>
  </videodatabase>
  <musicdatabase>
    <type>mysql</type>
    <host>192.168.1.35</host>
    <port>3306</port>
    <user>kodi</user>
    <pass>kodi</pass>
  </musicdatabase>
  <videolibrary>
    <importwatchedstate>true</importwatchedstate>
    <importresumepoint>true</importresumepoint>
  </videolibrary>
  <network>
  <buffermode>1</buffermode> <!-- Comment: Default is 1 -->
  <cachemembuffersize>41943040</cachemembuffersize> <!-- Comment: Default is 20971520 bytes or 20 MB -->
  <readbufferfactor>4.0</readbufferfactor> <!-- Comment: Default is 1.0 -->
  </network>
</advancedsettings>

Anyone seen this behavior in the beta besides me?
Reply
#2
(2015-12-13, 11:12)Pitbull_Raven Wrote: Hey all.

If I drop my advancedsettings.xml into %AppData%\Roaming\Kodi\userdata and go into Kodi, I can see my TV Shows and Movies in the Videos main screen item, but TV Shows and Movies items are gone. I can try to re-add them but for some reason library won't update after. This happens to me in both Win and Android.

My AppData\Roaming\Kodi\userdata\advancedsettings.xml

Code:
<advancedsettings>
  <videodatabase>
    <type>mysql</type>
    <host>192.168.1.35</host>
    <port>3306</port>
    <user>kodi</user>
    <pass>kodi</pass>
  </videodatabase>
  <musicdatabase>
    <type>mysql</type>
    <host>192.168.1.35</host>
    <port>3306</port>
    <user>kodi</user>
    <pass>kodi</pass>
  </musicdatabase>
  <videolibrary>
    <importwatchedstate>true</importwatchedstate>
    <importresumepoint>true</importresumepoint>
  </videolibrary>
  <network>
  <buffermode>1</buffermode> <!-- Comment: Default is 1 -->
  <cachemembuffersize>41943040</cachemembuffersize> <!-- Comment: Default is 20971520 bytes or 20 MB -->
  <readbufferfactor>4.0</readbufferfactor> <!-- Comment: Default is 1.0 -->
  </network>
</advancedsettings>

Anyone seen this behavior in the beta besides me?
Bumping in hopes of reply. After spending some 8 hours trying to figure out the issue I am no closer to figuring it out. All I know is that with the XML, try as I may, I can't get added folders / videos to show as movies or tv shows or even update the respective folders. Delete the xml, bam, all back to normal but no connection to my MySQL DB so no resumes, no watched marks, no synced DB, etc...
Reply
#3
create a Debug Log, it might contain some clues.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply

Logout Mark Read Team Forum Stats Members Help
advancedsettings.xml and 16.0 Beta 3?0