index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tangara
/
database
Age
Commit message (
Expand
)
Author
2025-03-13
Add WavPack support
ayumi
2025-01-29
Add 'Tdisc' to libtags
jacqueline
2025-01-24
Resolve some issues with dangling index records (#193)
cooljqln
2025-01-07
Improvements to the queue for shuffling/playing all (#170)
ailurux
2024-12-31
Reorder indexes
jacqueline
2024-12-31
Pass through TXXX kv pairs from libtags, treated as vorbis comments
jacqueline
2024-12-31
Handle synthesizing missing tag values in TrackTags instead of the indexer
jacqueline
2024-12-30
Add ARTISTS= vorbis comment support to libtags
jacqueline
2024-12-30
Use a common code path for parsing delimited track tags
jacqueline
2024-12-30
Add a new track tag + index for multiple artists
jacqueline
2024-12-29
Attempt to parse tags only from supported audio files
Clayton Craft
2024-12-30
Accept more tags for track and disc number
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-27
Added listened indicator for audiobooks and podcasts
ailurux
2024-09-24
Record play_count in TrackData, incrementing it when tracks finish
jacqueline
2024-09-24
Adds audiobook index to available indexes
ailurux
2024-09-20
Make the 'Podcasts' index just a list by title
jacqueline
2024-09-19
Encode and decode MediaType in TrackData
jacqueline
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-19
Fix commented issues
ailurux
2024-09-12
WIP: Fixed errors, cleanup
ailurux
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-09-03
Handle collation text that includes '\0'
jacqueline
2024-09-03
Use libogg + our own parser for ogg files
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-25
Parse single-byte track ids properly
jacqueline
2024-07-19
Fix track ids containing '\n' not decoding properly
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