Summary: | option "use for playlist and folder names" in FileName Format string replacement breaks rename folder | ||
---|---|---|---|
Product: | [Applications] kid3 | Reporter: | Reuben <reuben.kagan> |
Component: | general | Assignee: | Urs Fleisch <ufleisch> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | 3.9.x | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/multimedia/kid3/commit/3e734fd970a5fd26b61d1dd29b87a5308d0e51c5 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | attachment-1925-0.html |
Description
Reuben
2022-01-01 20:55:15 UTC
Git commit 3e734fd970a5fd26b61d1dd29b87a5308d0e51c5 by Urs Fleisch. Committed on 02/01/2022 at 08:58. Pushed by ufleisch into branch 'master'. Fix folder renaming when filename format is used When the option "Filename Format/Use for playlist and folder names" is activated and the corresponding "String replacement" replaces the '/' character, it is no longer possible, to rename a folder to multiple path components (e.g. using the "%{artist}/%{"["year"] "}%{album}" format in "Tools/Rename Folder"). Now the format is applied separately for each path component and the '/' characters are preserved. M +14 -2 src/core/model/dirrenamer.cpp https://invent.kde.org/multimedia/kid3/commit/3e734fd970a5fd26b61d1dd29b87a5308d0e51c5 Thank you very much for reporting this bug. I have fixed it in version git20220102, which can be found in https://sourceforge.net/projects/kid3/files/kid3/development/. Could you please test if it works for you? Created attachment 145047 [details] attachment-1925-0.html Thanks a lot Urs, I'll check this as soon as possible Reuben On Sun, Jan 2, 2022 at 11:31 AM Urs Fleisch <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=447795 > > --- Comment #2 from Urs Fleisch <ufleisch@users.sourceforge.net> --- > Thank you very much for reporting this bug. I have fixed it in version > git20220102, which can be found in > https://sourceforge.net/projects/kid3/files/kid3/development/. Could you > please > test if it works for you? > > -- > You are receiving this mail because: > You reported the bug. fixed in git version |