You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the history command is not commonly used, and playlists are not represented properly in the internal queue, preventing the shuffle feature from working as expected.
This rework aims to:
Redesign the track history system to be more usable
Implement playlists to the queue system for easier organizing and to support a better track shuffle and loop system
Add a way to use the track history when adding tracks without backtracking to skipped tracks.
Tasks
Separate track history from the track queue
Add tracks to the track queue only when they are played
Create a playlist class with shuffle and queue functionality
Integrate playlists to the queue system
Rewrite addplaylist commands to utilize the playlist class
Redesign shuffle and loop commands to interact with playlists
Create a command that adds tracks from the track history to the queue
Add more commands that use the redesigned queue system
The text was updated successfully, but these errors were encountered:
The current implementation of the
history
command is not commonly used, and playlists are not represented properly in the internal queue, preventing theshuffle
feature from working as expected.This rework aims to:
Tasks
The text was updated successfully, but these errors were encountered: