First of all thank you for this wonderful device and continuous support!
Logs here.
I use a remote database.
After switching to fstab on my Vero I dropped databases.
Rescanned and populated database.
But because my PC is connecting to (nfs://192.168.1.135/volume1/video/movies/Django (2012)/)
and my Vero is connecting to (/mnt/Server_Movies/Django (2012)/)
I end up with duplicates.
Either machine can’t play from the other source. Which is logical.
Not sure if this question belongs over here, but who knows the answer is obvious enough.
Would love a pointer in the correct direction.
My advanced settings ;
<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>192.168.1.135</host>
<port>3306</port>
<user>osmc</user>
<pass>osmc</pass>
<name>adults_video</name>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.1.135</host>
<port>3306</port>
<user>osmc</user>
<pass>osmc</pass>
<name>adults_music</name>
</musicdatabase>
</advancedsettings>
Sources on PC
<sources>
<programs>
<default pathversion="1"></default>
</programs>
<video>
<default pathversion="1"></default>
<source>
<name>movies</name>
<path pathversion="1">nfs://192.168.1.135/volume1/video/movies/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>tv</name>
<path pathversion="1">nfs://192.168.1.135/volume1/video/tv/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>music_video</name>
<path pathversion="1">nfs://192.168.1.135/volume1/music_video/</path>
<allowsharing>true</allowsharing>
</source>
</video>
<music>
<default pathversion="1"></default>
<source>
<name>music</name>
<path pathversion="1">nfs://192.168.1.135/volume1/music/</path>
<allowsharing>true</allowsharing>
</source>
</music>
<pictures>
<default pathversion="1"></default>
<source>
<name>photo</name>
<path pathversion="1">nfs://192.168.1.135/volume1/photo/</path>
<allowsharing>true</allowsharing>
</source>
</pictures>
<files>
<default pathversion="1"></default>
</files>
</sources>
Sources on Vero
<sources>
<programs>
<default pathversion="1"></default>
</programs>
<video>
<default pathversion="1"></default>
<source>
<name>Server_Movies</name>
<path pathversion="1">/mnt/Server_Movies/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>Server_tv</name>
<path pathversion="1">/mnt/Server_tv/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>Server_Music_video</name>
<path pathversion="1">/mnt/Server_Music_video/</path>
<allowsharing>true</allowsharing>
</source>
</video>
<music>
<default pathversion="1"></default>
<source>
<name>Server_Music</name>
<path pathversion="1">/mnt/Server_Music/</path>
<allowsharing>true</allowsharing>
</source>
</music>
<pictures>
<default pathversion="1"></default>
<source>
<name>Server_Photo</name>
<path pathversion="1">/mnt/Server_Photo/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>debackup</name>
<path pathversion="1">smb://192.168.1.135/debackup/</path>
<allowsharing>true</allowsharing>
</source>
</pictures>
<files>
<default pathversion="1"></default>
<source>
<name>animatedgifs</name>
<path pathversion="1">/home/osmc/.kodi/userdata/profiles/Adults/addon_data/script.module.metadatautils/animatedgifs/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>Server_Movies</name>
<path pathversion="1">/mnt/Server_Movies/</path>
<allowsharing>true</allowsharing>
</source>
</files>
</sources>
And advanced settings on Vero
<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>192.168.1.135</host>
<port>3306</port>
<user>osmc</user>
<pass>osmc</pass>
<name>adults_video</name>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.1.135</host>
<port>3306</port>
<user>osmc</user>
<pass>osmc</pass>
<name>adults_music</name>
</musicdatabase>
<cache>
<buffermode>1</buffermode>
<memorysize>256000000</memorysize>
<readfactor>5</readfactor>
</cache>
</advancedsettings>