Genormaliseerde paden in keystore.

This commit is contained in:
2026-06-09 15:25:27 +02:00
parent ce5c4d6de5
commit 5263ebee71
7 changed files with 170 additions and 47 deletions
+3 -1
View File
@@ -138,7 +138,9 @@ use, the default inspector, fingerprint function and converter are used.}
Mirrors @racket[source-directory] to @racket[target-directory]. FLAC files are
converted to Opus at @racket[kbps] kbps; all other regular files are copied.
The state is stored in the source directory's @filepath{.music-info.db} using a
separate @tt{flac2opus} prefix.}
separate @tt{flac2opus} prefix. Keystore keys and stored target paths use
normalized paths relative to the configured source or target base directory;
absolute mount points are not stored and separators are always @tt{/}.}
@defproc[(summary->lines [summary list?]) (listof string?)]{
Formats the summary association list as display lines.}