Hyphen-ated / DJBot

twitch songrequest irc bot
GNU General Public License v2.0
18 stars 9 forks source link

Add a list of songs to play when the queue is empty #10

Open Hyphen-ated opened 10 years ago

Hyphen-ated commented 10 years ago

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

Hyphen-ated commented 9 years ago

less important now that the streamer can songrequest a playlist

FunkyMiller commented 9 years ago

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.

Hyphen-ated commented 9 years ago

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

FunkyMiller commented 9 years ago

Oh nice, then that is perfect! Just need a long enough playlist ;)

Date: Tue, 17 Feb 2015 21:32:41 -0800 From: notifications@github.com To: DJBot@noreply.github.com CC: funkymiller@internode.on.net Subject: Re: [DJBot] Add a list of songs to play when the queue is empty (#10)

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

— Reply to this email directly or view it on GitHub.