Summary: | Filename to Tag: prepend/append string not working (or misleading tooltip?) | ||
---|---|---|---|
Product: | [Applications] kid3 | Reporter: | Tarulia <mihawk.90+kdebugs> |
Component: | general | Assignee: | Urs Fleisch <ufleisch> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | normal | CC: | mihawk.90+kdebugs |
Priority: | NOR | ||
Version First Reported In: | 3.9.x | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Tarulia
2024-01-25 19:40:49 UTC
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. Thanks for the clarification. It's good to know that at least I wasn't doing anything wrong :) |