Page 1 of 1

Removing leading TV Series name during processing

Posted: 03 Nov 2020, 15:11
by mabbott
Greetings!

I'm wanting to have filebot remove the leading data for the TV series it's about to process through the AMC script. Example:

Finished defacto standard result from AMC script: Star Trek - The Next Generation - S01E01 - Encounter At Farpoint.mkv
What I'd like to actually see (and not have to do myself with renamemaster): S01E01 - Encounter At Farpoint.mkv

If possible, I'm assuming that after the AMC script has finished, we'd need to issue additional command-line arguments afterwards to make this happen.. problem is, I'm unsure what, if available, said argument(s) would be.

Re: Removing leading TV Series name during processing

Posted: 03 Nov 2020, 15:30
by rednoah
I guess you mean to pass in your own custom format?
https://www.filebot.net/naming.html

Code: Select all

{n}/{s00e00} - {t}
:arrow: See amc script manual for details on how to pass in custom formats.

Re: Removing leading TV Series name during processing

Posted: 04 Nov 2020, 17:02
by mabbott
That's what I was looking for! I appreciate you taking the time to give a n00b some pointers. I'm still a work in progress learning the ropes on this gem program.

Most humbly, thank-you!