From 759e919a64bce9e841cbc93379c37433ae574567 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 13 Mar 2017 23:11:01 +0100 Subject: Active video preview --- scope.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scope.sh b/scope.sh index a0fb2ec..da7168e 100755 --- a/scope.sh +++ b/scope.sh @@ -58,8 +58,8 @@ if [ "$preview_images" = "True" ]; then image/*) exit 7;; # Image preview for video, disabled by default.: - ###video/*) - ### ffmpegthumbnailer -i "$path" -o "$cached" -s 0 && exit 6 || exit 1;; + video/*) + ffmpegthumbnailer -i "$path" -o "$cached" -s 0 && exit 6 || exit 1;; esac fi -- cgit v1.2.3