issues
search
1varunvc
/
snyder
MIT License
0
stars
0
forks
source link
Frontend: Implement Auto-Play Next Song Feature
#41
Open
1varunvc
opened
2 days ago
1varunvc
commented
2 days ago
Track Playlist Queue: Maintain a queue of the search results or a playlist.
Listen for Playback End Event: Use the YouTube Player API and/or Spotify Playback SDK to detect when the current song ends.
Auto-Play Next Song: Automatically load and play the next song in the queue without user intervention.
Update Player Controls: Provide UI elements to display the upcoming song and allow users to skip or go back.