blob: 1fc62d6e6466bc7c169b5251a0e49cd67ef5a0fd (
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
27
28
29
30
|
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
vdr-getcountryfrominfo.sh + vdr-getyearfrominfo.sh
-------------------------------------------------------------------------------
sample scripts to get the country/year out of the info file
|