From 45641378a2df4d5fe227ad7ba575b01f787ad8e8 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 15 Jan 2014 16:14:37 +0100 Subject: 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. --- DOCS/man/en/options.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'DOCS/man/en/options.rst') 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=`` + 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=`` Set the window title. Properties are expanded on playback start. (See `Property Expansion`_.) -- cgit v1.2.3