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!
Help with --def clean=y
Re: Help with --def clean=y
Log?
Nevermind... if you're setting --action copy why would you think it's moving them, it's copying them as specified by you.
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
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 

Re: Help with --def clean=y
Code: Select all
filebot -help
Re: Help with --def clean=y
Very well, thanks for the quick response and help!