ArturSierzant / OMPD

O!MPD is free, opensource MPD client based on PHP and mySQL.
http://ompd.pl
GNU General Public License v3.0
40 stars 13 forks source link

Feature: Concurrent multi-user support #106

Open brendan-pike opened 5 years ago

brendan-pike commented 5 years ago

In my home I've started using O!MPD with different users and different locations. But I can see now its really only designed for one user at a time. How much work is needed to build true user account separation and concurrent use. So that each user can have:

ArturSierzant commented 5 years ago

Short answer is: a lot of work. I think, problem mentioned in #96 requires fixing first. Maybe some solution for your needs could be running another instance of O!MPD (separate folder on web server with separate db on database server).

brendan-pike commented 5 years ago

I considered dual installs also, it would work of course and is fine as a workaround, but be nice to have proper user independence up the road.