summaryrefslogtreecommitdiffstats
path: root/DOCS/tech
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-23 14:31:54 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-23 14:31:54 +0000
commit116ca0c768219b10eeee1f68b5b0365916d4b4e0 (patch)
tree7075afee75074168ece904dcb6965df223916a2f /DOCS/tech
parent84b19e7c4ced43ceed6a2cafec76b485403c4165 (diff)
downloadmpv-116ca0c768219b10eeee1f68b5b0365916d4b4e0.tar.bz2
mpv-116ca0c768219b10eeee1f68b5b0365916d4b4e0.tar.xz
Add a new command: osd_show_property_text that show an expanded property
string on the OSD. Based on a patch 'by someone named "veal" on irc' that showed the filename. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18223 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech')
-rw-r--r--DOCS/tech/slave.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt
index ef25e3f44d..0f321ee0b4 100644
--- a/DOCS/tech/slave.txt
+++ b/DOCS/tech/slave.txt
@@ -137,6 +137,12 @@ mute [value]
osd [level]
Toggle OSD mode or set it to [level] when [level] >= 0.
+osd_show_property_text <string> [duration] [level]
+ Show an expanded property string on the OSD, see -playing-msg for a
+ description of the available expansions. If [duration] is >= 0 the text
+ is shown for [duration] ms. [level] set the minimum OSD level needed for
+ the message to be visible, default to 0 (always show).
+
osd_show_text <string>
Show <string> on the OSD.