Page 1 of 1

Help with --def clean=y

Posted: 02 Mar 2014, 15:30
by idigg
Hello, looking to see if anyone can help me with the clean option. Here is my setup:

utorrent
latest Filebot, 64bit
latest 64bit java
Windows 7 64bit

G:\Torrents
G:\Torrents\Incomplete

I have Music, Movies and TV Show directories on root of G

Here is my script:
filebot -script fn:amc --output "G:" --log-file amc.log --action copy --conflict override -non-strict --def music=y --def clean=y --def plex=localhost:32400 subtitles=en artwork=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"

I have --def clean=y defined, but the files never get deleted from G:\Torrents after the files are moved to the proper place. Any help? Thanks!

Re: Help with --def clean=y

Posted: 02 Mar 2014, 15:40
by rednoah
Log?

Nevermind... if you're setting --action copy why would you think it's moving them, it's copying them as specified by you.

Re: Help with --def clean=y

Posted: 03 Mar 2014, 14:00
by idigg
That makes sense. Is it best if I remove --action copy or do I set --action copy to --action move ? I don't see documentation on the --action command unless I'm blind :mrgreen:

Re: Help with --def clean=y

Posted: 03 Mar 2014, 14:07
by rednoah

Code: Select all

filebot -help
--action move is default if not specified otherwise.

Re: Help with --def clean=y

Posted: 03 Mar 2014, 14:17
by idigg
Very well, thanks for the quick response and help!