blob: 3ec797def561ce22317a225705fa32b185dd24b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
getlength.c
-------------------------------------------------------------------------------
Creates a length.vdr from an index.vdr
Compile with 'gcc getlength.c -o getlength'
isodetect.c
-------------------------------------------------------------------------------
Checks, if a dvd is in the drive. Used optionally by dvdarchive.sh
Compile with 'gcc isodetect.c -o isodetect'
vdr-1.3.43-extrecmenu.diff
-------------------------------------------------------------------------------
A patch to replace VDR's recordings menu with the plugin
Apply with 'patch < vdr-1.3.43.extrecmenu.diff'
|