Free range grass fed organic code to have a real http server and real air-support

This commit is contained in:
2026-01-19 21:44:27 +01:00
parent 233389df8f
commit 1a5453a714
6 changed files with 48 additions and 46 deletions

View File

@@ -2,8 +2,8 @@
while true; do
pip3 install -U yt-dlp
runuser -l zambla -c '/opt/je_te_met_en_pls.py /songs /songs/playlist.pls' || true
runuser -l zambla -c '/opt/je_te_met_en_pls.py /jingles /jingles/playlist.pls' || true
runuser -l zambla -c '/opt/yt_sync.py' || true
/opt/je_te_met_en_pls.py /songs /songs/playlist.pls || true
/opt/je_te_met_en_pls.py /jingles /jingles/playlist.pls || true
/opt/yt_sync.py || true
sleep 6h
done