[SOLVED] Automation script doesn't delete source folder

Any questions? Need some help?
Post Reply
appp
Posts: 4
Joined: 12 Sep 2013, 22:25

[SOLVED] Automation script doesn't delete source folder

Post 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?
Last edited by appp on 24 Sep 2013, 21:20, edited 1 time in total.
User avatar
rednoah
The Source
Posts: 23926
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Automation script doesn't delete source folder

Post by rednoah »

Can u guess what is wrong?

Code: Select all

sclean=y
:idea: Please read the FAQ and How to Request Help.
appp
Posts: 4
Joined: 12 Sep 2013, 22:25

Re: Automation script doesn't delete source folder

Post by appp »

Oh, thanks. Didn't notice my typo!
Solved...... :oops:
Post Reply