This commit is contained in:
Jamie Hardt
2024-07-01 22:34:36 -07:00
parent afffe213e3
commit 17bbfccb7e
4 changed files with 27 additions and 28 deletions

View File

@@ -70,5 +70,5 @@ def write_metadata(path: str, data: FlacMetadata,
metadatum_f = metadatum_f + f"{key}={val}\n"
run([metaflac_path, "--import-tags-from=-", path],
run([metaflac_path, "--import-tags-from=-", path],
input=metadatum_f.encode('utf-8'), check=True)