diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-04-13 09:58:22 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-04-13 09:58:22 -0400 |
commit | 515235c97a0ffd05dd38e4444d34d05ce213777a (patch) | |
tree | 23375b0cd8e04e50b487feeebb51d45e46b8b3e9 /.config/lf | |
parent | 27b33a3f9e87b9e582041c5740e5f95be43470fc (diff) |
Update scope previews
Diffstat (limited to '.config/lf')
-rwxr-xr-x | .config/lf/scope | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/lf/scope b/.config/lf/scope index 139a5af..43a91f0 100755 --- a/.config/lf/scope +++ b/.config/lf/scope @@ -74,7 +74,6 @@ video/*) prefix="$(PrefixGen "$1")" suffix="$(SuffixGen "$1")" filename="$prefix-$suffix" - # XXX: thumbnail seems to get re-generated every time the file is selected [ ! -f "$PREVIEW_DIR/$filename.six" ] && { rm -f "$PREVIEW_DIR/$prefix-*" ffmpegthumbnailer -i "$1" -s 0 -c png -f -o - | |