summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-09-02 22:28:11 +0200
committerwm4 <wm4@nowhere>2014-09-02 22:28:11 +0200
commitbf74a4cc4665f152212c0e165bbe2a20d535021c (patch)
treefe0ba754f0525cd3345be86e092d6e471fbdb734 /DOCS
parent6c1e5285181a0799c689ab71fc703fa67917e303 (diff)
downloadmpv-bf74a4cc4665f152212c0e165bbe2a20d535021c.tar.bz2
mpv-bf74a4cc4665f152212c0e165bbe2a20d535021c.tar.xz
player: add --media-title option
Requested by ChrisK2.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 66a8825c01..18391ae118 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3032,6 +3032,11 @@ Miscellaneous
You can also try to use ``--no-correct-pts`` for files with completely
broken timestamps.
+``--media-title=<string>``
+ Force the contents of the ``media-title`` property to this value. Useful
+ for scripts which want to set a title, without overriding the user's
+ setting in ``--title``.
+
``--slave-broken``
Switches on the old slave mode. This is for testing only, and incompatible
to the removed ``--slave`` switch.