Page 1 of 1

Delete original files after Copy&Rename?

Posted: 29 Jun 2016, 14:06
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.

Re: Delete original files after Copy&Rename?

Posted: 29 Jun 2016, 14:19
by rednoah

Re: Delete original files after Copy&Rename?

Posted: 29 Jun 2016, 19:01
by melvynadam
Thanks very much.