summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2011-03-03 11:31:12 +0100
committerUoti Urpala <uau@mplayer2.org>2011-04-20 04:22:52 +0300
commit1c6995d76cfb26a1a87dd4d23a6260e9cf7ecb62 (patch)
tree246bccc917c11127bfb090cc509e6e0ea7e06f4c /DOCS
parent2db33ab48cfa7858dacd2872b7e6b6b0c67b7214 (diff)
downloadmpv-1c6995d76cfb26a1a87dd4d23a6260e9cf7ecb62.tar.bz2
mpv-1c6995d76cfb26a1a87dd4d23a6260e9cf7ecb62.tar.xz
subs: options: add -sub-paths
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.135
1 files changed, 26 insertions, 9 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 82d53b5d6d..ea237fd84e 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -2423,7 +2423,7 @@ exact match
.IPs 1
Load all subs containing movie name.
.IPs 2
-Load all subs in the current directory.
+Load all subs in the current and \-sub\-paths directories.
.RE
.PD 1
.
@@ -2490,6 +2490,31 @@ Guess the encoding for Polish, fall back on cp1250.
.PD 1
.
.TP
+.B \-sub\-paths <path1:path2:...>
+Specify extra directories where to search for subtitles matching the video.
+Multiple directories can be separated by ":" (";" on Windows).
+Paths can be relative or absolute.
+Relative paths are interpreted relative to video file directory.
+
+.sp 1
+.I EXAMPLE:
+Assuming that /path/\:to/\:movie/\:movie.avi is played and \-sub\-paths
+sub:subtitles:/tmp/subs is specified, MPlayer searches for subtitle files in
+these directories:
+.RSs
+/path/\:to/\:movie/
+.br
+/path/\:to/\:movie/\:sub/
+.br
+/path/\:to/\:movie/\:subtitles/
+.br
+/tmp/\:subs/
+.br
+~/.mplayer/\:sub/
+.RE
+.PD 1
+.
+.TP
.B \-subdelay <sec>
Delays subtitles by <sec> seconds.
Can be negative.
@@ -7632,14 +7657,6 @@ font directory (There must be a font.desc file and files with .RAW extension.)
.TP
~/.mplayer/\:DVDkeys/
cached CSS keys
-.
-.TP
-Assuming that /path/\:to/\:movie.avi is played, MPlayer searches for sub files
-in this order:
-.RS
-/path/\:to/\:movie.sub
-.br
-~/.mplayer/\:sub/\:movie.sub
.RE
.PD 1
.