[vdr] 01/02: add missing commands to custom recording hook

Tobias Grimm tiber-guest at moszumanska.debian.org
Thu Mar 26 07:52:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

tiber-guest pushed a commit to branch master
in repository vdr.

commit 1e5cda474aeda6561dac2c31904e8deffb8cc173
Author: Lars Hanisch <dvb at flensrocker.de>
Date:   Wed Mar 25 22:16:00 2015 +0100

    add missing commands to custom recording hook
---
 debian/R90.custom | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/R90.custom b/debian/R90.custom
index 92ee847..94fb275 100644
--- a/debian/R90.custom
+++ b/debian/R90.custom
@@ -32,6 +32,10 @@ case $1 in
         # do here whatever you would like to do right BEFORE
         # the recording $2 STARTS
         ;;
+    started)
+        # do here whatever you would like to do right AFTER
+        # the recording $2 STARTED
+        ;;
     after)
         # do here whatever you would like to do right AFTER
         # the recording $2 ENDED
@@ -41,4 +45,8 @@ case $1 in
         # the recording $2 has been EDITED
         # $3 is the original recording
         ;;
+    deleted)
+        # do here whatever you would like to do right AFTER
+        # the recording $2 has been DELETED
+        ;;
 esac

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr.git



More information about the pkg-vdr-dvb-changes mailing list