From d48c85566989b3545641b48cca6a20b46e075897 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 26 Mar 2013 00:02:16 +0100 Subject: mpv_identify: add --quiet to mpv command line Prevents the status line from being printed. Otherwise, the status line is always printed due to --frames=1, and it's visible on the terminal because it's printed to stderr. --- TOOLS/mpv_identify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TOOLS') diff --git a/TOOLS/mpv_identify.sh b/TOOLS/mpv_identify.sh index 7fb5f27da2..0c4dfc5b02 100755 --- a/TOOLS/mpv_identify.sh +++ b/TOOLS/mpv_identify.sh @@ -104,7 +104,7 @@ for __midentify__key in $__midentify__allprops; do eval unset $__midentify__nextprefix$__midentify__key done -__midentify__output=`$MPV --playing-msg="$__midentify__propstr" --vo=null --ao=null --frames=1 "$@"` +__midentify__output=`$MPV --playing-msg="$__midentify__propstr" --vo=null --ao=null --frames=1 --quiet "$@"` __midentify__fileindex=0 __midentify__prefix= while :; do -- cgit v1.2.3