diff options
| author | Keine_Ahnung <no@mail.com> | 2012-12-29 21:09:02 +0100 |
|---|---|---|
| committer | Keine_Ahnung <no@mail.com> | 2012-12-29 21:09:02 +0100 |
| commit | 9d8e29c65d7e42f2fd90617800ae4f66faf13c60 (patch) | |
| tree | 6161b3617186106dd4bd79743126c4b878802e28 /Make.config.template | |
| parent | 5273ed5096773c7bc348cb633ef2db1a3270699b (diff) | |
| download | vdr-plugin-ripit-9d8e29c65d7e42f2fd90617800ae4f66faf13c60.tar.gz vdr-plugin-ripit-9d8e29c65d7e42f2fd90617800ae4f66faf13c60.tar.bz2 | |
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
Diffstat (limited to 'Make.config.template')
| -rw-r--r-- | Make.config.template | 20 |
1 files changed, 16 insertions, 4 deletions
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 <PLUGIN_RIPIT_DEFAULT_TARGET_DIRECTORY>/<cd name> +# an write files to that directory. + +PLUGIN_RIPIT_DEFAULT_TARGET_DIRECTORY=/srv/AUDIO/ripped |
