Kodi Community Forum
Picture/Images MYSQL Setup - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Picture Support (https://forum.kodi.tv/forumdisplay.php?fid=265)
+--- Thread: Picture/Images MYSQL Setup (/showthread.php?tid=308849)



Picture/Images MYSQL Setup - Govnah - 2017-03-05

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>


RE: Picture/Images MYSQL Setup - Uatschitchun - 2017-03-05

Pictures uses no database! :-(
There's a picture db addon


RE: Picture/Images MYSQL Setup - JockeSve - 2017-03-09

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