Jalle19 / xbmc-video-server

Web interface for streaming or downloading media from a Kodi/XBMC library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please provide Dockerfile for mysql installation

niko2 opened this issue · comments

commented

Using mysql seems to be possible, but needs some code to be modified.
Would it be possible to use mysql without code update ?
I can try to do a PR if you mind.

It's not officially supported but it shoulf work. Why do you want to use it, if I may ask?

commented
  1. I am already using mysql for kodi.
  2. I want to limit (at least control) local I/Os.
  3. I can easily access the SQL data (from another tool) if I want to

So basically you want to be able to use MySQL without having to edit this file: https://github.com/Jalle19/xbmc-video-server/blob/master/src/protected/config/_db.php ?

Could you test #323 ? I've only verified that SQLite still works with this change, haven't actually tested with MySQL.