https://bugs.kde.org/show_bug.cgi?id=480337

--- Comment #1 from Urs Fleisch <uflei...@users.sourceforge.net> ---
Thanks for the report. The feature to prepend/append a string is only available
when some text (e.g. the filename) is generated from the tags - it should not
appear in the "arrow down" tooltip, I will have to remove this. An example
usage might be that you want to have "[year]" in the filename, but only if a
year exists in the tag, i.e. in the case of an absent year, there should not be
a "[]" in the filename.
In the other direction, i.e. extracting some text to put it into tag frames, I
see not use for such a feature. If you want to do fancy things when extracting
from text, you can explicitly give a regular expression after the %{framename},
the example "/%{track}(\d+) %{title}(.*)" can be found in the handbook. If
capturing with regular expressions is not enough, you can have a look at the
"Import from Tags", but this will not allow either to prepend/append custom
text after extraction. For things which cannot be done with regular
expressions, it is probably best to write a custom QML script.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to