From e5af1d906115eac71acf5bcb506f8da33a0eaca4 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 2 Apr 2016 20:57:20 +0200 Subject: manpage: add example for --msg-level I guess the syntax is not necessarily very obvious. --- DOCS/man/options.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 6f280eebb7..b5710fa556 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -2967,6 +2967,22 @@ Terminal :debug: debug messages :trace: very noisy debug messages + .. admonition:: Example + + :: + + mpv --msg-level=ao/sndio=no + + Completely silences the output of ao_sndio, which uses the log + prefix ``[ao/sndio]``. + + :: + + mpv --msg-level=all=warn,ao/alsa=error + + Only show warnings or worse, and let the ao_alsa output show errors + only. + ``--term-osd, --no-term-osd``, ``--term-osd=force`` Display OSD messages on the console when no video output is available. Enabled by default. -- cgit v1.2.3