summaryrefslogtreecommitdiff
path: root/lua/file_browser.lua
AgeCommit message (Collapse)Author
2024-08-29use snake_case consistently in lua function namesjacqueline
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-30Start playback immediately when selecting a playlistjacqueline
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-10Remove unused local varailurux
2024-05-10Rename widget to InfiniteListailurux
2024-05-06WIP: File browser, needs bug fixesailurux