File: README

package info (click to toggle)
vdr-plugin-dvd 0.3.6~b03%2Bcvs20090426.0013-28
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 796 kB
  • sloc: ansic: 5,103; sh: 636; makefile: 86; ruby: 10
file content (143 lines) | stat: -rwxr-xr-x 4,188 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
This is the DVD plugin for the Video Disk Recorder (VDR).

+++

Project's homepage:          
	http://www.jausoft.com/Files/vdr/vdr-dvd/

sf.net's CVS Archive:
	http://sourceforge.net/projects/dvdplugin/

Written by:                  

	Andreas Schultz 		Original Author
		http://www.cs.uni-magdeburg.de/~aschultz/dvd/
		<aschultz@warp10.net> 

	Sven Goethel    		New Maintainer
		http://www.jausoft.com/Files/vdr/

	Marco Schluessler
		- cvs team

	Miko Wohlgemuth
		- cvs team

+++

See the file COPYING for license information.

Requirements:
-------------

vdr >= 1.6.0		http://cadsoft.de/vdr/, ftp://ftp.cadsoft.de/vdr/Developer/
libdvdcss >= 20030724	http://www.videolan.org/libdvdcss/download.html
libdvdnav >= 4.1.2	http://www.mplayerhq.hu/MPlayer/releases/dvdnav/
a52dec >= 0.7.4		http://liba52.sourceforge.net/

The plugin has been tested with the following versions:

libdvdcss:	20030724 (cvs)
libdvdnav:	4.1.2
liba52:		0.7.4

+++

libdvdcss is optional, but required for playing CSS protected DVDs.
The libraries should be installed into /usr/lib, e.g.:

   # ./configure --prefix=/usr
   # make
   # make install

But be aware to check your countries law, for example, nowadays
it is prohibited in europe to workaround a _copy_protection_ - so just don't copy ;-)

Accessing the DVD drive:
------------------------

The plugin uses libdvdcss to access CSS protected DVDs. Older version on
the library worked best with DVDCSS_METHODE set. Newer versions no longer
require.

Note that the user id under which VDR runs needs to have write access to
the DVD device in order to replay CSS protected DVDs.

By default VDR expects the DVD drive to be located at /dev/dvd (which
typically is a symbolic link to the actual device, for instance /dev/hdc).
You can use the '-C' option to overwrite this, as in

  vdr -P"dvd -C/media/dvd"

Navigation in DVD mode:
-----------------------

The following navigation keys are available in DVD mode:

Key            Function
-------------------------------------------------------------
Red            Goto position (enter time)
Green          1 min. backward
Yellow         1 min. forward
Blue           Goto title (enter title number)

Back           Stop Replay - Exit

Ok             toggle progess display (this will mess up any subtitles)

Up,   kPlay    playback
Down, kPause   pauses playback

Left/Right     rewind/forward (fast if play mode, slow if pause mode)
kFastRew/kFastFwd

kAudio         select audio track

2              skip to next     subtitle ( if "no subtitle" is reached, progress display on, 
                                           if subtitle language code is prefixed with "forced-" 
					   (eg. 'forced-en') only forced subs will be shown )
3              skip to next     angle    (skip copyright notice)

4, kPrev       skip to previous chapter
6, kNext       skip to next     chapter
7, kChanDn     skip to previous title
9, kChanUp     skip to next     title

5              DvdNavigationForce ON / go to DVD Root menu (if progess display on)
8              go to DVD Title menu
0              go to DVD Audio menu      (only avaiable if progess display off)

In DVD-Menu:
2/8/4/6,5      DVD menu Up/Down/Left/Right, OK control's
               Left/Right/Up/Down OK also work when in menuspace
	       Red 	      Leave DvdNavigationForce
	       Green          skip to previous title
	       Yellow         skip to next     title
	       Goto title (enter title number)
	       
Notes:
=======

if you use next/prev title, and you are e.g. jumping from title 3
to title 13, then this is not a bug, but a feature of the author 
of the current DVD !

so you can use Goto title, to manually check a specific one ..
this way enables you to look at "hidden" titles ;-)

HowTo play DVD games ..
------------------------

Assume you have a typical DVD game, 
so you need to enter/force DVD Navigation mode !

	- Key 5  	DvdNavigationForce ON (not if progess display on)
	- Key Red  	Leave DvdNavigationForce


BUG:
====
if you have subtitles enabled by setup, or by key, the osd / progress display,
may disappear, but believes it is still visible ..
so just press OK one more time to make it hide for real.