After reading this thread (and several previous threads on similar topic of Kodi and mysql) I decided to have another go
pfffft
I got phpMyAdmin installdd and actually running....yippeeee
I got Kodi With advancedsettings.xml to create a database.....yippeee
And then... wtf am I doing wrong?
I have Kodi (main) on pc
I have Kodi an a tablet and android smart tv box
I was hoping that if I watched something on one of the devices they'd be removed in all the devices once powered up and Kodi is started and scanned for updates.
Basically the database (mysql) is pointless - below is my advancedsettings.xml
<advancedsettings>
<videolibrary>
<importwatchedstate>true</importwatchedstate>
</videolibrary>
<videodatabase>
<type>mysql</type>
<host>192.xxx.x.x</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>xbmc_video</name>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.xxx.x.x</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>xbmc_music</name>
</musicdatabase>
</advancedsettings>
What I want/wish is to have one location for media with Kodi seeing any updates (new files/watched)
Anybody help please