From 7fd6634a78bfba25f88af85890f7828deca04f94 Mon Sep 17 00:00:00 2001 From: EricClaeys <83164203+EricClaeys@users.noreply.github.com> Date: Sat, 12 Feb 2022 02:37:44 -0600 Subject: [PATCH] timelapse.sh: remove filename.sh Also remove unneeded compatibility code --- scripts/timelapse.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/scripts/timelapse.sh b/scripts/timelapse.sh index 09d194a59..6d7d68e8d 100755 --- a/scripts/timelapse.sh +++ b/scripts/timelapse.sh @@ -1,14 +1,5 @@ #!/bin/bash -# TODO: remove these lines once we know they are in the new unified configuration file. -TIMELAPSEWIDTH=${TIMELAPSEWIDTH:-0} -TIMELAPSEHEIGHT=${TIMELAPSEHEIGHT:-0} -FFLOG=${FFLOG:-warning} -FPS=${FPS:-25} -VCODEC=${VCODEC:-libx264} -TIMELAPSE_BITRATE=${TIMELAPSE_BITRATE:-2000k} -PIX_FMT=${PIX_FMT:-yuv420p} - # Allow this script to be executed manually, which requires ALLSKY_HOME to be set. if [ -z "${ALLSKY_HOME}" ] ; then export ALLSKY_HOME="$(realpath $(dirname "${BASH_ARGV0}")/..)" @@ -16,7 +7,6 @@ fi source "${ALLSKY_HOME}/variables.sh" source "${ALLSKY_CONFIG}/config.sh" -source "${ALLSKY_SCRIPTS}/filename.sh" # If we're on a tty that means we're being manually run and $RED != "". # In that case, don't display $ME.