summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-09-02 00:09:03 +0200
committerwm4 <wm4@nowhere>2014-09-02 00:12:52 +0200
commit2da246b9f715a5694263b1ed3dee30b2001b6ed4 (patch)
tree97fa275f2c0a6fd4b2d6f489262b188a8d6574ba /DOCS
parent291d98681051713a13efaa2e381cf1e3f8efaa70 (diff)
downloadmpv-2da246b9f715a5694263b1ed3dee30b2001b6ed4.tar.bz2
mpv-2da246b9f715a5694263b1ed3dee30b2001b6ed4.tar.xz
player: add --osd-playing-msg option
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 5125756457..66a8825c01 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2190,6 +2190,13 @@ OSD
non-default cases when seeking. Expands properties. See
`Property Expansion`_.
+``--osd-playing-msg=<string>``
+ Show a message on OSD when playback starts. The string is expanded for
+ properties, e.g. ``--osd-playing-msg='file: ${filename}'`` will show the
+ message ``file:`` followed by a space and the currently played filename.
+
+ See `Property Expansion`_.
+
``--osd-bar-align-x=<-1-1>``
Position of the OSD bar. -1 is far left, 0 is centered, 1 is far right.
Fractional values (like 0.5) are allowed.