summaryrefslogtreecommitdiff
path: root/lua/file_browser.lua
AgeCommit message (Collapse)Author
2025-02-04Wrap filesystem iteratorSam
Change to wrapping the filesystem iterator rather than iterating over table values. Also centralise the is_playlist check and hide Playlists menu if none are present
2025-01-29On browser and file_browser screens, focus the first item when appearingRockwell Schrock
2025-01-08Add missing copyright/license headersTom Kirchner
2024-09-12Remove explicit opacity set on headerailurux
2024-09-10Rename set_style to set_subjectailurux
2024-09-06m3u and m3u8jacqueline
2024-09-06Support opening m3u and m3u8 files as playlistsjacqueline
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