# HG changeset patch # User gpoirier # Date 1157706303 0 # Node ID 4c6f19ae1287a4456b31bdd2a4e607d7a7efd449 # Parent 4bba4d2be05a8d2e6aafde05654e96c39196285d Add a bit of doc about dvdnav support in MPlayer, and why you may want to use it. (a bit rough, but it's start) diff -r 4bba4d2be05a -r 4c6f19ae1287 DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Fri Sep 08 08:39:07 2006 +0000 +++ b/DOCS/man/en/mplayer.1 Fri Sep 08 09:05:03 2006 +0000 @@ -68,7 +68,7 @@ .in .B mplayer 'in +\n[.k]u -.I dvd://[title | [start_title]\-end_title ] +.I [dvd|dvdnav]://[title | [start_title]\-end_title ] [options] . .br diff -r 4bba4d2be05a -r 4c6f19ae1287 DOCS/xml/en/cd-dvd.xml --- a/DOCS/xml/en/cd-dvd.xml Fri Sep 08 08:39:07 2006 +0000 +++ b/DOCS/xml/en/cd-dvd.xml Fri Sep 08 09:05:03 2006 +0000 @@ -107,6 +107,11 @@ +If you have compiled MPlayer with dvdnav support, the +syntax is the same, except that you need to use dvdnav:// instead of dvd://. + + + The default DVD device is /dev/dvd. If your setup differs, make a symlink or specify the correct device on the command line with the option. diff -r 4bba4d2be05a -r 4c6f19ae1287 DOCS/xml/en/faq.xml --- a/DOCS/xml/en/faq.xml Fri Sep 08 08:39:07 2006 +0000 +++ b/DOCS/xml/en/faq.xml Fri Sep 08 09:05:03 2006 +0000 @@ -784,6 +784,20 @@ +I can't watch any recent DVDs from Sony Pictures/BMG? + + +It's normal, you've ripped off and sold an intentionally defective disk. +The only way to play these DVDs is to circumvent the bad blocs of the disk +by using DVDnav instead of mpdvdkit2. +You can do so by replacing dvd:// by dvdnav:// on the command line. +DVDnav is so far mutually exclusive with mpdvdkit2, so make you you pass + to configure script. + + + + + What about subtitles? Can MPlayer display them?