Files
radio-bullshit/ultrasync.sh
Sli 778437da35
All checks were successful
ci / deploy (push) Successful in 29s
Fix crash when playlist.pls exists but not the json one
2026-01-21 00:46:07 +01:00

11 lines
193 B
Bash

#!/bin/bash
while true; do
pip3 install -U yt-dlp
/opt/yt_sync.py || true
/opt/je_te_met_en_pls.py /songs || true
/opt/je_te_met_en_pls.py /jingles || true
sleep 6h
done