diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-07-17 17:15:34 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-07-17 17:15:34 +0000 |
commit | 043b2d4a683b528576b5d94d328282cefc41fe5f (patch) | |
tree | aca9cbff8a81a4a3973063fc55e5b076a4dc8de7 /doc | |
parent | c57a76a97512d909163da5393e91af4dd8243fb8 (diff) | |
download | xine-lib-043b2d4a683b528576b5d94d328282cefc41fe5f.tar.gz xine-lib-043b2d4a683b528576b5d94d328282cefc41fe5f.tar.bz2 |
Allow 0 for title & chapter in DVD MRLs.
CVS patchset: 8131
CVS date: 2006/07/17 17:15:34
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/en/xine.5 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/man/en/xine.5 b/doc/man/en/xine.5 index aeedd3855..b8d96cd20 100644 --- a/doc/man/en/xine.5 +++ b/doc/man/en/xine.5 @@ -78,6 +78,9 @@ Several MRLs may be specified in order to play a number of consecutive streams. Additional input plugins will provide additional MRL types. The ones listed above are available with stock libxine... .br +As of xine-lib 1.1.3, the DVD title number may be 0 (select navigation) and +the chapter number may be 0 (full title). +.br .SS VCD MRL Syntax A simple \fBvcd:/\fP runs the default item (e.g. perhaps track 1 or entry 0) using the default VCD device (perhaps /dev/cdrom). Both the default item and @@ -115,7 +118,7 @@ unit to to use in a MRL is none is given. Another configuration setting, When you hit the VCD button, that is equivalent to entering \fBvcd:/\fP and thus these two configuration settings are used to expand the MRL. -Some examples of MRLS are given below. In the examples, we assume the +Some examples of MRLs are given below. In the examples, we assume the following configuration settings: .TP @@ -143,12 +146,12 @@ should be same as above but is currently broken? Play Track 1 from /dev/cdrom2 .TP .BI vcd:///dev/cdrom@S1 -Play segment 1 from /dev/cdrom. This assumes there *is* a segment 1. Check -the MRL list to see if that is the case. +Play segment 1 from /dev/cdrom. This assumes that there *is* a segment 1. +Check the MRL list to see if that is the case. .TP .BI vcd://@P1 Play playlist item 1 from default device. If there is no playback control, -MRL will get converted into vcd:/:E0. +the MRL will be converted into vcd:/@E0. Again check the MRL list to see if there is a P1. .TP .BI vcd://@P1* |