summaryrefslogtreecommitdiff
path: root/src/database/include/database.hpp
AgeCommit message (Collapse)Author
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 :)
2024-01-30Do more to avoid and recover from partial db updatesjacqueline
- do not power off in an update is in progress - explicitly store last update time, rather than deriving it from unchanged tracks.
2024-01-15Begin migration of remaining screens to Luajacqueline
2023-12-12Support more datatypes in track tagsjacqueline
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-23Implement adding to the playback queue from luajacqueline
2023-11-22Add basic lua browser screenjacqueline
2023-11-21Make lua db iterators asyncjacqueline
2023-11-21Add lua functions to get database contentjacqueline
2023-11-12Convert the main menu screen to lua loljacqueline
2023-11-07Add a wrapper codec source that does readaheadjacqueline
2023-10-30add locale-aware colation to db indexesjacqueline
2023-10-24Implement incremental updates of database indexesjacqueline
This makes rescanning the library *so* much faster. Yay!
2023-10-13Remove templating of Continuationjacqueline
2023-09-28Use bindey for databinding instead of hand rolling ui updatesjacqueline
2023-09-26std::string -> std::pmr::string in psramjacqueline
2023-09-04Don't reuse iterators across page fetchesjacqueline
This was done for performance reasons, but performance seems okay without it, and it introduces a bunch of memory management headaches.
2023-08-30Use a service locator instead of passing around subsets of drivers between FSMsjacqueline
2023-07-12clang formatjacqueline
2023-07-12Include title in indexes to avoid a per-record disk readjacqueline
GOTTA GO FAST
2023-07-07wire up the playing screen with some real datajacqueline
Includes implementing song duration calculation for CBR MP3 files
2023-06-23add indexing to the databasejacqueline
idk man i wrote most of this in a fugue state whilst high on the couch with my cat
2023-06-19Support playing tracks by track idjacqueline
2023-06-15song -> trackjacqueline
2023-05-24Merge branch 'main' of git.sr.ht:~jacqueline/tangara-fwjacqueline
2023-05-23Annote E V E R Y T H I N G with license infojacqueline
2023-05-22Generalise worker tasks, and centralise task priorities + stacksjacqueline
Includes making the display driver use a worker task for flushes, so that our double buffering actually does something useful /facepalm
2023-05-16Add pagination to database queriesjacqueline
2023-05-12Add some basic tests for the databasejacqueline
2023-05-08Database init is now stable!jacqueline
2023-04-27Make queries a little less copy-pastejacqueline
2023-04-27Move DB interactions to a background threadjacqueline
2023-04-26Add some basic data and retrievaljacqueline
2023-04-26removed unused raw db stuffjacqueline
2023-03-08add leveldbjacqueline