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 /commands/vdr-opticaldrive | |
| 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 'commands/vdr-opticaldrive')
| -rw-r--r-- | commands/vdr-opticaldrive | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/vdr-opticaldrive b/commands/vdr-opticaldrive index 2c2f1f9..18a4985 100644 --- a/commands/vdr-opticaldrive +++ b/commands/vdr-opticaldrive @@ -17,17 +17,17 @@ case "$mode" in ;; startburn) eject -t "$DEV" - eject -i on "$DEV" + eject -i on "$DEV" > /dev/null ;; stopburn) - eject -i off "$DEV" + eject -i off "$DEV" > /dev/null eject "$DEV" ;; getopentime) printf "%s\n" "$OPENTIME" ;; getdev) - printf "$DEV\n" + printf "%s\n" "$DEV" ;; present) if [ -n "$(realpath "$DEV" 2> /dev/null)" ]; then |
