2020-10-22, 10:50
Hi,
I've recently set up a MySQL-Server to share my Kodi database with my upcoming new clients (amazon fire tv 4k, Linux Sat box, win 10 PC). I've decidede to do so mainly to try to reduce kodi size in the amazon stick (i do not want to us external usb).
I've followed the wiki and I seems do mi that my kodi Nas database is working ok. I have quite big collection of movie an I' have realised that the my Thumbnails are over 1GB, which is t good for the amazon firestick and decided to try to use kodi path substitution feature to point to the NAS as well.
I 've copied the local Thumbnails directory from pc to the nas and then I've deleted all Thumbnails contents from my PC and from my other clients.
The issue I'am experiencing is that not all the Thumbnails content seems to be consistence with my three devices, as some of them seems to be missing in each device. The missing ones are not the same in my devices.
Updating the libriaries or scraping the sources again does not help.
Here is my advancedsettings.xml
<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>192.168.0.125</host>
<port>3306</port>
<user>kodi</user>
<pass>kodi</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.0.125</host>
<port>3306</port>
<user>kodi</user>
<pass>kodi</pass>
</musicdatabase>
<videolibrary>
<importwatchedstate>true</importwatchedstate>
<importresumepoint>true</importresumepoint>
</videolibrary>
<pathsubstitution>
<substitute>
<from>special://profile/Thumbnails/</from>
<to>ftp://xxxxx:[email protected]:21/appdata/KodiBNMC-100/kodi/userdata/Thumbnails/</to>
</substitute>
</pathsubstitution>
</advancedsettings>
If notice some errors in the log which has to do with Thumbnails creations that I do not understand. I' ve checked the nas directory with an external FTp ad it is possible to read and write in the Nas directory.
here is my log https://paste.kodi.tv/junixacoje.kodi
What I've done wrong ?
Regards
I've recently set up a MySQL-Server to share my Kodi database with my upcoming new clients (amazon fire tv 4k, Linux Sat box, win 10 PC). I've decidede to do so mainly to try to reduce kodi size in the amazon stick (i do not want to us external usb).
I've followed the wiki and I seems do mi that my kodi Nas database is working ok. I have quite big collection of movie an I' have realised that the my Thumbnails are over 1GB, which is t good for the amazon firestick and decided to try to use kodi path substitution feature to point to the NAS as well.
I 've copied the local Thumbnails directory from pc to the nas and then I've deleted all Thumbnails contents from my PC and from my other clients.
The issue I'am experiencing is that not all the Thumbnails content seems to be consistence with my three devices, as some of them seems to be missing in each device. The missing ones are not the same in my devices.
Updating the libriaries or scraping the sources again does not help.
Here is my advancedsettings.xml
<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>192.168.0.125</host>
<port>3306</port>
<user>kodi</user>
<pass>kodi</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.0.125</host>
<port>3306</port>
<user>kodi</user>
<pass>kodi</pass>
</musicdatabase>
<videolibrary>
<importwatchedstate>true</importwatchedstate>
<importresumepoint>true</importresumepoint>
</videolibrary>
<pathsubstitution>
<substitute>
<from>special://profile/Thumbnails/</from>
<to>ftp://xxxxx:[email protected]:21/appdata/KodiBNMC-100/kodi/userdata/Thumbnails/</to>
</substitute>
</pathsubstitution>
</advancedsettings>
If notice some errors in the log which has to do with Thumbnails creations that I do not understand. I' ve checked the nas directory with an external FTp ad it is possible to read and write in the Nas directory.
here is my log https://paste.kodi.tv/junixacoje.kodi
What I've done wrong ?
Regards