Page 1 of 1

token from name (name contain match) not from content

PostPosted: Tue Apr 04, 2017 10:36 pm
by tapgrrl
I need to rename files whose filename includes dates in the format dd.mm.yy to the more sensible yy.mm.dd. I see how to tokenize content from files "content contain match" but I don't see a "contain match" option for handling "name." Is this possible? (Dates are NOT located inside files; files are videos.)

Re: token from name (name contain match) not from content

PostPosted: Wed Apr 05, 2017 11:02 am
by Mr_Noodle
Try "matches". Note that it operates a bit differently (hence the name being different) in that the pattern must describe all characters in the name. Contrast this with "contains match" where the pattern has to match some subset of characters.

Re: token from name (name contain match) not from content

PostPosted: Wed Apr 05, 2017 1:54 pm
by tapgrrl
Mr_Noodle wrote:Try "matches". Note that it operates a bit differently (hence the name being different) in that the pattern must describe all characters in the name. Contrast this with "contains match" where the pattern has to match some subset of characters.

Unfortunately, that wouldn't solve my problem. I have several hundred files each with a different file name (of course!) and switching yy and dd for all of them would need to "contains match" feature. Any chance of that being included in a new release?

Re: token from name (name contain match) not from content

PostPosted: Thu Apr 06, 2017 11:10 am
by Mr_Noodle
It should work. Can you post what you have so far?

Re: token from name (name contain match) not from content

PostPosted: Thu Apr 06, 2017 9:40 pm
by tapgrrl
Mr_Noodle wrote:It should work. Can you post what you have so far?

Fantastic! It Worked! Previously I hadn't seen the custom text option under "matches". That's all I needed!