feat(media): add play-media fzf picker for audio/video files
Fuzzy-filters audio/video files under the current directory via fd, previews them with thumbnails pulled from the freedesktop thumbnail cache (or ffprobe metadata as a fallback), and plays the selection through the best available player: --player flag, $play_media_player, xdg-mime default, then a short mpv/vlc fallback list. Adds mpv/vlc as optional fish-deps entries.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
complete --command play-media --short p --long player --description "Force a specific media player" --require-parameter
|
||||
complete --command play-media --short h --long help --description "Print this help message"
|
||||
Reference in New Issue
Block a user