From 635613fbcb4441415a61807097875f5ee6eddd1c Mon Sep 17 00:00:00 2001 From: awy Date: Wed, 7 Aug 2024 22:28:48 +0300 Subject: small fixes --- .config/lf/scope | 1 + 1 file changed, 1 insertion(+) (limited to '.config/lf/scope') 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 -- cgit v1.2.3