blob: adba3b3d2c8816599137806278db263ce4ddfa4f (
plain)
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
|
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'
MainMenuHooks-v1_0.patch
-------------------------------------------------------------------------------
A patch to replace VDR's recordings menu with the plugin
Apply with 'patch < MainMenuHooks-v1_0.patch' in VDR's source directory
hddarchive
-------------------------------------------------------------------------------
see hddarchive/README
rating
-------------------------------------------------------------------------------
see rating/README.
reclist
-------------------------------------------------------------------------------
see reclist/README
|