summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-03-13 23:11:01 +0100
committerache <ache@ache.one>2017-03-13 23:11:01 +0100
commit759e919a64bce9e841cbc93379c37433ae574567 (patch)
treeb833a68b6ff04ad9392a15ca0b51e1c973383d47
parent'i' to get info (diff)
Active video preview
-rwxr-xr-xscope.sh4
1 files 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