Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
iBicha committed Feb 17, 2024
1 parent 13d53b4 commit 46070b9
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions playlet-lib/src/components/Services/LoungeService/LoungeService.bs
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
import "pkg:/components/parts/AutoBind/OnNodeReadyNoOp.bs"
import "pkg:/components/Services/LoungeService/LoungeApi.bs"
' TODO:P0
' 8. Handle rpc commands
' 1. Handle rpc commands
' - setPlaylist
' - updatePlaylist
' - next => has no args
' - previous => has no args
' - setVolume
' - setAutoplayMode
' 10. Handle adding to the queue (with notification)
' 11. Handle onHasPreviousNextChanged properly based on queue
' 12. Add a section about the lounge in the privacy policy
' 13. Handle case where the player is open in the app but not in Playlet
' 2. Handle adding to the queue (with notification)
' 3. Handle onHasPreviousNextChanged properly based on queue
' 4. Add a section about the lounge in the privacy policy
' 5. Handle case where the player is open in the app but not in Playlet
' - In this case, the phone only sends "play", which won't work because the player not open
' 14. Add error handling for all lounge requests
' 15. Handle adding a playlist to the queue from the web app (or from TV)
' 6. Add error handling for all lounge requests
' 7. Handle adding a playlist to the queue from the web app (or from TV)
' - How do we handle playlists with YouTube?
' 16. Handle queing up a video from the web app (send message to lounge)
' 8. Handle queing up a video from the web app (send message to lounge)
' 9. Handle case of removing current video from queue
' 10. Handle case of clearing the queue

function Init()
m.top.functionName = "LoungeServiceLoop"
Expand Down

0 comments on commit 46070b9

Please sign in to comment.