The need is to create a proper filename from %TITLE% tag to store the file up to a homepage server that only supports a filesystem charset limited to [0-9a-zA-Z_#~].
In order to do this I've created an action rule for replacing the round brackets "(", ")" by an alllowed char, tilde sign "~" or hash sign "#", but did not have any success.
Any idea around in the world how to do?
this should work using a normal Replace action. If you're using regular expressions, you have to mask the brackets using the backslash character like ( and )
Florian
ah, yes, I did so, but it didn't work ... until now.
My bad, there was a series of rules following and one rule has deleted the replacement done before. Therefore I thought it might not work at all. Sorry to bother you.
Best regards
Detlev
DD.20060604.0647
Yes, this works. Before I replaced blanlblank to blank, without these ' and only read abot regex masking for ( and [. Where can I find the Mp3Tag basic scriptiong rules, where I can read when I have to use ' and when it is possible without '?