-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a list of songs to play when the queue is empty #10
Comments
less important now that the streamer can songrequest a playlist |
This enhancement would still be very handy. It would be nice if it checked at the end of each song to see if the primary song list (as populated by !songrequest) has any entries, at which time it stops playing the backup/no_other_requests list/playlist and plays the !songrequests, until there are no more at which time it returns to the backup list. |
Lately I've been accomplishing that kind of thing by songrequesting a playlist myself (only the streamer is allowed to do this), then each song in the playlist goes into the secondary queue, and then it works like you said. except if all the songs in the playlist play, I have to go add another one |
Oh nice, then that is perfect! Just need a long enough playlist ;) Date: Tue, 17 Feb 2015 21:32:41 -0800 Lately I've been accomplishing that kind of thing by songrequesting a playlist myself (only the streamer is allowed to do this), then each song in the playlist goes into the secondary queue, and then it works like you said. except if all the songs in the playlist play, I have to go add another one — |
so have a list of youtube ids in a file, maybe let the streamer have !stealsong that puts the currently playing one in a list
also: we could let them point to a music library, scan it for mp3s, and play songs from it in the browser like with http://antimatter15.github.io/player/player.html
The text was updated successfully, but these errors were encountered: