tubearchivist/tubearchivist/home/config.json

53 lines
1.4 KiB
JSON
Raw Normal View History

2021-09-05 17:10:14 +00:00
{
"archive": {
2021-10-29 07:42:12 +00:00
"sort_by": "published",
"sort_order": "desc",
2021-09-05 17:10:14 +00:00
"page_size": 12
},
"default_view": {
"home": "grid",
"channel": "list",
"downloads": "list",
2022-05-28 06:57:29 +00:00
"playlist": "grid",
"grid_items": 3
},
2021-09-05 17:10:14 +00:00
"subscriptions": {
"auto_search": false,
"auto_download": false,
"channel_size": 50
},
"downloads": {
"limit_count": false,
2021-09-05 17:10:14 +00:00
"limit_speed": false,
"sleep_interval": 3,
"autodelete_days": false,
"format": false,
"add_metadata": false,
2021-10-26 10:14:26 +00:00
"add_thumbnail": false,
2022-01-30 13:10:29 +00:00
"subtitle": false,
"subtitle_source": false,
2022-02-11 06:36:36 +00:00
"subtitle_index": false,
2022-04-29 11:38:43 +00:00
"cookie_import": false,
"throttledratelimit": false,
"integrate_ryd": false,
"integrate_sponsorblock": false
2021-09-05 17:10:14 +00:00
},
"application": {
"app_root": "/app",
2021-09-05 17:10:14 +00:00
"cache_dir": "/cache",
"videos": "/youtube",
"file_template": "%(id)s_%(title)s.mp4",
"colors": "dark",
"enable_cast": false
2021-12-02 08:54:29 +00:00
},
"scheduler": {
"update_subscribed": false,
"download_pending": 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
2021-09-05 17:10:14 +00:00
}
}