Filebot is simply the best software for renaming, moving and sorting media files i have ever had the pleasure to use. Just beats them all

Now to the case!
I'm using the amc.groovy script along with uTorrent.
It works absolutely fine most of the time but for me it's not fully automated yet.
Is there a way of modyfing the script to delete the ut_dir folder after it has processed the media files? Because when extracting archives amc just leaves the archives in the uTorrent "completed" folder. I don't want to clean the whole completed folder in case there are any other files that i don't want deleted.
I could maybe use the "-- def exts" to point the cleaner to the archives but in some other cases there are empty folders that are not deleted.
I'm a total beginner when it comes to programming but if you point me in the right direction i might be able to figure it out. I've tried everything I can think of and i really need your help.
This is the command i run from uTorrent ->
Code: Select all
"C:\Program Files\Filebot\FileBot.exe" -script fn:amc --output "X:/path/to/media" --log-file "C:\Program Files\Filebot\amc.log" --action move --conflict override -non-strict --def "seriesFormat=D:/Media 2/TV Shows/{n.upperInitial().space(\" \")}/{\"Season $s\"}/{fn}" --def "movieFormat=D:/Media 2/Movies/{n} {y}/{fn}" --def music=n --def subtitles=n --def artwork=n --def backdrops=n --def clean "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S"
