diff options
author | Julian <MyFakeAcc.4@googlemail.com> | 2017-09-27 01:17:47 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2017-10-09 20:47:33 +0200 |
commit | 92a9150cc253fb3ce21228d5b5afb6a06d7054fd (patch) | |
tree | 3eb6ee3988d455877b5101cde0e218199216c7b6 /DOCS/man | |
parent | c38ad6ae6fec6f7190702e3d8a909fdd08a413be (diff) |
lua: integrate stats.lua script
Signed-off-by: wm4 <wm4@nowhere>
Rename --stats to --load-stats-overlay and add an entry to options.rst
over the original commit.
Signed-off-by: wm4 <wm4@nowhere>
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/options.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index bf097dab42..72176c7895 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -580,6 +580,11 @@ Program Behavior - ``--ytdl-raw-options=username=user,password=pass`` - ``--ytdl-raw-options=force-ipv6=`` +``--load-stats-overlay=<yes|no>`` + Enable the builtin script that shows useful playback information on a key + binding (default: yes). By default, the ``i`` key is used (``I`` to make + the overlay permanent). + ``--player-operation-mode=<cplayer|pseudo-gui>`` For enabling "pseudo GUI mode", which means that the defaults for some options are changed. This option should not normally be used directly, but |