Clarify diagnostic language and explanations
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user