diff --git a/tubearchivist/home/config.json b/tubearchivist/home/config.json
index 6b1b5d2..def21ec 100644
--- a/tubearchivist/home/config.json
+++ b/tubearchivist/home/config.json
@@ -33,8 +33,10 @@
"scheduler": {
"update_subscribed": false,
"download_pending": false,
- "check_reindex": false,
- "thumbnail_check": false,
- "run_backup": false
+ "check_reindex": {"minute": "0", "hour": "12", "day_of_week": "*"},
+ "check_reindex_days": 90,
+ "thumbnail_check": {"minute": "0", "hour": "17", "day_of_week": "*"},
+ "run_backup": {"minute": "0", "hour": "8", "day_of_week": "0"},
+ "run_backup_rotate": 5
}
}
diff --git a/tubearchivist/home/templates/home/settings.html b/tubearchivist/home/templates/home/settings.html
index bc75534..634bfda 100644
--- a/tubearchivist/home/templates/home/settings.html
+++ b/tubearchivist/home/templates/home/settings.html
@@ -36,14 +36,6 @@
Recent videos for channels and playlist to check when running Rescan subscriptions, max recommended 50.
{{ app_form.subscriptions_channel_size }}
-
Auto scan subscribed channels:
- Coming soon -Auto download pending:
- Coming soon -External downloader:
- Coming soon -