Help with --def clean=y

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
idigg
Posts: 3
Joined: 02 Mar 2014, 15:21

Help with --def clean=y

Post 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!
User avatar
rednoah
The Source
Posts: 23027
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Help with --def clean=y

Post 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.
:idea: Please read the FAQ and How to Request Help.
idigg
Posts: 3
Joined: 02 Mar 2014, 15:21

Re: Help with --def clean=y

Post 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:
User avatar
rednoah
The Source
Posts: 23027
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Help with --def clean=y

Post by rednoah »

Code: Select all

filebot -help
--action move is default if not specified otherwise.
:idea: Please read the FAQ and How to Request Help.
idigg
Posts: 3
Joined: 02 Mar 2014, 15:21

Re: Help with --def clean=y

Post by idigg »

Very well, thanks for the quick response and help!
Post Reply