summaryrefslogtreecommitdiff
path: root/src/tangara/lua/lua_filesystem.cpp
AgeCommit message (Collapse)Author
2024-08-28When clicking a track in the file browser, play itjacqueline
Includes adding a `playback.is_playable` for working out whether or not a particular file is able to be played
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-05-10Minor fixes before PRailurux
2024-05-10Fix imports after mergeailurux
2024-05-10Merge branch 'main' into file-browserailurux