mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2025-06-30 22:31:09 +00:00
* add django-celery-beat * implement schedule migration * fix version_check migration * remove old schedule init * better schedule migration * fix task_config migration * show task config on settings page * fix notify url builder * refactor celery initiation * fix get task * fix scheduler mig * fix linter * better task_config store on periodic task * save new schedules * fix task_config extraction from custom model * implement auto schedule * implement schedule delete * refactor notifications to ES config storage * downgrade redis * better notification migration to ES * add notification url handling * fix worker start * fix docs spelling * don't resend form data on notification refresh * fix type hints * move TASK_CONFIG to separate module * fix partial task config imports * fix yt_obs typing * delete schedule * remove outdated instructions * create initial schedules * fix reindex days config key * fix doc string * unregister BeatModels
31 lines
783 B
JSON
31 lines
783 B
JSON
{
|
|
"subscriptions": {
|
|
"channel_size": 50,
|
|
"live_channel_size": 50,
|
|
"shorts_channel_size": 50,
|
|
"auto_start": false
|
|
},
|
|
"downloads": {
|
|
"limit_speed": false,
|
|
"sleep_interval": 3,
|
|
"autodelete_days": false,
|
|
"format": false,
|
|
"format_sort": false,
|
|
"add_metadata": false,
|
|
"add_thumbnail": false,
|
|
"subtitle": false,
|
|
"subtitle_source": false,
|
|
"subtitle_index": false,
|
|
"comment_max": false,
|
|
"comment_sort": "top",
|
|
"cookie_import": false,
|
|
"throttledratelimit": false,
|
|
"extractor_lang": false,
|
|
"integrate_ryd": false,
|
|
"integrate_sponsorblock": false
|
|
},
|
|
"application": {
|
|
"enable_snapshot": true
|
|
}
|
|
}
|