This repository was archived by the owner on Mar 11, 2026. It is now read-only.
Replies: 1 comment 2 replies
-
|
This was my initial coding but ended up in a situation where individuals can just keep queuing new songs and pushing others out indefinitely. The current logic adds songs to the end of the queue so play is in order of request, so it's fair. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I love the innitiative, Ive been trying to solve this for years but I am no coder.
I have som questions/inputs
As it is now, when a guest adds a song, it gets added to queue, not play next. that means that If you load the evenings playlist, that you ususally do, and a guest enques a song. That wont be played for hours because it is dead list in the playlist.
Th eonly way around that is to not load a playlist, but the giest have to continue to add songs for the music to keep playing.
Or am I missing something here?
My strong suggestion would to change the add to queue function to play next instead.
That way you just start a playlist, activate Jukebox and if a guest adds a song, that will be played next, otherwise the music just keeps playing.
Beta Was this translation helpful? Give feedback.
All reactions