MrSinatra;168438 Wrote: > considering that there is now a separate mysqld.exe process running, i > would think such a setup would not be too hard to create. (multiple > users might be harder, given the likely desire to have different > preferences for each one)
I would think so as well. Yes, user profiles would be a much larger undertaking than multiple libraries. You could probably just take the existing database, and add a table called 'libraries' with name, music and playlist folder settings. Then most of the other tables get an additional field referencing the library number. A scan could either do a single library, or it could scan all of them. All queries would need to use the library number to which the player is currently attached. The remote, web and cli interfaces would need functions to switch a player between libraries. I know ... patches welcome ... -- JJZolx Jim ------------------------------------------------------------------------ JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10 View this thread: http://forums.slimdevices.com/showthread.php?t=31431 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
