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

queue player plays from, playlist populates queue only #40

Closed
dxstiny opened this issue Oct 20, 2022 · 2 comments
Closed

queue player plays from, playlist populates queue only #40

dxstiny opened this issue Oct 20, 2022 · 2 comments
Labels
refactoring that will have no effect on functionalities

Comments

@dxstiny
Copy link
Contributor

dxstiny commented Oct 20, 2022

allows shuffling & dynamic precaching #13

@dxstiny dxstiny changed the title [1.1.0] queue player plays from, playlist populates queue only queue player plays from, playlist populates queue only Oct 20, 2022
@dxstiny dxstiny added 1.1.0 refactoring that will have no effect on functionalities labels Oct 20, 2022
@dxstiny
Copy link
Contributor Author

dxstiny commented Nov 22, 2022

allow adding any song to queue

  • play next
  • play last

@dxstiny
Copy link
Contributor Author

dxstiny commented Nov 22, 2022

yet it shouldn't just copy from the playlist to a new list; it should update if a new song is added to the current playlist

so a "parallactic" list might make sense: a class inheriting from list (that secretly stores two lists, instead of one) overriding "append" to append to both lists.
meaning that one list can destructively be shuffled & sliced without actually modifying the real playlist, and having the possibility to revert to the original playlist & order

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring that will have no effect on functionalities
Projects
None yet
Development

No branches or pull requests

1 participant