Merge pull request #20 from outis1one/clDemoe/seasonal-sunrise-montage-nn268

Fix MUSIC_DIR path quoting — space in '4 Seasons' broke conf sourcing
This commit is contained in:
Outis
2026-04-20 12:42:45 -04:00
committed by GitHub
+1 -1
View File
@@ -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.