summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/options.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-01-15 16:14:37 +0100
committerwm4 <wm4@nowhere>2014-01-15 16:14:37 +0100
commit45641378a2df4d5fe227ad7ba575b01f787ad8e8 (patch)
tree5d795556042b8f71365ffcda41c3603cd0425c68 /DOCS/man/en/options.rst
parentca8937d7d269c0ef8881d2ac7a227fdb990a5753 (diff)
downloadmpv-45641378a2df4d5fe227ad7ba575b01f787ad8e8.tar.bz2
mpv-45641378a2df4d5fe227ad7ba575b01f787ad8e8.tar.xz
player: add --term-osd-bar, which shows a status bar on the terminal
Feature request from github issue #451. Disabled by default, will probably stay this way.
Diffstat (limited to 'DOCS/man/en/options.rst')
-rw-r--r--DOCS/man/en/options.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index 64a97811a7..f1ee540793 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -2380,6 +2380,18 @@ OPTIONS
``force`` enables terminal OSD even if a video window is created.
+``--term-osd-bar``, ``--no-term-osd-bar``
+ Enable printing a progress bar under the status line on the terminal.
+ (Disabled by default.)
+
+``--term-osd-bar-chars=<string>``
+ Customize the ``--term-osd-bar`` feature. The string is expected to
+ consist of 5 characters (start, left space, position indicator,
+ right space, end). You can use unicode characters, but note that double-
+ width characters will not be treated correctly.
+
+ Default: ``[-+-]``.
+
``--title=<string>``
Set the window title. Properties are expanded on playback start.
(See `Property Expansion`_.)