summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Mair <andreas@vdr-developer.org>2010-08-26 07:50:59 +0200
committerAndreas Mair <andreas@vdr-developer.org>2010-08-26 07:57:29 +0200
commit57a99e05234ffc28bb3a1d16c058bf38ce629d82 (patch)
treefd24bf63611cfe9aad299e2cb88c1c85df950c1d /README
parentacf461064b16ec85ef52887773d8d6a364826106 (diff)
downloadvdr-plugin-extrecmenu-57a99e05234ffc28bb3a1d16c058bf38ce629d82.tar.gz
vdr-plugin-extrecmenu-57a99e05234ffc28bb3a1d16c058bf38ce629d82.tar.bz2
Merge from v1.3-devel head (Submitted by Joe_D @vdr-portal.de).
Diffstat (limited to 'README')
-rw-r--r--README25
1 files changed, 20 insertions, 5 deletions
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 <vdr-italian@tiscali.it> for the italian translation
- Andreas Mair <andreas@vdr-developer.org> 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.