summaryrefslogtreecommitdiffstats
path: root/DOCS
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
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')
-rw-r--r--DOCS/man/en/mplayer.12
-rw-r--r--DOCS/tech/slave.txt6
2 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 7c86ef813d..a44dc8cf7e 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -307,6 +307,8 @@ Move subtitles up/down.
Set EDL mark.
.IPs "s (\-vf screenshot only)"
Take a screenshot.
+.IPs "I"
+Show filename on the OSD.
.RE
.PD 1
.PP
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.