HOW-TO:Share libraries using MySQL: Wiki Edition
(2016-02-27, 21:55)RJTPlomp Wrote: I have been looking for a log, but can't seem to find it. Can you tell me how I can access that? I'll let you know what it says.

I have Little Snitch installed on my MacBook, otherwise no firewalls, everything works on LAN-level. Don't see how my (router)firewall would prevent anything, or do I miss something here? I also believe nothing is really blowing access to MySQL cause database is automatically made by Kodi en all the data is in the tables when I look into them. I even dropped the databases (Music and Video), and they were rebuild on the next rescan of my media-sources.

You mean connecting on IP-adress of MySQL-server? Not sure what you mean here.

My advancedsettings.xml contains this:

Code:
<videodatabase>
        <type>mysql</type>
        <host>192.168.1.1</host>
        <port>3306</port>
        <user>********</user>
        <pass>********</pass>
</videodatabase>

Your log should be here: /Users/<username>/Library/Logs/kodi.log.

My log isn't set to debug, so it contains very little info, but I do see it connects to 192.168.1.1 and that is uses MyMusic56 and MyVideos99.

Code:
Running database version MyMusic56
Running database version MyVideos99

Your issue sounds really strange. It seems your database gets filled, but on the other hand, Kodi doesn't see your database?
CoreElec on a tn95 (s905x). Onkyo NR-656. Canton Movie CD-1000. LG 55B6V.

If it ain't broke: break it, fix it, repeat
Reply


Messages In This Thread
RE: HOW-TO:Share libraries using MySQL: Wiki Edition - by Raytestrak - 2016-02-27, 23:05
Logout Mark Read Team Forum Stats Members Help
HOW-TO:Share libraries using MySQL: Wiki Edition2