From 57a99e05234ffc28bb3a1d16c058bf38ce629d82 Mon Sep 17 00:00:00 2001 From: Andreas Mair Date: Thu, 26 Aug 2010 07:50:59 +0200 Subject: Merge from v1.3-devel head (Submitted by Joe_D @vdr-portal.de). --- README | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'README') diff --git a/README b/README index 4b6d538..103e569 100644 --- a/README +++ b/README @@ -1,9 +1,11 @@ This is a "plugin" for the Video Disk Recorder (VDR). -Original author: Martin Prochnow (nordlicht@martins-kabuff.de) Current maintainers: see project's homepage Project's homepage: http://projects.vdr-developer.org/projects/show/plg-extrecmenu +Original author: Martin Prochnow (nordlicht@martins-kabuff.de) +Original homepage: http://martins-kabuff.de/extrecmenu_en.html + See the file COPYING for license information. I want to thank to following contributors: @@ -14,6 +16,7 @@ I want to thank to following contributors: - Diego for the italian translation - Andreas Mair for the true type font containg the icons +- Carsten Siebholz for adding HDD Archive compatibility ------------------------------------------------------------------------------- Description @@ -44,15 +47,27 @@ Installation ------------------------------------------------------------------------------- Installation of the plugin itselfs is like any other plugin installation. +Compile time configuration +------------------------------------------------------------------------------- +Some features of the ExtRecMenu must be activated before compiling the plugin. +This configuration has to be added to the Make.config file in the VDR's source +directory if you want to use it. + +USE_PINPLUGIN = 1 +Add support for protected recordings by using the PIN plugin. + +Font including required symbols +------------------------------------------------------------------------------- In addition you have to copy the true type font in the ttf/-directory to a location where freetype will find it (usually /usr/share/fonts/truetype) and select it in the OSD setup menu of VDR so that the icons which this plugin uses can be displayed. -Also check the Makefile if you use the PIN-plugin. You have to place the script -'dvdarchive.sh' from the scripts/-directory within your $PATH (maybe adjust the -permissions) for the DVDArchive-patch functionality. See the top of -'dvdarchive.sh' for the adjustments you maybe have to take. +Notes +------------------------------------------------------------------------------- +You have to place the script 'dvdarchive.sh' from the scripts/-directory within +your $PATH (maybe adjust the permissions) for the DVDArchive-patch functionality. +See the top of 'dvdarchive.sh' for the adjustments you maybe have to take. If your /video-directory is a nfs mount, you have to mount it with the option 'hard' to make renaming and moving of recordings possible. -- cgit v1.2.3