mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
drop global XDG_CONFIG_DIR and use environment variables
+ handle string explicit flags
This commit is contained in:
+3
-1
@@ -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] = {
|
||||
|
||||
Reference in New Issue
Block a user