Delete original files after Copy&Rename?

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
melvynadam
Posts: 22
Joined: 29 Jun 2016, 09:51

Delete original files after Copy&Rename?

Post by melvynadam »

I'd like my Filebot command to do more than rename my downloads and file them correctly. Specifically I want the original files to be deleted. Currently my command looks like this:

Code: Select all

filebot -script fn:amc --output "//ts421nas/Multimedia" --action copy -non-strict "c:/downloads/completed" --log-file amc.log --def "seriesFormat=/TV/{n}/Season {s}/{n} - {s00e00} - {t}" --def excludeList=amc.txt --def "movieFormat=/Movies/{n} ({y})/{n} ({y})"
I presume there are different "action" options but I can't find a description of them online.
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Delete original files after Copy&Rename?

Post by rednoah »

:idea: Please read the FAQ and How to Request Help.
melvynadam
Posts: 22
Joined: 29 Jun 2016, 09:51

Re: Delete original files after Copy&Rename?

Post by melvynadam »

Thanks very much.
Post Reply