Skip to content
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

Open
Hyphen-ated opened this issue May 18, 2014 · 4 comments
Open

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

Hyphen-ated opened this issue May 18, 2014 · 4 comments

Comments

@Hyphen-ated
Copy link
Owner

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
Copy link
Owner Author

less important now that the streamer can songrequest a playlist

@FunkyMiller
Copy link

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
Copy link
Owner Author

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants