refactoring

This commit is contained in:
Nick
2025-10-27 20:13:23 +01:00
parent d60858ae67
commit 0ed2435536
6 changed files with 1227 additions and 543 deletions

13
config.py Normal file
View File

@@ -0,0 +1,13 @@
# Configurazione mixer
DEFAULT_HOST = "192.168.1.62"
DEFAULT_PORT = 49280
TF5_INPUT_CHANNELS = 40
TF5_MIX_BUSSES = 20
from pathlib import Path
# Configurazione cache
CACHE_DIR = Path(".tf5_mixer_cache")
CACHE_FILE = CACHE_DIR / "channels_cache.json"
CACHE_DURATION = 3600 # 60 minuti in secondi