From 9d8e29c65d7e42f2fd90617800ae4f66faf13c60 Mon Sep 17 00:00:00 2001 From: Keine_Ahnung Date: Sat, 29 Dec 2012 21:09:02 +0100 Subject: Added Prefix PLUGIN_RIPIT_ again. Bring back the global config to the Makefiles. Added Desciptions in Make.config.template Added i18n to vdr-ripit script. Check for optical drive presence in vdr-ripit --- Make.config.template | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'Make.config.template') diff --git a/Make.config.template b/Make.config.template index 84b4aaa..a43744a 100644 --- a/Make.config.template +++ b/Make.config.template @@ -4,7 +4,19 @@ # Copy this file to 'Make.config' and change the parameters as necessary. # -LOG_FILE?=/tmp/ripit.log -LOCK_FILE?=/tmp/ripit.process -ABORT_FILE?=/tmp/ripit.stop -DEFAULT_TARGET_DIRECTORY?=/srv/AUDIO/ripped +# Used for IPC, the VDR user need access rights to create, delete and modify +# these files (the directory need already exists). Make sure that files left +# here (e.g. on VDR crash) are deleted at system startup. + +PLUGIN_RIPIT_LOG_FILE=/tmp/ripit.log +PLUGIN_RIPIT_LOCK_FILE=/tmp/ripit.process +PLUGIN_RIPIT_ABORT_FILE=/tmp/ripit.stop + + + +# The default value for the target. Could be changed later in plugin setup. +# The VDR user need access rights to create it with +# mkdir -p / +# an write files to that directory. + +PLUGIN_RIPIT_DEFAULT_TARGET_DIRECTORY=/srv/AUDIO/ripped -- cgit v1.2.3