summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-22 17:06:03 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-22 17:06:03 +0000
commit3aa536d58236c2be7a6620c76373c2971e12dc32 (patch)
treead32744484d14bca2e8b29bed610787cd882f546 /DOCS
parentef535edf3f0de6db68bd5d3febaae7f8e36b5328 (diff)
downloadmpv-3aa536d58236c2be7a6620c76373c2971e12dc32.tar.bz2
mpv-3aa536d58236c2be7a6620c76373c2971e12dc32.tar.xz
Shortly describe -playing-msg and -list-properties.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17917 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.115
1 files changed, 15 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 09661b6ed3..0a108b465f 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -818,6 +818,10 @@ set it to 2 for Linux or 1024 for Windows.
Specifies a configuration file for LIRC (default: ~/.lircrc).
.
.TP
+.B \-list-properties
+Print a list of the available properties.
+.
+.TP
.B \-loop <number>
Loops movie playback <number> times.
0 means forever.
@@ -867,6 +871,17 @@ Turns off usage of the Linux RTC (realtime clock \- /dev/\:rtc) as timing
mechanism.
.
.TP
+.B \-playing-msg <string>
+Print out a string before starting playback. The following expansions are
+supported:
+.RSs
+.IPs ${NAME}
+Expand to the value of the property NAME.
+.IPs $(NAME:TEXT)
+Expand TEXT only if the property NAME is available.
+.RE
+.
+.TP
.B \-playlist <filename>
Play files according to a playlist file (ASX, Winamp, SMIL, or
one-file-per-line format).