index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tangara
/
audio
/
playlist.cpp
Age
Commit message (
Expand
)
Author
2025-07-01
Use the standard library instead of a dirty hack.
Tursiae
2025-07-01
Handle file:/// URIs generated from VLC playlists.
Tursiae
2025-04-27
Fix for Windows newlines in playlists
ailurux
2024-10-04
Don't create a cache file on deserialising
ailurux
2024-10-04
Explicitly close the playlist files in the queue on storage unmount
ailurux
2024-10-04
Fix issues with deserialising queue when queue exists already
ailurux
2024-10-03
Use cppbor for encoding playlist toc
jacqueline
2024-10-03
Clear queue if loading cache fails and file is large, also fix indices oops
ailurux
2024-10-03
Clean up + use 8 bytes for uint64_t
ailurux
2024-10-01
Add additional cache file for playlist table of contents
ailurux
2024-09-06
Ignore comments within playlist files
jacqueline
2024-07-30
daniel/playlist-queue (#84)
ailurux
2024-07-22
Fix off by one error
ailurux
2024-07-22
Oops, forgot a return statement
ailurux
2024-07-22
Queue now keeps file offsets in memory to speed up search
ailurux
2024-07-16
daniel/playlist-queue (#83)
ailurux