GIL wrote:Have you thought about adding a replace/replacement token which values come from opening a dialog window with an input box each time the preset is called?
Yes, but I am not sure when I would add such thing. It could be even more valuable within Find & Replace dialog box, especially for novices, because it is much easier to adjust e.g. some numerical value with spin box than modifying some complex and hard to understand regular expression. For example, with the Remove any six characters from the end of the Album preset, instead of ".{6}$" I could write something like ".{<Param>}$" and add one new spin box to adjust that value instead to modify the "6" value manually in the Find what box. Another example, with the Add " (Live)" to the end of the Title, instead of the "$1 (Live)" I could write "$1 (<Param>)" and add one new edit box where users could directly type the text which they want to add to the field. However, there are presets which have two or more parameters like Remove specified number of characters from the middle of the Title where we have "^(.{5}).{2}" with two numerical values. There are also some presets which have list of values like the Remove featuring artists from the end of the Title, with the expression "\s*([\(|\[].*)?(?:ft\.|feat\.|featuring|vs\.|versus|pres\.|presents)\s.+[\)|\]]?$", so I should add a new list box for such values together with buttons to add/remove items from it. Well, this could be all nice to see, but it would end with significant changes of dialog GUI which I try to avoid.
GIL wrote:When changing the path field so that the files move to another folder can the dialog asking to move the accompanying files be left for the end of the operation? I'm guessing it's the way MM handles it, so I think they'll really listen if you'll ask.
Unfortunately, I don't think they are listening my suggestions.