StreamingCommunity/config.json
2024-04-28 15:19:47 +02:00

57 lines
1.6 KiB
JSON

{
"DEFAULT": {
"debug": false,
"log_file": "debug.txt",
"log_to_file": true,
"get_info": false,
"show_message": true,
"clean_console": true,
"get_moment_title": false,
"root_path": "Video",
"movies_folder_name": "Movies",
"series_folder_name": "Series",
"anime_folder_name": "Anime",
"not_close": false,
"swith_anime": false
},
"SITE": {
"streaming_site_name": "streamingcommunity",
"streaming_domain": "marketing",
"anime_site_name": "animeunity",
"anime_domain": "to"
},
"M3U8": {
"tdqm_workers": 20,
"tqdm_progress_timeout": 10,
"minimum_ts_files_in_folder": 15,
"download_percentage": 1,
"requests_timeout": 5,
"use_openssl": false,
"use_codecs": false,
"enable_time_quit": false,
"tqdm_show_progress": false,
"cleanup_tmp_folder": true
},
"M3U8_OPTIONS": {
"download_audio": true,
"download_subtitles": true,
"merge_subtitles": true,
"specific_list_audio": [
"ita"
],
"specific_list_subtitles": [
"eng"
],
"map_episode_name": "%(tv_name)_S%(season)E%(episode)_%(episode_name)",
"request": {
"index": {
"authority": "vixcloud.co",
"user-agent": ""
},
"segments": {
"Origin": "https://vixcloud.co",
"user-agent": ""
}
}
}
}