Add standalone "Tipy dne" script with systemd service and timer

This commit is contained in:
2026-06-29 16:31:29 +02:00
parent ee99fc957d
commit b5c2023212
5 changed files with 179 additions and 1 deletions
+7
View File
@@ -21,6 +21,13 @@ Each version entry uses these sections (include only those that apply):
## Unreleased
### Added
- Standalone **`scripts/tipy_dne.py`** to regenerate the "Tipy dne" folder
independently of the app (deployable on the server / cron): reads the pool
index, picks N random movies (default 15), clears the tips folder and recreates
the hardlinks. Stdlib only; paths via `--pool`/`--output` or the global config.
Ships with a systemd oneshot `tipy-dne.service` + daily `tipy-dne.timer`.
## 1.6.0 — 2026-06-16
### Added