summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-10-02 03:12:09 +0200
committerwm4 <wm4@nowhere>2012-10-12 10:13:42 +0200
commitfd56c168aedb41a7d98dc4af32644d970eb81331 (patch)
tree48a58385f8547f4d7c29d1f798efe1fd7d93104c /DOCS/man
parent65074ec1f074d22101b4c8bd95eb4a0354401246 (diff)
downloadmpv-fd56c168aedb41a7d98dc4af32644d970eb81331.tar.bz2
mpv-fd56c168aedb41a7d98dc4af32644d970eb81331.tar.xz
options: add --status-msg
Replaces the status line with a custom string. This is probably useful for hacking old slave mode applications into working again. Even if not, this might be generally useful.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/en/options.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index 453c8e052f..875b9c4b4a 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -1354,6 +1354,10 @@
Disable property expansion and special handling of ``$`` for the rest
of the string.
+--status-msg=<string>
+ Print out a custom string during playback instead of the standard status
+ line. Expands properties. See ``--playing-msg``.
+
--playlist=<filename>
Play files according to a playlist file (ASX, Winamp, SMIL, or
one-file-per-line format).