From 0b1069a088eaeac9251bd7251db5eabcb6a47d9c Mon Sep 17 00:00:00 2001 From: tobbenb Date: Sat, 8 Jul 2017 12:26:54 +0200 Subject: [PATCH] Update README with full path for comskip --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6137bc..aff1bfe 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ This container comes with Comskip for commercial flagging of recordings. This yo Go to Configuration --> Recording. Change the view level to advanced in the top right corner, and add the below in the Post-processor command field. ``` -comskip --ini=/config/comskip/comskip.ini "%f" +/usr/bin/comskip --ini=/config/comskip/comskip.ini "%f" ``` Now comskip will run after each recording is finished. You will find comskip.ini in the comskip folder of your /config volume mapping. See the [Comskip](http://www.kaashoek.com/comskip/) homepage for tuning of the ini file. @@ -161,6 +161,7 @@ You need to enable minimum advanced view level to see the picons options. ## Versions ++ **08.07.2017:** Update README with full path for comskip. + **02.07.2017:** Move to one branch for all 4.2 releases. + **27.05.2017:** Rebase to alpine 3.6. + **01.05.2017:** Update to tvheadend 4.2.1 stable.