aboutsummaryrefslogtreecommitdiff
path: root/tw/services/media.scm
AgeCommit message (Collapse)Author
2023-06-03Indent *-file functions more convenientlyTimo Wilken
Files with potentially long or complex contents shouldn't be indented quite as far.
2023-04-28Use proper SSL cert pathTimo Wilken
This avoids relying on nss-certs being installed system-wide.
2023-02-20Explicitly specify system-wide SSL certsTimo Wilken
By default, OpenSSL only uses its built-in certificates, but we need to use the system-wide ones for connecting to YouTube and BBC Sounds.
2023-02-19Add get-iplayer serviceTimo Wilken
2023-02-19Simplify yt-dlp scheduling function furtherTimo Wilken
This way of trying to schedule every second day doesn't actually work. Just run every night at the same hour and randomise the minutes.
2023-02-19Use mcron's #:user instead of manual setuidTimo Wilken
2023-02-19Generate separate script for yt-dlp mcron actionTimo Wilken
2023-02-19Simplify yt-dlp scheduling functionTimo Wilken
2023-02-19Improve yt-dlp serviceTimo Wilken
- allow configuring odd or even days (useful for future get-iplayer service so they run on alternating days) - auto-update yt-dlp if not using the system package
2023-02-19Randomise yt-dlp times betterTimo Wilken
2023-02-19Add yt-dlp serviceTimo Wilken