summaryrefslogtreecommitdiff
path: root/src/tangara/database/index.cpp
AgeCommit message (Collapse)Author
2024-09-27Added listened indicator for audiobooks and podcastsailurux
2024-09-24Adds audiobook index to available indexesailurux
2024-09-20Make the 'Podcasts' index just a list by titlejacqueline
Podcasts aren't tagged consistently enough for other groupings to make sense, at least until we implement RSS parsing
2024-09-19Introduce a MediaType for each track and indexjacqueline
Initially set based on filepath, or by genre if the filepath doesn't match one of our presets
2024-08-12Batch up the db operations associated with adding new tracksjacqueline
This is ostensibly yet another 'prepare for multithreaded updates' commit, however it does actually save us another 60(!!) odd milliseconds per track.
2024-05-02start moving include files into subdirsjacqueline
2024-05-02WIP merge cyclically dependent components into one big componentjacqueline