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

Search for and play new mixes while still listening to a mix #15

Open
quigybo opened this issue Jul 9, 2013 · 3 comments
Open

Search for and play new mixes while still listening to a mix #15

quigybo opened this issue Jul 9, 2013 · 3 comments

Comments

@quigybo
Copy link
Contributor

quigybo commented Jul 9, 2013

It would be nice to be able to search for and advance to another
playlist before the current one has finished.

Would it be easier to only have one Cmd mode, and just have an
_is_playing flag for player-like commands?

@dbrgn
Copy link
Owner

dbrgn commented Jul 10, 2013

Yeah, I thought about this too. The separate modes are quite convenient I think, because it separates the different available commands. But maybe we can use some kind of mixin to provide the base features (like searching and playback) to the playback mode too?

@quigybo
Copy link
Contributor Author

quigybo commented Jul 14, 2013

How would variables like mix_ids work when the client and player modes are
actually instances of different classes? This would mean that any search results
from the main client mode wouldn't be available once the user has entered the
playback mode.

@dbrgn
Copy link
Owner

dbrgn commented Jul 22, 2013

Maybe we could create some kind of app context object?

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