2013-07-05, 06:51
(2013-07-04, 23:57)Aenima99x Wrote:(2013-07-04, 17:28)negge Wrote: Do you mean with an XBMC instance using MySQL? If so then sure. I have had bad luck when connecting to a headless XBMC installation, although I think that's mainly an issue with path substitution.
If you mean if the web application itself can use MySQL then naturally it's possible since it uses SQLite at the moment.
Yes, I meant the web application itself. Do you have plans to add MySQL support?
I can post some information later on on how to switch to MySQL instead. I don't really see what you're trying to gain though, there's practically nothing stored there (just user data and settings). Here you can see the database structure: https://github.com/Jalle19/xbmc-video-se...sqlite.sql.
(2013-07-04, 18:37)zag Wrote: PHP can be installed easily on any windows machine these days with this Microsoft tool
http://www.microsoft.com/web/downloads/platform.aspx
I'll give it a test soon.
Is that using IIS?