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
  1. Track Playlist Queue: Maintain a queue of the search results or a playlist.
  2. Listen for Playback End Event: Use the YouTube Player API and/or Spotify Playback SDK to detect when the current song ends.
  3. Auto-Play Next Song: Automatically load and play the next song in the queue without user intervention.
  4. Update Player Controls: Provide UI elements to display the upcoming song and allow users to skip or go back.