What is wrong ?
#1
My advancedsettings.xml...

Kodi Crash

Code:
<advancedsettings>
    <videodatabase>
      <type>mysql</type>
      <host>192.168.2.110</host>
      <name>xbmc_video</name>
      <user>xbmc</user>
      <pass>xbmc</pass>
    </videodatabase>

  <musicdatabase>
     <type>mysql</type>
     <host>192.168.2.110</host>
     <name>xbmc_music</name>
     <user>xbmc</user>
     <pass>xbmc</pass>
  </musicdatabase>


    <pathsubstitution>
    <substitute>
      <from>special://masterprofile/Thumbnails/</from>
      <to>smb://192.168.2.110/KODI/Thumbnails/</to>
    </substitute>
    </pathsubstitution>


</advancedsettings>



Kodi work fine...


Code:
<advancedsettings>
    <videodatabase>
      <type>mysql</type>
      <host>192.168.2.110</host>
      <name>xbmc_video</name>
      <user>xbmc</user>
      <pass>xbmc</pass>
    </videodatabase>


    <pathsubstitution>
    <substitute>
      <from>special://masterprofile/Thumbnails/</from>
      <to>smb://192.168.2.110/KODI/Thumbnails/</to>
    </substitute>
    </pathsubstitution>


</advancedsettings>

What is wrong ?
TNX
Reply
#2
Post the crashlog (use pastebin.com and only put the link in here please). I guess your music database has a problem / is corrupted.
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#3
TNX,
now it's work... I delete the db....
Reply

Logout Mark Read Team Forum Stats Members Help
What is wrong ?0