Kodi Community Forum
advancedsettings.xml and 16.0 Beta 3? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: advancedsettings.xml and 16.0 Beta 3? (/showthread.php?tid=251888)



advancedsettings.xml and 16.0 Beta 3? - Pitbull_Raven - 2015-12-13

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?


RE: advancedsettings.xml and 16.0 Beta 3? - Pitbull_Raven - 2015-12-15

(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...


RE: advancedsettings.xml and 16.0 Beta 3? - ronie - 2015-12-15

create a Debug Log, it might contain some clues.