https://bugs.kde.org/show_bug.cgi?id=463748
Urs Fleisch changed:
What|Removed |Added
Resolution|--- |FIXED
Status|REPORTED
https://bugs.kde.org/show_bug.cgi?id=463748
--- Comment #6 from Mike Jonkmans ---
I checked it. It works.
Thanks!
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=463748
--- Comment #5 from Urs Fleisch ---
Thanks for the information. I have now fixed the case for select in
kid3-git20230104.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=463748
--- Comment #4 from Mike Jonkmans ---
The snapshot works.
Nice fix!
I found another case though:
1. touch :a.mp4
2. kid3-cli -c 'select :a.mp4'
Looks like the same problem.
The workaround of manually putting './' in front also works here.
--
You a
https://bugs.kde.org/show_bug.cgi?id=463748
--- Comment #3 from Urs Fleisch ---
I have now implemented a fix to check for files starting with a colon and
automatically prepending "./", you can find a development snapshot git20230103
at https://sourceforge.net/projects/kid3/files/kid3/development/
https://bugs.kde.org/show_bug.cgi?id=463748
--- Comment #2 from Mike Jonkmans ---
(In reply to Urs Fleisch from comment #1)
> Thanks for the report.
Thanks for the swift response and the great software :)
> I analyzed the case using gdb and found out that the
> problem starts when QFileInfo is u
https://bugs.kde.org/show_bug.cgi?id=463748
--- Comment #1 from Urs Fleisch ---
Thanks for the report. I analyzed the case using gdb and found out that the
problem starts when QFileInfo is used:
kid3application.cpp:
839 for (const QString& path : pathList) {
840 if (!path.isEmpty()