Bug 462402 - Unexpected results from formatting tag2 from file name.
Summary: Unexpected results from formatting tag2 from file name.
Status: RESOLVED NOT A BUG
Alias: None
Product: kid3
Classification: Applications
Component: general (show other bugs)
Version: 3.9.x
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Urs Fleisch
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-29 17:35 UTC by David Hart
Modified: 2022-11-29 18:08 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Hart 2022-11-29 17:35:28 UTC
STEPS TO REPRODUCE
Filename: "01-Sergei Prokofiev ~ Sonata for Flute and Piano - I. Moderato.flac" (note the tilde, surrounded by spaces, between artist and title"
Format: %{track}-%{artist} ~  %{title}


OBSERVED RESULT
Title: I. Moderato
Artist: Sergei Prokofiev ~ Sonata for Flute and Piano

EXPECTED RESULT
Title: Sonata for Flute and Piano - I. Moderato
Artist: Sergei Prokofiev

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
KDE Plasma Version: 5.26.3
KDE Frameworks Version: 5.100.0
Qt Version: 5.15.7

ADDITIONAL INFORMATION
Comment 1 Urs Fleisch 2022-11-29 18:08:18 UTC
Your format has two spaces after the tilde, if you delete one, it will work.