Page 1 of 1

[SOLVED] Automation script doesn't delete source folder

Posted: 24 Sep 2013, 19:57
by appp
Running in CLI with the following params from uTorrent:

Code: Select all

filebot -script fn:amc --output "F:/media" --action copy --conflict override -non-strict -no-xattr --def plex=xxx.xxx.xxx.xxx subtitles=en,nb,da,sv sclean=y "seriesFormat=Z:/{n}/{episode.special ? \"Special\" : \"Season \"+s.pad(2)}/{n} - {episode.special ? \"S00E\"+special.pad(2) : s00e00} - {t.replaceAll(/[`´‘’ʻ]/, \"'\").replaceAll(/[!?.]+$/).replacePart(', Part $1')}{\".$lang\"}" "movieFormat=X:/{n} ({y})/{n} ({y}){\" CD$pi\"}{\".$lang\"}" music=n artwork=y "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S"
Amc script doesn't delete the unpacked media from the source folder. What is wrong?

Re: Automation script doesn't delete source folder

Posted: 24 Sep 2013, 20:14
by rednoah
Can u guess what is wrong?

Code: Select all

sclean=y

Re: Automation script doesn't delete source folder

Posted: 24 Sep 2013, 21:20
by appp
Oh, thanks. Didn't notice my typo!
Solved...... :oops: