summaryrefslogtreecommitdiff
path: root/src/audio/include/track_queue.hpp
AgeCommit message (Collapse)Author
2024-02-13include repeat, replay, and shuffle in persisted queue infojacqueline
2024-02-12Add buttons for shuffle + repeat trackailurux
2024-02-05Preserve the queue when going into standbyjacqueline
2024-02-01Use a single pool of bg workers instead of separate tasks per use casejacqueline
Also: bump the number of workers tasks up to 3 from 2! This makes bg db updates + playback work :)
2023-12-08Add shuffle and repeat options for the playback queuejacqueline
2023-12-07Remove pre-iterator conceptsjacqueline
- No more IndexRecord/Result/dbGetPage nonsense - Queue is just track ids - i am so tired and have so much to do
2023-12-05Add basic track queue save/load supportjacqueline
Not wired up yet; I need to do a bunch of cleanup before i wire it in
2023-12-05Rewrite the track queue to work directly with database iteratorsjacqueline
2023-11-24Migrate 'now playing' screen to luajacqueline
2023-07-17Basic playlists for upcomingjacqueline
Beware under-testing and bugs. Just getting something barebones in so that I can do rN+1 bringup
2023-07-07wire up the playing screen with some real datajacqueline
Includes implementing song duration calculation for CBR MP3 files