there is {ext} for the file extension and {name} for the whole filename. I didn't find one for the basename. Does it really not exist or did i just not find it?
in example "test.txt" it should have the value "test"
You'd normally use a regular expression or wildcard to capture the name and/or extension parts.
What's the rename you're trying to do?
You can try this: {file|noext}
i just wanted to make a simple default entry for the replace field, so that i don't have to start from 0 with regular expressions for every rename task.
it would look like this: ../{parent1}/[#]_{basename}.{ext}
In most situation i would just have to remove some parts. I could use \1 instead but i was wondering why {basename} is missing while there are so many other tags available. I think it would make it help people who are not that good at regular expressions a lot.
{file|noext} doesn't work for me. is there something i have to do to get it working?
Excuse me, the {file|noext} is not working in the rename window. I didn't think before writing.