Thristhart / kitchensync

A tool and framework for syncing web media playback across multiple clients
3 stars 1 forks source link

KitchenSync should support export & import of lobbies #11

Open nogweii opened 10 years ago

nogweii commented 10 years ago

When you restart the server, it would be useful to be able to export the current lobby settings (mostly: Current media & playlist) and support importing that structure. This way, we can save state and be able to import it.

Thristhart commented 10 years ago

The intention is to replace the in-memory storage of lobbies with a database structure, possibly redis. That would solve this problem, though not allowing for the convenient solution to #12