From 715184a535b827f94b77e7530f5ae3d4d6ddc6e6 Mon Sep 17 00:00:00 2001 From: Ken Fallon Date: Fri, 15 Dec 2023 13:45:28 +0100 Subject: [PATCH] 2023-12-15_12-45-28Z_Friday database changed --- bin/hprtranscode.bash | 3 +++ bin/postshow.bash | 2 ++ 2 files changed, 5 insertions(+) diff --git a/bin/hprtranscode.bash b/bin/hprtranscode.bash index 191f1ae..79aa1fc 100755 --- a/bin/hprtranscode.bash +++ b/bin/hprtranscode.bash @@ -1,6 +1,9 @@ #!/usr/bin/env bash # Copyright Ken Fallon - Released into the public domain. http://creativecommons.org/publicdomain/ #============================================================ +PATH=$PATH:/home/ken/sourcecode/hpr/hpr_hub/bin/ +source /home/ken/tmp/pip3.9/bin/activate + TEMP_DIR="/var/tmp/" CHANNELS="1" FIXAUDIO="1" diff --git a/bin/postshow.bash b/bin/postshow.bash index b4def1b..c8da522 100755 --- a/bin/postshow.bash +++ b/bin/postshow.bash @@ -1,6 +1,8 @@ #!/usr/bin/env bash # Copyright Ken Fallon - Released into the public domain. http://creativecommons.org/publicdomain/ #============================================================ +source /home/ken/tmp/pip3.9/bin/activate +PATH=$PATH:/home/ken/sourcecode/hpr/hpr_hub/bin/ processing_dir="/home/ken/tmp/hpr/processing" git_image_dir="/home/ken/sourcecode/hpr/HPR_Public_Code/www/images/hosts"