Summary: | Audio CD ripping: rip fails (default ripped files pattern fails to parse) | ||
---|---|---|---|
Product: | [Applications] k3b | Reporter: | scaylathefox |
Component: | Audio Project | Assignee: | k3b developers <k3b> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | michalm, trueg |
Priority: | NOR | ||
Version: | 24.08.1 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/multimedia/k3b/-/commit/911905376fc90911343105bc54e902f1d43536e7 | Version Fixed In: | |
Sentry Crash Report: |
Description
scaylathefox
2024-10-13 11:27:31 UTC
Git commit d8d9fb7b79e73710e298dc1d97b3ff3c53997b84 by Volker Krause. Committed on 14/10/2024 at 15:07. Pushed by aacid into branch 'master'. Fix conditional ripped file pattern parsing Since 7b92455f2614 we match against substrings rather than at an offset, so capturedStart() is not the offset we matched at. M +1 -1 src/rip/k3bpatternparser.cpp https://invent.kde.org/multimedia/k3b/-/commit/d8d9fb7b79e73710e298dc1d97b3ff3c53997b84 Git commit 911905376fc90911343105bc54e902f1d43536e7 by Albert Astals Cid, on behalf of Volker Krause. Committed on 14/10/2024 at 20:56. Pushed by aacid into branch 'release/24.08'. Fix conditional ripped file pattern parsing Since 7b92455f2614 we match against substrings rather than at an offset, so capturedStart() is not the offset we matched at. (cherry picked from commit d8d9fb7b79e73710e298dc1d97b3ff3c53997b84) M +1 -1 src/rip/k3bpatternparser.cpp https://invent.kde.org/multimedia/k3b/-/commit/911905376fc90911343105bc54e902f1d43536e7 |