Afegir cartells a les jams (i esquelet per a slow jams i notes)

This commit is contained in:
marc
2025-11-01 12:46:43 +01:00
parent fbfedf4dac
commit 23337f8ab3
28 changed files with 1646 additions and 208 deletions

View File

@@ -12,6 +12,7 @@ logger.info(f"Using DB_DIR: {DB_DIR}")
DB_FILES_DIR = DB_DIR / "fitxer"
DB_FILES_TEMA_DIR = DB_FILES_DIR / "tema"
DB_FILES_SESSION_DIR = DB_FILES_DIR / "sessio"
DB_FILES_SET_DIR = DB_FILES_DIR / "set"
DB_FILES_TMP_DIR = DB_FILES_DIR / "tmp"