wildyeast / sadiss

A socially aggregated distributed sound system.
GNU Affero General Public License v3.0
10 stars 2 forks source link

Performance interface - manual start & #24

Closed KlienVo closed 2 years ago

KlienVo commented 2 years ago

The performance interface in the dashboard lacks a couple of feature that would be helpful:

wildyeast commented 2 years ago

It is not possible to start a performance, only individual tracks can be started. The start and end times of a performance are saved to be displayed to users, but have no effect otherwise. Currently, SADISS requires a performer present at all times, and all tracks are to be started individually.

Implementing programmable performances is a good idea, as it would enable us to run simultaneous un-supervised installations. In my opinion this should be placed high up on the feature list for the next release.

I'll make issues for displaying the running time since start and the number of clients the performance was started with, which I think are helpful features right now.