https://bugs.kde.org/show_bug.cgi?id=507221
Bug ID: 507221
Summary: %{tracknumber} extracts 2 digits
Classification: Applications
Product: kid3
Version First 3.9.x
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
Generating tags from the filename "1DasGespensterschloss.mp3" with format
"%{tracknumber}%{title}" leads to track number "1D" and title
"asGespensterschloss".
The format help tooltip says that "%{tracknumber}" extracts a single digit.
STEPS TO REPRODUCE
1. Have a file named "1DasGespensterschloss.mp3"
2. Set "Format <arrow down>" to "%{tracknumber}%{title}"
3. Click "to: tag 2"
OBSERVED RESULT
- Track number is "1D" although it should be "1"
- Title is "asGespensterschloss" although it should be "DasGespensterschloss"
EXPECTED RESULT
- Track number should be "1"
- Title should be "DasGespensterschloss"
SOFTWARE/OS VERSIONS
Linux/KDE Plasma: kid3-qt 3.9.6 on Debian testing (nearly Debian 13)
KDE Plasma Version: none
KDE Frameworks Version: none
Qt Version: 6.8.2
ADDITIONAL INFORMATION
Using "%T%{title}" does not work at all, although the tooltip help says that
"%T" is equivalent to "%{tracknumber}".
--
You are receiving this mail because:
You are watching all bug changes.