mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-06 11:35:29 +00:00
61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
|
"DEFAULT": {
|
|
"debug": false,
|
|
"log_file": "app.log",
|
|
"log_to_file": false,
|
|
"show_message": false,
|
|
"clean_console": false,
|
|
"root_path": "Video",
|
|
"movie_folder_name": "Movie",
|
|
"serie_folder_name": "TV",
|
|
"map_episode_name": "%(tv_name)_S%(season)E%(episode)_%(episode_name)"
|
|
},
|
|
"REQUESTS": {
|
|
"timeout": 20,
|
|
"max_retry": 8,
|
|
"verify_ssl": true,
|
|
"proxy_start_min": 0.1,
|
|
"proxy_start_max": 0.5,
|
|
"user-agent": ""
|
|
},
|
|
"M3U8_DOWNLOAD": {
|
|
"tqdm_delay": 0.01,
|
|
"tqdm_use_large_bar": true,
|
|
"download_video": true,
|
|
"download_audio": true,
|
|
"merge_audio": true,
|
|
"default_video_workser": 8,
|
|
"default_audio_workser": 8,
|
|
"specific_list_audio": [
|
|
"ita"
|
|
],
|
|
"download_sub": true,
|
|
"merge_subs": true,
|
|
"specific_list_subtitles": [
|
|
"eng",
|
|
"spa"
|
|
],
|
|
"cleanup_tmp_folder": true
|
|
},
|
|
"M3U8_CONVERSION": {
|
|
"use_codec": false,
|
|
"use_vcodec": true,
|
|
"use_acodec": true,
|
|
"use_bitrate": true,
|
|
"use_gpu": false,
|
|
"default_preset": "ultrafast"
|
|
},
|
|
"M3U8_PARSER": {
|
|
"force_resolution": -1,
|
|
"get_only_link": false
|
|
},
|
|
"SITE": {
|
|
"streamingcommunity": {
|
|
"domain": "family"
|
|
}
|
|
},
|
|
"EXTRA": {
|
|
"mongodb": "mongodb+srv://...",
|
|
"database": "StreamingCommunity"
|
|
}
|
|
} |