From a0d36605aaa6a7257c40ffa02a1b5656b29483a8 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 6 Oct 2015 08:58:28 +0200 Subject: [PATCH] ranger: Update scope.sh --- .config/ranger/scope.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.config/ranger/scope.sh b/.config/ranger/scope.sh index f55ad4f5..5c758762 100755 --- a/.config/ranger/scope.sh +++ b/.config/ranger/scope.sh @@ -72,9 +72,7 @@ case "$extension" in ;; # fall back to highlight/cat if the text browsers fail ## CUSTOM SUPPORT - ogg) - try mediainfo "$path" && { dump | sed 's/ \+:/: /;' | trim | fmt -s -w $width; exit 4; } ;; - mkv) + mts|m2ts|mkv|ogg) try mediainfo "$path" && { dump | sed 's/ \+:/: /;' | trim | fmt -s -w $width; exit 4; } ;; doc) try antiword "$path" && { dump | trim | fmt -s -w $width; exit 0; }