Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content scheduled at the same time plays all at once #55

Open
jmillerv opened this issue Jan 19, 2023 · 0 comments
Open

Content scheduled at the same time plays all at once #55

jmillerv opened this issue Jan 19, 2023 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@jmillerv
Copy link
Owner

Presumably, a schedule would avoid two programs playing at the same time. In the event that there are overlapping programs in a schedule, go-dj plays them all simultaneously. This ticket should create a check to ensure that only 1 program is playing at a time.

As it stands this feels like a boolean variable that is set to true when play begins and set to false when it ends. The loop should check if anything is playing before spawning additional go routines.

@jmillerv jmillerv added the bug Something isn't working label Jan 19, 2023
@jmillerv jmillerv added this to the Nice To Have milestone Jan 19, 2023
@jmillerv jmillerv modified the milestones: Nice To Have, v0.1.8-beta Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant