index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tangara
/
database
/
database.cpp
Age
Commit message (
Expand
)
Author
2025-01-24
Resolve some issues with dangling index records (#193)
cooljqln
2024-12-30
Add a new track tag + index for multiple artists
jacqueline
2024-12-23
Make media directories case insensitive
ailurux
2024-12-17
When no media-specific top level directories exist, assume everything is music
jacqueline
2024-09-24
Adds audiobook index to available indexes
ailurux
2024-09-19
Include leading slash in media type paths
jacqueline
2024-09-19
Introduce a MediaType for each track and index
jacqueline
2024-09-12
WIP: Add last_position field to track data and start on implementation
ailurux
2024-09-06
Look for music in "/Music", with the root dir as a fallback
jacqueline
2024-08-12
Shard searching for new tracks across multiple tasks
jacqueline
2024-08-12
Make FileGatherer shaped more like a normal iterator
jacqueline
2024-08-12
Batch up the db operations associated with adding new tracks
jacqueline
2024-08-12
Derive the next track id from stored track data, instead of tracking it expli...
jacqueline
2024-08-12
Use one MMU page per leveldb write buffer
jacqueline
2024-07-11
Break FatfsStreamFactory's dep on ServiceLocator
jacqueline
2024-06-04
log db update time-per-track
jacqueline
2024-06-04
no more acquire_spi :)
jacqueline
2024-05-31
Remove now redudantant 'Iterator.next()' care in TrackIterator
jacqueline
2024-05-30
Fix prev/next behaviour on database iterator
ailurux
2024-05-02
move driver includes into a subdir as well
jacqueline
2024-05-02
start moving include files into subdirs
jacqueline
2024-05-02
WIP merge cyclically dependent components into one big component
jacqueline