| Age | Commit message (Collapse) | 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 | |
| Also fix a locking issue with opening+clearing Co-authored-by: ailurux <ailuruxx@gmail.com> | |||
| 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 | |
| Includes a general cleanup+restructure of playlist.cpp, and fixing the tests and benchmarks | |||
| 2024-07-30 | daniel/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-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 | |
| 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> | |||
