2018-08-15, 20:47
I've recently setup mariadb 10 and phpmyadmin in Docker on a new Synology to host my Kodi DB for a variety of devices (AFTV and Mac mostly). The Synology side of things seems to be working properly. The DB populated with all of my media info automatically as the guides say it should, but when I try to get any of my devices to use the DB there are no TV Shows or Movies listed in Kodi. I've removed the advancedsettings.xml, removed my sources, cleaned the library, re-added the advancedsettings.xml, then re-added the sources to no avail. After adding the sources back in they will scan and show that they see all of the movie/tv titles, but nothing actually populates in to Kodi. I should add that scanning the sources without having the advancedsettings.xml file in place works fine and all video gets pulled in to Kodi normally, so it's not an issue with sharing permissions or how the sources are set up.
For what it's worth:
Mariadb running in Docker - latest release
phpmyadmin running in Docker - latest release
Kodi 17.6 on all devices
advancedsettings.xml:
<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>10.0.1.50</host>
<port>3307</port>
<user>kodi</user>
<pass>kodi</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>10.0.1.50</host>
<port>3307</port>
<user>kodi</user>
<pass>kodi</pass>
</musicdatabase>
<videolibrary>
<importwatchedstate>true</importwatchedstate>
<importresumepoint>true</importresumepoint>
</videolibrary>
</advancedsettings>
I'm sure this is something small and simple, but it's driving me nuts. Thanks for any help/suggestions.
For what it's worth:
Mariadb running in Docker - latest release
phpmyadmin running in Docker - latest release
Kodi 17.6 on all devices
advancedsettings.xml:
<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>10.0.1.50</host>
<port>3307</port>
<user>kodi</user>
<pass>kodi</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>10.0.1.50</host>
<port>3307</port>
<user>kodi</user>
<pass>kodi</pass>
</musicdatabase>
<videolibrary>
<importwatchedstate>true</importwatchedstate>
<importresumepoint>true</importresumepoint>
</videolibrary>
</advancedsettings>
I'm sure this is something small and simple, but it's driving me nuts. Thanks for any help/suggestions.