mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-05 03:40:13 +00:00
45518dc3d2
* Added Start and Stop cast buttons. * Modified from the internet. * Code to initialize casting * Added `video-item` id to video * Renamed function to make more sense * Renamed cast functions to make more sense * Renamed cast functions to make more sense * Changed console logging message. * Make cast buttons appear if enabled in settings. * Make cast scripts only load if enabled in settings * add cast configuration form, #140 * fix spelling Co-authored-by: simon <simobilleter@gmail.com>
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"archive": {
|
|
"sort_by": "published",
|
|
"sort_order": "desc",
|
|
"page_size": 12
|
|
},
|
|
"default_view": {
|
|
"home": "grid",
|
|
"channel": "list",
|
|
"downloads": "list",
|
|
"playlist": "grid"
|
|
},
|
|
"subscriptions": {
|
|
"auto_search": false,
|
|
"auto_download": false,
|
|
"channel_size": 50
|
|
},
|
|
"downloads": {
|
|
"limit_count": false,
|
|
"limit_speed": false,
|
|
"sleep_interval": 3,
|
|
"autodelete_days": false,
|
|
"format": false,
|
|
"add_metadata": false,
|
|
"add_thumbnail": false,
|
|
"throttledratelimit": false,
|
|
"integrate_ryd": false
|
|
},
|
|
"application": {
|
|
"app_root": "/app",
|
|
"cache_dir": "/cache",
|
|
"videos": "/youtube",
|
|
"file_template": "%(id)s_%(title)s.mp4",
|
|
"colors": "dark",
|
|
"enable_cast": false
|
|
},
|
|
"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
|
|
}
|
|
}
|