From f170429306cb9d66a7b5780b40647fe2aaa7795d Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Sat, 24 Oct 2020 18:45:17 +0200 Subject: [PATCH] ranger: Enable video thumbnails --- .config/ranger/scope.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/ranger/scope.sh b/.config/ranger/scope.sh index 57d5713..9278e4c 100755 --- a/.config/ranger/scope.sh +++ b/.config/ranger/scope.sh @@ -159,10 +159,10 @@ handle_image() { exit 7;; ## Video - # video/*) - # # Thumbnail - # ffmpegthumbnailer -i "${FILE_PATH}" -o "${IMAGE_CACHE_PATH}" -s 0 && exit 6 - # exit 1;; + video/*) + # Thumbnail + ffmpegthumbnailer -i "${FILE_PATH}" -o "${IMAGE_CACHE_PATH}" -s 0 && exit 6 + exit 1;; ## PDF # application/pdf)