summaryrefslogtreecommitdiff
path: root/src/tangara/audio/playlist.cpp
AgeCommit message (Collapse)Author
2025-07-01Use the standard library instead of a dirty hack.Tursiae
2025-07-01Handle file:/// URIs generated from VLC playlists.Tursiae
2025-04-27Fix for Windows newlines in playlistsailurux
2024-10-04Don't create a cache file on deserialisingailurux
2024-10-04Explicitly close the playlist files in the queue on storage unmountailurux
2024-10-04Fix issues with deserialising queue when queue exists alreadyailurux
2024-10-03Use cppbor for encoding playlist tocjacqueline
Also fix a locking issue with opening+clearing Co-authored-by: ailurux <ailuruxx@gmail.com>
2024-10-03Clear queue if loading cache fails and file is large, also fix indices oopsailurux
2024-10-03Clean up + use 8 bytes for uint64_tailurux
2024-10-01Add additional cache file for playlist table of contentsailurux
2024-09-06Ignore comments within playlist filesjacqueline
Includes a general cleanup+restructure of playlist.cpp, and fixing the tests and benchmarks
2024-07-30daniel/playlist-queue (#84)ailurux
Support for playlist files being opened along side the queue's own playlist. Playlists can be opened from the file browser, if the file ends in ".playlist" (will add support for .m3u as well eventually) Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/84 Co-authored-by: ailurux <ailuruxx@gmail.com> Co-committed-by: ailurux <ailuruxx@gmail.com>
2024-07-22Fix off by one errorailurux
2024-07-22Oops, forgot a return statementailurux
2024-07-22Queue now keeps file offsets in memory to speed up searchailurux
2024-07-16daniel/playlist-queue (#83)ailurux
Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/83 Reviewed-by: cooljqln <cooljqln@noreply.codeberg.org> Co-authored-by: ailurux <ailuruxx@gmail.com> Co-committed-by: ailurux <ailuruxx@gmail.com>