diff options
Diffstat (limited to 'contrib/README')
-rw-r--r-- | contrib/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/README b/contrib/README new file mode 100644 index 0000000..3ec797d --- /dev/null +++ b/contrib/README @@ -0,0 +1,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' |