fix #18 (core): malformed names of output files #33

Merged
max merged 1 commits from fix/malformed-output-names into dev 2026-09-02 17:33:32 +04:00
Owner

Summary

  1. Split filename into name + extension parts before cleanup
  2. Clean only the name portion with cleanup_good_chars
  3. Strip leading/trailing replacement chars and hyphens
  4. Fall back to track number if name becomes empty
  5. Reattach the extension

Closes #18

## Summary 1. Split filename into name + extension parts before cleanup 2. Clean only the name portion with cleanup_good_chars 3. Strip leading/trailing replacement chars and hyphens 4. Fall back to track number if name becomes empty 5. Reattach the extension Closes #18
max added 1 commit 2026-09-02 17:33:07 +04:00
max merged commit 3a41bd2920 into dev 2026-09-02 17:33:32 +04:00
max deleted branch fix/malformed-output-names 2026-09-02 17:33:32 +04:00
Sign in to join this conversation.