summaryrefslogtreecommitdiff
path: root/src/database/track.cpp
AgeCommit message (Collapse)Author
2024-01-17shift some long-lived allocs into spi ramjacqueline
2023-12-19replace foxenflac with miniflacjacqueline
it's better!
2023-12-12Support more datatypes in track tagsjacqueline
2023-11-24Migrate 'now playing' screen to luajacqueline
2023-10-24Use an mutable struct + const instead of an immutable classjacqueline
2023-10-24Skip old tracks when scanning the sd cardjacqueline
2023-10-13Add modified time to TrackDatajacqueline
2023-10-13Use libcppbor for much much nicer db encodingjacqueline
2023-09-28Use bindey for databinding instead of hand rolling ui updatesjacqueline
2023-09-26std::string -> std::pmr::string in psramjacqueline
2023-09-06Fix missing track number issuesjacqueline
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-15song -> trackjacqueline