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
MainMenuHooks-v1_0_4.patch for VDR >= 2.7.4
-------------------------------------------------------------------------------
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

watchstate
-------------------------------------------------------------------------------
see watchstate/README

vdr-getcountryfrominfo.sh + vdr-getyearfrominfo.sh
-------------------------------------------------------------------------------
sample scripts to get the country/year out of the info file

Archive-DVD-HDD.patch
-------------------------------------------------------------------------------
A patch for the Core-VDR to gather the information if a recording
is a Archiv-DVD or HDD during the initial reading of the recordings.
Apply with 'patch -p1 < Archive-DVD-HDD.patch' in VDR's source directory

vdr_rating_watchstate.patch
-------------------------------------------------------------------------------
A patch for the Core-VDR to gather the information of rating and watchstate
values of a recording during the initial reading of the recordings.
Apply with 'patch -p1 < vdr_rating_watchstate.patch' in VDR's source directory

vdr_year_country.patch
-------------------------------------------------------------------------------
A patch for the Core-VDR to gather the information of the year and the country
of a recording during the initial reading of the recordings.
Apply with 'patch -p1 < vdr_year_country.patch' in VDR's source directory
