| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-01-24 | Resolve some issues with dangling index records (#193) | cooljqln | |
| - The tag parser's cache is now cleared between indexing runs, preventing stale data from being used - Multi-value tag fields (genres, all artists) are now properly ingested in the tag value cache - Cleaning up removed index records now properly handles the case where only a subset of the records for multi-value tags need to be deleted. - Synthesizing missing tag values is now done in the tag parser instead of TrackTags, which resolves some issues with multi-value tag callbacks from libtags not being handled properly These fixes seem to address all the issues with stale index records we were able to repro (including the issues in https://codeberg.org/cool-tech-zone/tangara-fw/issues/191), but if you've got any more cases with consistent repros then lmk! Co-authored-by: ailurux <ailuruxx@gmail.com> Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/193 | |||
| 2024-09-24 | Record play_count in TrackData, incrementing it when tracks finish | jacqueline | |
| 2024-09-19 | Encode and decode MediaType in TrackData | jacqueline | |
| 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-03 | Handle collation text that includes '\0' | jacqueline | |
| This seems to be tickled by the ogg comment handling changes (possibly libtags doesn't actually handle this case?) | |||
| 2024-07-25 | Parse single-byte track ids properly | jacqueline | |
| 2024-07-19 | Fix track ids containing '\n' not decoding properly | jacqueline | |
| This has been the cause of the elusive "selecting a track opens it like an index" bug :) | |||
| 2024-05-02 | start moving include files into subdirs | jacqueline | |
| 2024-05-02 | WIP merge cyclically dependent components into one big component | jacqueline | |
