mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-06 11:35:29 +00:00

* add dockerfile and change base domain to current one * add ffmpeg to dockerfile and edit README * add instructions to save media locally * fix typo * add dependencies to dockerfile * fix dependencies * add ability to switch between anime and film on run without changing config * add dependencies to dockerfile * add argparse * fix readme * fix args description
57 lines
1.5 KiB
JSON
57 lines
1.5 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": "africa",
|
|
"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": ""
|
|
}
|
|
}
|
|
}
|
|
} |