diff --git a/StreamingCommunity/Api/Site/1337xx/__init__.py b/StreamingCommunity/Api/Site/1337xx/__init__.py index 983a41a..0a9bccb 100644 --- a/StreamingCommunity/Api/Site/1337xx/__init__.py +++ b/StreamingCommunity/Api/Site/1337xx/__init__.py @@ -62,7 +62,7 @@ def search(string_to_search: str = None, get_onlyDatabase: bool = False, direct_ return media_search_manager if len_database > 0: - select_title = get_select_title(table_show_manager, media_search_manager) + select_title = get_select_title(table_show_manager, media_search_manager, len_database) download_title(select_title) else: diff --git a/StreamingCommunity/Api/Site/altadefinizione/__init__.py b/StreamingCommunity/Api/Site/altadefinizione/__init__.py index 8e7452a..cdbc08d 100644 --- a/StreamingCommunity/Api/Site/altadefinizione/__init__.py +++ b/StreamingCommunity/Api/Site/altadefinizione/__init__.py @@ -110,7 +110,7 @@ def search(string_to_search: str = None, get_onlyDatabase: bool = False, direct_ bot = get_bot_instance() if len_database > 0: - select_title = get_select_title(table_show_manager, media_search_manager) + select_title = get_select_title(table_show_manager, media_search_manager, len_database) process_search_result(select_title, selections) else: diff --git a/StreamingCommunity/Api/Site/animeunity/__init__.py b/StreamingCommunity/Api/Site/animeunity/__init__.py index 1dfc7fa..990e9bc 100644 --- a/StreamingCommunity/Api/Site/animeunity/__init__.py +++ b/StreamingCommunity/Api/Site/animeunity/__init__.py @@ -109,7 +109,7 @@ def search(string_to_search: str = None, get_onlyDatabase: bool = False, direct_ bot = get_bot_instance() if len_database > 0: - select_title = get_select_title(table_show_manager, media_search_manager) + select_title = get_select_title(table_show_manager, media_search_manager,len_database) process_search_result(select_title, selections) else: diff --git a/StreamingCommunity/Api/Site/animeworld/__init__.py b/StreamingCommunity/Api/Site/animeworld/__init__.py index da58834..530bf0c 100644 --- a/StreamingCommunity/Api/Site/animeworld/__init__.py +++ b/StreamingCommunity/Api/Site/animeworld/__init__.py @@ -75,7 +75,7 @@ def search(string_to_search: str = None, get_onlyDatabase: bool = False, direct_ return media_search_manager if len_database > 0: - select_title = get_select_title(table_show_manager, media_search_manager) + select_title = get_select_title(table_show_manager, media_search_manager,len_database) process_search_result(select_title, selections) else: diff --git a/StreamingCommunity/Api/Site/cb01new/__init__.py b/StreamingCommunity/Api/Site/cb01new/__init__.py index c48ddc2..5f3f7f8 100644 --- a/StreamingCommunity/Api/Site/cb01new/__init__.py +++ b/StreamingCommunity/Api/Site/cb01new/__init__.py @@ -62,7 +62,7 @@ def search(string_to_search: str = None, get_onlyDatabase: bool = False, direct_ return media_search_manager if len_database > 0: - select_title = get_select_title(table_show_manager, media_search_manager) + select_title = get_select_title(table_show_manager, media_search_manager,len_database) process_search_result(select_title) else: diff --git a/StreamingCommunity/Api/Site/guardaserie/__init__.py b/StreamingCommunity/Api/Site/guardaserie/__init__.py index 6970ec1..8abf18b 100644 --- a/StreamingCommunity/Api/Site/guardaserie/__init__.py +++ b/StreamingCommunity/Api/Site/guardaserie/__init__.py @@ -75,7 +75,7 @@ def search(string_to_search: str = None, get_onlyDatabase: bool = False, direct_ return media_search_manager if len_database > 0: - select_title = get_select_title(table_show_manager, media_search_manager) + select_title = get_select_title(table_show_manager, media_search_manager,len_database) process_search_result(select_title, selections) else: diff --git a/StreamingCommunity/Api/Site/raiplay/__init__.py b/StreamingCommunity/Api/Site/raiplay/__init__.py index ace9a0d..d1b7e23 100644 --- a/StreamingCommunity/Api/Site/raiplay/__init__.py +++ b/StreamingCommunity/Api/Site/raiplay/__init__.py @@ -84,7 +84,7 @@ def search(string_to_search: str = None, get_onlyDatabase: bool = False, direct_ return media_search_manager if len_database > 0: - select_title = get_select_title(table_show_manager, media_search_manager) + select_title = get_select_title(table_show_manager, media_search_manager,len_database) process_search_result(select_title, selections) else: diff --git a/StreamingCommunity/Api/Site/streamingwatch/__init__.py b/StreamingCommunity/Api/Site/streamingwatch/__init__.py index fbf7cf4..e24250a 100644 --- a/StreamingCommunity/Api/Site/streamingwatch/__init__.py +++ b/StreamingCommunity/Api/Site/streamingwatch/__init__.py @@ -87,7 +87,7 @@ def search(string_to_search: str = None, get_onlyDatabase: bool = False, direct_ return media_search_manager if len_database > 0: - select_title = get_select_title(table_show_manager, media_search_manager) + select_title = get_select_title(table_show_manager, media_search_manager,len_database) process_search_result(select_title, selections, proxy) else: diff --git a/StreamingCommunity/TelegramHelp/config.json b/StreamingCommunity/TelegramHelp/config.json new file mode 100644 index 0000000..f446677 --- /dev/null +++ b/StreamingCommunity/TelegramHelp/config.json @@ -0,0 +1,69 @@ +{ + "DEFAULT": { + "debug": false, + "show_message": true, + "clean_console": true, + "show_trending": true, + "use_api": true, + "not_close": false, + "telegram_bot": true, + "download_site_data": true, + "validate_github_config": true + }, + "OUT_FOLDER": { + "root_path": "Video", + "movie_folder_name": "Movie", + "serie_folder_name": "Serie", + "anime_folder_name": "Anime", + "map_episode_name": "E%(episode)_%(episode_name)", + "add_siteName": false + }, + "QBIT_CONFIG": { + "host": "192.168.1.51", + "port": "6666", + "user": "admin", + "pass": "adminadmin" + }, + "REQUESTS": { + "verify": false, + "timeout": 20, + "max_retry": 8 + }, + "M3U8_DOWNLOAD": { + "tqdm_delay": 0.01, + "default_video_workser": 12, + "default_audio_workser": 12, + "segment_timeout": 8, + "download_audio": true, + "merge_audio": true, + "specific_list_audio": [ + "ita" + ], + "download_subtitle": true, + "merge_subs": true, + "specific_list_subtitles": [ + "ita", + "eng" + ], + "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": "Best", + "get_only_link": false + }, + "SITE_EXTRA": { + "ddlstreamitaly": { + "ips4_device_key": "", + "ips4_member_id": "", + "ips4_login_key": "" + } + } +} \ No newline at end of file