diff options
Diffstat (limited to '.config/lf/scope')
-rwxr-xr-x | .config/lf/scope | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/lf/scope b/.config/lf/scope index b00501a..a7d0bc1 100755 --- a/.config/lf/scope +++ b/.config/lf/scope @@ -14,6 +14,7 @@ case "$(file -Lb --mime-type "$file")" in image/*) draw "$file" ;; + audio/* | application/octet-stream) mediainfo "$1" || exit 1 ;; video/*) # vidthumb is from here: # https://raw.githubusercontent.com/duganchen/kitty-pistol-previewer/main/vidthumb |