summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-03-26 00:02:16 +0100
committerwm4 <wm4@nowhere>2013-03-26 01:29:53 +0100
commitd48c85566989b3545641b48cca6a20b46e075897 (patch)
treec796c2c27ea868ba270f198531030fc2e8379018 /TOOLS
parent90118a38108406c84597e65d50148fdebd5df9be (diff)
downloadmpv-d48c85566989b3545641b48cca6a20b46e075897.tar.bz2
mpv-d48c85566989b3545641b48cca6a20b46e075897.tar.xz
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.
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/mpv_identify.sh2
1 files changed, 1 insertions, 1 deletions
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