From 6dde5503dfba5a97609b9400c80fc52f22060f4d Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 22 Jun 2026 21:11:24 +0900 Subject: modified lf/scope --- ar/.config/lf/scope | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ar/.config/lf/scope b/ar/.config/lf/scope index 27c37bc..80c34e9 100755 --- a/ar/.config/lf/scope +++ b/ar/.config/lf/scope @@ -55,8 +55,8 @@ text/* | */xml | application/json | application/java* | application/x-ndjson) ba audio/*) mediainfo "$1" || exit 1 ;; video/* | application/octet-stream | application/vnd.rn-realmedia) CACHE="$(thumb_cache "$1")" - [ ! -f "$CACHE" ] && ffmpegthumbnailer -i "$1" -o "$CACHE" -s 0 - image "$CACHE" "$2" "$3" "$4" "$5" "$1" + [ ! -f "$CACHE.jpg" ] && ffmpegthumbnailer -i "$1" -o "$CACHE.jpg" -s 0 + image "$CACHE.jpg" "$2" "$3" "$4" "$5" "$1" ;; */pdf) CACHE="$(thumb_cache "$1")" -- cgit v1.2.3