From ddbc1271c7f0316ee6fa02ef696bf657310e15a2 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sun, 4 May 2025 19:57:55 +0900 Subject: updates --- ar/.config/lf/scope | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ar/.config/lf/scope') diff --git a/ar/.config/lf/scope b/ar/.config/lf/scope index 079c519..b270fe8 100755 --- a/ar/.config/lf/scope +++ b/ar/.config/lf/scope @@ -45,7 +45,7 @@ text/html) lynx -width="$4" -display_charset=utf-8 -dump "$1" ;; text/troff) man ./ "$1" | col -b ;; text/* | */xml | application/json | application/x-ndjson) bat -p --theme ansi --terminal-width "$(($4 - 2))" -f "$1" ;; audio/*) mediainfo "$1" || exit 1 ;; -video/* | application/octet-stream) +video/* | application/octet-stream | application/vnd.rn-realmedia) CACHE="${XDG_CACHE_HOME:-$HOME/.cache}/lf/thumb.$(stat --printf '%n\0%i\0%F\0%s\0%W\0%Y' -- "$(readlink -f "$1")" | sha256sum | cut -d' ' -f1)" [ ! -f "$CACHE" ] && ffmpegthumbnailer -i "$1" -o "$CACHE" -s 0 image "$CACHE" "$2" "$3" "$4" "$5" "$1" -- cgit v1.2.3