From fd6a3a7203a0763cb14f9859c5e5500ec9a0a412 Mon Sep 17 00:00:00 2001 From: GiuDev Date: Tue, 4 Feb 2025 12:56:40 +0100 Subject: [PATCH] eliminato i file inutili --- .gitignore | 4 +++- active_requests.json | 6 +++++- config.json | 16 ++++++++-------- scripts.json | 7 ++++--- 4 files changed, 20 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index fb8905f..4162092 100644 --- a/.gitignore +++ b/.gitignore @@ -47,4 +47,6 @@ venv.bak/ Video note.txt list_proxy.txt -cmd.txt \ No newline at end of file +cmd.txt +bot_config.json +script.json \ No newline at end of file diff --git a/active_requests.json b/active_requests.json index 94cdda6..83301f6 100644 --- a/active_requests.json +++ b/active_requests.json @@ -1 +1,5 @@ -{"type": "select_title", "response": null, "timestamp": 1738666373.7853794} \ No newline at end of file +{ + "type": "select_title", + "response": "0", + "timestamp": 1738667185.9680498 +} \ No newline at end of file diff --git a/config.json b/config.json index 227ff1e..e547b1f 100644 --- a/config.json +++ b/config.json @@ -2,17 +2,17 @@ "DEFAULT": { "debug": false, "log_file": "app.log", - "log_to_file": true, - "show_message": true, + "log_to_file": false, + "show_message": false, "clean_console": true, - "root_path": "Video", + "root_path": "/home/giuseppepiccolo/Develop/docker/jellyfin/media/", "movie_folder_name": "Movie", - "serie_folder_name": "TV", + "serie_folder_name": "Serie", "anime_folder_name": "Anime", - "map_episode_name": "E%(episode)_%(episode_name)", + "map_episode_name": "%(tv_name)_S%(season)E%(episode)_%(episode_name)", "config_qbit_tor": { - "host": "192.168.1.99", - "port": "7060", + "host": "192.168.5.172", + "port": "8080", "user": "admin", "pass": "adminadmin" }, @@ -35,7 +35,7 @@ "specific_list_audio": [ "ita" ], - "merge_subs": true, + "merge_subs": false, "specific_list_subtitles": [ "eng", "spa" diff --git a/scripts.json b/scripts.json index ccc8144..20bf689 100644 --- a/scripts.json +++ b/scripts.json @@ -1,8 +1,9 @@ [ { - "screen_id": "b8f8b92c", - "start_time": 1738666359.8380957, + "screen_id": "60c24241", + "start_time": 1738667170.5609076, "status": "running", - "user_id": 676749122 + "user_id": 676749122, + "titolo": "Captain America: Civil War" } ] \ No newline at end of file