summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-02-16 21:17:59 +0100
committerwm4 <wm4@nowhere>2013-02-16 21:41:24 +0100
commit6d7e044eadabeac30c5701f2da516bd8394692ca (patch)
treeadfe71084928593530094b3b26570cffec8af275 /DOCS/man
parentf897138c2d4647cf2a7bbd0c58dc08c1f400fd48 (diff)
downloadmpv-6d7e044eadabeac30c5701f2da516bd8394692ca.tar.bz2
mpv-6d7e044eadabeac30c5701f2da516bd8394692ca.tar.xz
osd: add --no-osd-bar option to disable the OSD bar
In addition to disabling the OSD bar physically, also add some fallbacks to OSD text in places the OSD bar would have been used.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/en/options.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index ab3dee4616..46999b9ed8 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -1288,6 +1288,14 @@
search for video segments from other files, and will also ignore any
chapter order specified for the main file.
+--no-osd-bar, --osd-bar
+ Disable display of the OSD bar. This will make some things (like seeking)
+ use OSD text messages instead of the bar.
+
+ You can configure this on a per-command basis in input.conf using ``osd-``
+ prefixes, see ``Input command prefixes``. If you want to disable the OSD
+ completely, use ``--osd-level=0``.
+
--osd-bar-align-x=<-1..1>
Position of the OSD bar. -1 is far left, 0 is centered, 1 is far right.