https://bugs.kde.org/show_bug.cgi?id=458662
--- Comment #1 from Urs Fleisch <uflei...@users.sourceforge.net> --- Try this kid3-cli \ -c "select [12][90][0-9][0-9]_[0-9][0-9]_*" \ -c "totag '%{year}_%{track}_%{artist}_%{title}'" \ -c "import tagsel '%{year}/99' '[12][90]%{discnumber}(.*)'" \ -c "fromtag '%{discnumber.2}-%{track} %{title}'" I removed a + from the regexp because it would "eat" too much characters. Then I used discnumber instead of disk because this is the "unified" frame name and will also work for other formats than m4a. Finally using %{discnumber.2} will give the number without the total. -- You are receiving this mail because: You are watching all bug changes.