futeko.com FORUM
Product Support => HiMedia Q10 Pro, Q5 Pro => Topic started by: tetar on October 10, 2016, 05:23:35 PM
-
Hello,
I have a mysql server on a nas and i would like to know if it's possible to use kodi on q5Pro it with the xml file advancedsettings.xml like this for example :
<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>192.168.x.x</host>
<port>3306</port>
<user>xbmc</user>
<pass>xxxx</pass>
<name>xbmc_video</name>
</videodatabase>
<musicdatabase>
<type>mysql</type>o
<host>192.168.x.x</host>
<port>3306</port>
<user>xbmc</user>
<pass>xxxx</pass>
<name>xbmc_music</name>
</musicdatabase>
</network >
</advancedsettings>
This is my setup with rapsberry pi2 and kodi and i want to use the same db with my future box Q5media Pro.
Thx in advance for your advice or informations ;)
-
Hi tetar,
I can confirm this setup is working.
Have been using the same for 2 months now.
-
Thx a lot for this fast reply siempo2000 !
Another question, do you use the directory thumbnails in local or use a mount point to your nas to access this directory (on my pi2 i use a symbolic link to a mount point to my nas) ?
-
for Thumbnails, i will try a thing like that : (saw it on kodi wiki)
<advancedsettings>
<pathsubstitution>
<substitute>
<from>special://profile/Thumbnails/</from>
<to>PROTOCOL://YOUR_NETWORK_SHARE/Kodi/userdata/Thumbnails/</to>
</substitute>
</pathsubstitution>
</advancedsettings>
-
Hi tetar,
I personally do not use storing thumbnails on a shared media because it will slow down the loading of these thumbnails in kodi.
-
i agree, i must think about that ! may be this would be better for me too ...
-
yes work with kodi and spmc, Have been using the same for 6 months now.
-
thx looun, i will test that soon 8)