Page 1 of 1

Trim A filename [solved]

PostPosted: Sat Sep 24, 2011 11:44 am
by HackerJL
I have a filename like this:
Showname - S01E02-1.ext

I have it pattern matched, but want the 'do the following' remove the -1 from the end.

Can I do that with the rename file side of things? if so, how do I subtract from the end of the filename (excluding the .ext), or do I need to accomplish this via a shell script?

Re: Trim A filename

PostPosted: Sun Sep 25, 2011 2:50 pm
by HackerJL
Custom Tokens. Wow, crazy useful.