StreamingCommunity/config.json
2024-10-17 18:21:59 +02:00

107 lines
2.6 KiB
JSON

{
"DEFAULT": {
"debug": false,
"log_file": "app.log",
"log_to_file": true,
"show_message": true,
"clean_console": true,
"root_path": "Video",
"map_episode_name": "%(tv_name)_S%(season)E%(episode)_%(episode_name)",
"config_qbit_tor": {
"host": "192.168.1.58",
"port": "8080",
"user": "admin",
"pass": "adminadmin"
},
"not_close": false,
"show_trending": false
},
"REQUESTS": {
"timeout": 10,
"max_retry": 3,
"verify_ssl": true,
"user-agent": "",
"proxy_start_min": 0.1,
"proxy_start_max": 0.5
},
"BROWSER": {
"headless": false
},
"M3U8_DOWNLOAD": {
"tqdm_delay": 0.01,
"tqdm_use_large_bar": true,
"download_video": true,
"download_audio": true,
"merge_audio": true,
"specific_list_audio": [
"ita"
],
"download_sub": true,
"merge_subs": true,
"specific_list_subtitles": [
"eng",
"spa"
],
"cleanup_tmp_folder": true,
"create_report": false
},
"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
},
"SITE": {
"streamingcommunity": {
"video_workers": 4,
"audio_workers": 4,
"domain": "computer"
},
"altadefinizione": {
"video_workers": -1,
"audio_workers": -1,
"domain": "my"
},
"guardaserie": {
"video_workers": -1,
"audio_workers": -1,
"domain": "dev"
},
"mostraguarda": {
"video_workers": -1,
"audio_workers": -1,
"domain": "stream"
},
"ddlstreamitaly": {
"domain": "co",
"cookie": {
"ips4_device_key": "",
"ips4_member_id": "",
"ips4_login_key": ""
}
},
"animeunity": {
"domain": "to"
},
"watch_lonelil": {
"domain": "ru"
},
"uhdmovies": {
"domain": "mov"
},
"bitsearch": {
"domain": "to"
},
"1337xx": {
"domain": "to"
},
"cb01": {
"domain": "broker"
}
}
}