From ab06c1cc2b1920db405ed2ac6a807c759707486d Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 20 Apr 2026 16:40:55 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20MUSIC=5FDIR=20path=20quoting=20=E2=80=94?= =?UTF-8?q?=20space=20in=20'4=20Seasons'=20broke=20conf=20sourcing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://claude.ai/code/session_01C4jbd3waXG3eKZYbGUjLUQ --- sky-cam.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sky-cam.conf b/sky-cam.conf index fa512a6..87fb9d8 100644 --- a/sky-cam.conf +++ b/sky-cam.conf @@ -149,7 +149,7 @@ SCRIPT_DIR="${SCRIPT_DIR:-$(dirname "$(realpath "${BASH_SOURCE[0]}")")}" # an external drive or network mount (recommended for production). BASE_DIR="${BASE_DIR:-$SCRIPT_DIR/data}" MOVIES_DIR="${MOVIES_DIR:-$BASE_DIR/movies}" # override if videos live on a different drive -MUSIC_DIR=/home/motion/drives/local-2tb/music/4 Seasons +MUSIC_DIR="/home/motion/drives/local-2tb/music/4 Seasons" # ── Location & timezone ─────────────────────────────────────────────────────── # Used by sunrise.py to calculate sunrise time each day.