summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/slave.txt
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-09 20:13:53 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-09 20:13:53 +0000
commit2f376d1b39913e8ff4c4499e7cf7148ec331d4db (patch)
tree164fcbb08b0e5f0f1158c3f4872d4afd4524da99 /DOCS/tech/slave.txt
parent958626bcf446bc40458fa666a8949c90fcdffac0 (diff)
downloadmpv-2f376d1b39913e8ff4c4499e7cf7148ec331d4db.tar.bz2
mpv-2f376d1b39913e8ff4c4499e7cf7148ec331d4db.tar.xz
Add sub_load and sub_remove slave commands.
Patch by kiriuja [mplayer-patches at en-directo dot net] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15707 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech/slave.txt')
-rw-r--r--DOCS/tech/slave.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt
index 06274f5e2e..5098d3ac80 100644
--- a/DOCS/tech/slave.txt
+++ b/DOCS/tech/slave.txt
@@ -76,6 +76,14 @@ sub_step <value>
Step forward in the subtitle list by <value> steps or backwards if <value>
is negative.
+sub_load <subtitle_file>
+ Loads subtitles from <subtitle_file>.
+
+sub_remove [<value>]
+ If the <value> argument is present and non-negative, removes the subtitle
+ file with index <value>. If the argument is omitted or negative, removes
+ all subtitle files.
+
osd [<level>]
Toggle OSD mode or set it to level when <level> >= 0.