Clarify diagnostic language and explanations

This commit is contained in:
Philip Guzman
2026-07-01 08:37:18 -07:00
parent ce37b45058
commit fb3d70e579
10 changed files with 86 additions and 12 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ def build_sample(output: Optional[Path] = None) -> Path:
]
for relative_path in manifest["tracks"]:
fields = database_record(
b"pfil", f"{SERATO_PATH_PREFIX}{relative_path}".encode("utf-16-be")
b"pfil", str(music_root / relative_path).encode("utf-16-be")
)
database_records.append(database_record(b"otrk", fields))
(serato_root / "database V2").write_bytes(b"".join(database_records))