# youtube-automate — add these to susan's crontab (`crontab -e`). # # HC_API_URL is already set at the top of susan's crontab; these entries follow # the existing one-UUID-per-job convention. # # `sg mediaserver` matches how the radio jobs run and guarantees new files are # group-owned by mediaserver even if the invoking shell's primary group differs. # Poll, download and reap. Hourly is ample for single-digit channels. 17 * * * * runitor -uuid 41a4d61a-7743-43d9-9b5d-d37d536e4726 -- sg mediaserver "/usr/local/bin/youtube-automate run" # Keep yt-dlp current, then re-run doctor. Mondays at 04:40. 40 4 * * 1 runitor -uuid 721e4cf0-d796-48e7-a184-79d21e1ba373 -- /opt/youtube-automate/deploy/update-ytdlp.sh