Picture/Images MYSQL Setup
#1
Just curious if this is possible, currently I am using MYSQL for both movies and music (Kodi_video and Kodi_music) and work fine with all my instances of Kodi and MYSQL.

I would like to add Pictures to the mix/MYSQL but have no idea what to name the MYSQL DB, below is my advancesettings.xml for Music and VIdeo:

<advancedsettings>
<network>
<buffermode>1</buffermode>
<cachemembuffersize>157286400</cachemembuffersize>
<readbufferfactor>20</readbufferfactor>
</network>
<fanartres>2160</fanartres>
<imageres>2160</imageres>
<videodatabase>
<type>mysql</type>
<host>192.168.1.23</host>
<port>3306</port>
<user>xxxx</user>
<pass>xxxx</pass>
<name>kodi_video</name>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.1.23</host>
<port>3306</port>
<user>xxxx</user>
<pass>xxxx</pass>
<name>kodi_music</name>
</musicdatabase>
</advancedsettings>
Reply
#2
Pictures uses no database! :-(
There's a picture db addon
Reply
#3
IMHO the "MyPicsDB" add-on should be integrated to KODI just like Video and Music DB's. Nod
http://forum.kodi.tv/showthread.php?tid=133905
Reply

Logout Mark Read Team Forum Stats Members Help
Picture/Images MYSQL Setup0