flo-bit / youtube-party-dj

democratic youtube player, everyone can vote and add songs, uni project, made with uix
MIT License
9 stars 2 forks source link

communication between clients and player #6

Closed flo-bit closed 3 months ago

flo-bit commented 4 months ago

not sure exactly how uix handles this, but we want to show all videos currently in queue on both the player and the clients and we want to update that whenever a clients adds a video or upvotes (or when the player plays a video and removes it from the queue)

misterrioes commented 4 months ago

Is this not already basically implemented now with the queue and so on in the backend folder @flo-bit ?

flo-bit commented 3 months ago

Yeah, basically, there's still some parts missing like different queues for different players, but let's close this issue for now and open a new one when we need it