Delete after extraction
Posted: 22 Mar 2014, 21:52
Here is the uTorrent script I use:
filebot -script fn:amc --output "Z:/" --log-file amc.log --action copy --conflict override -non-strict --def music=n artwork=n "seriesFormat=/TV Shows/{n}/Season {s}/{n} - {s00e00} - {t}" "movieFormat=/Movies/{n} ({y})" "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
After download a torrent that was archived (rar), it does as it is supposed to and extracts and copies the file. In the situation when something is extracted, is there a way to delete that afterwards?
filebot -script fn:amc --output "Z:/" --log-file amc.log --action copy --conflict override -non-strict --def music=n artwork=n "seriesFormat=/TV Shows/{n}/Season {s}/{n} - {s00e00} - {t}" "movieFormat=/Movies/{n} ({y})" "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
After download a torrent that was archived (rar), it does as it is supposed to and extracts and copies the file. In the situation when something is extracted, is there a way to delete that afterwards?