Xbox osmc share

Hello everyone, here’s my problem:
I set osmc as a nas server, sharing files via NFS with an xbox with kodi installed.
in osmc I configured a sql database as explained in this comment, since from the original post it did not work.
I set the advancedsettings.xml file as explained and uploaded to the userdata folder of kodi xbox. Same thing done with sourcelist, but still does not work. Can someone help me? Thank you.

advancedsettings.xml on xbox, not in osmc.
sources.xml the same on both.


advancedsattings.xml

<advancedsettings>
  <videodatabase>
    <type>mysql</type>
    <host>192.168.1.188</host>
    <port>3306</port>
    <user>osmc</user>
    <pass>osmc</pass>
  </videodatabase>
  <musicdatabase>
    <type>mysql</type>
    <host>192.168.1.188</host>
    <port>3306</port>
    <user>osmc</user>
    <pass>osmc</pass>
  </musicdatabase>
  <videolibrary>
    <importwatchedstate>true</importwatchedstate>
    <importresumepoint>true</importresumepoint>
  </videolibrary>
<advancedsettings>


sources.xml

<sources>
    <programs>
        <default pathversion="1"></default>
    </programs>
    <video>
        <default pathversion="1"></default>
    </video>
    <music>
        <default pathversion="1"></default>
    </music>
    <pictures>
        <default pathversion="1"></default>
    </pictures>
    <files>
        <default pathversion="1"></default>
    </files>
</sources>

There is no path to media set in your source list. You must add a media location to the library to populate that path to the source list. This path must also be identical and accessible on/by all clients.

osmc and xbox equal?

<sources>
    <programs>
        <default pathversion="1"></default>
    </programs>
    <video>
        <default pathversion="1"></default>
        <source>
            <name>Film</name>
            <path pathversion="1">nfs://192.168.1.188/mnt/hdd/Film/</path>
            <allowsharing>true</allowsharing>
        </source>
        <source>
            <name>Serie TV</name>
            <path pathversion="1">nfs://192.168.1.188/mnt/hdd/Serie/</path>
            <allowsharing>true</allowsharing>
        </source>
    </video>
    <music>
        <default pathversion="1"></default>
    </music>
    <pictures>
        <default pathversion="1"></default>
    </pictures>
    <files>
        <default pathversion="1"></default>
        <source>
            <name>kodilive.eu</name>
            <path pathversion="1">http://kodilive.eu/repo/</path>
            <allowsharing>true</allowsharing>
		        </source>
        <source>
            <name>hdd</name>
            <path pathversion="1">nfs://192.168.1.188/mnt/hdd/</path>
            <allowsharing>true</allowsharing>
        </source>
    </files>
    <games>
        <default pathversion="1"></default>
    </games>
</sources>

Yes

Still not working, how do I know if the database is working right?

Kodi creates logs for scrutinizing/debugging it’s operation.