From 44b8cd61ee612a8454c0877a11e9438d44ee57ee Mon Sep 17 00:00:00 2001 From: GiuDev Date: Sat, 8 Feb 2025 09:41:24 +0100 Subject: [PATCH] =?UTF-8?q?sistemato=20il=20file=20telegram=5Fbot.py=20com?= =?UTF-8?q?e=20spiegato=20in=20chat,=20fatto=20un=20fix=20nel=20file=20ses?= =?UTF-8?q?sion.py=20per=20l'aggiornamento=20del=20file=20script.json=20e?= =?UTF-8?q?=20sto=20caricando=20i=20file=20config.json=20e=20requerements.?= =?UTF-8?q?txt=20perch=C3=A8=20vengono=20creati=20se=20non=20esistono=20qu?= =?UTF-8?q?ando=20si=20avvia=20il=20bot=20con=20python3=20telegram=5Fbot.p?= =?UTF-8?q?y?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- StreamingCommunity/TelegramHelp/config.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/StreamingCommunity/TelegramHelp/config.json b/StreamingCommunity/TelegramHelp/config.json index 03d7d64..0fc83e6 100644 --- a/StreamingCommunity/TelegramHelp/config.json +++ b/StreamingCommunity/TelegramHelp/config.json @@ -2,24 +2,24 @@ "DEFAULT": { "debug": false, "log_file": "app.log", - "log_to_file": false, - "show_message": false, + "log_to_file": true, + "show_message": true, "clean_console": true, - "root_path": "/home/giuseppepiccolo/Develop/docker/jellyfin/media/", + "root_path": "Video", "movie_folder_name": "Movie", "serie_folder_name": "Serie", "anime_folder_name": "Anime", - "map_episode_name": "%(tv_name)_S%(season)E%(episode)_%(episode_name)", + "map_episode_name": "E%(episode)_%(episode_name)", "config_qbit_tor": { - "host": "192.168.5.172", - "port": "8080", + "host": "192.168.1.99", + "port": "7060", "user": "admin", "pass": "adminadmin" }, "add_siteName": false, "disable_searchDomain": false, - "not_close": true, - "telegram_bot": true + "not_close": false, + "telegram_bot": false }, "REQUESTS": { "timeout": 20,