drop global XDG_CONFIG_DIR and use environment variables

+ handle string explicit flags
This commit is contained in:
cwilvx
2025-05-25 19:01:10 +03:00
parent 4a741d9ffc
commit f4bc525ae4
7 changed files with 152 additions and 28 deletions
+3 -1
View File
@@ -255,7 +255,9 @@ def get_tags(filepath: str, config: UserConfig):
)
metadata["trackhash"] = create_hash(
metadata.get("artists", ""), metadata.get("album", ""), metadata.get("title", "")
metadata.get("artists", ""),
metadata.get("album", ""),
metadata.get("title", ""),
)
extra: dict[str, Any] = {