Removing leading TV Series name during processing

Any questions? Need some help?
Post Reply
mabbott
Posts: 2
Joined: 03 Nov 2020, 14:56

Removing leading TV Series name during processing

Post 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.
User avatar
rednoah
The Source
Posts: 22974
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Removing leading TV Series name during processing

Post 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.
:idea: Please read the FAQ and How to Request Help.
mabbott
Posts: 2
Joined: 03 Nov 2020, 14:56

Re: Removing leading TV Series name during processing

Post 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!
Post Reply