how can i make it ignore the line (-) when the title is something like this: shut-em-down-freestyle?
Paweł
Jul 18 2008, 12:47
Try Properties -> Automatically Fill Values, then in Source section select : Other..., and write
CODE
$replace(%filename%,-,' ')
next fill Pattern section using %title%
shakey_snake
Jul 18 2008, 12:48
Contrary to what Paweł says, you can't.
QUOTE
Note that the syntax used by Automatically Fill Values patterns is not based on title formatting and does not support any of title formatting specific features such as $functions() or square brackets for optional parts.