summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-11 11:38:41 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-11 11:38:41 +0000
commitc62952a9acdeff0e6f084bc2936988762f57b80e (patch)
tree0f30811157cc7dc941fac667a63ec0a80e3078ea /DOCS
parenta63f28b99add9a1ce706d3299b391642e633c5ee (diff)
downloadmpv-c62952a9acdeff0e6f084bc2936988762f57b80e.tar.bz2
mpv-c62952a9acdeff0e6f084bc2936988762f57b80e.tar.xz
Add a "tips and tricks" section to the slave mode documentation.
Hopefully will help in using some of its rather obscure features. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29900 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/slave.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt
index c15a3a7fa8..bab7605621 100644
--- a/DOCS/tech/slave.txt
+++ b/DOCS/tech/slave.txt
@@ -34,6 +34,15 @@ For "set_mouse_pos" and "key_down_event", "pausing_keep_force" is the default
since other values do not make much sense for them.
+Various tips and tricks (please help expand it!):
+
+- Try using something like
+ pausing_keep_force pt_step 1
+ get_property pause
+ to switch to the next file. It avoids audio playback starting to play
+ the old file for a short time before switching to the new one.
+
+
Available commands ('mplayer -input cmdlist' will print a list):