Okay, I decided to drop deluge and use utorrent since I can pull the labels from utorrent. For some reason, I see the cmd prompt open for a split second and then close.
This is the current script I am using and I have tried a few variations. It doesn't list anything in amc.log.
Code: Select all
filebot -script fn:amc --output "D:/Media" --action duplicate --conflict skip -non-strict --log-file amc.log --def unsorted=y music=y artwork=y excludeList=amc.excludes ut_label=%L ut_state=%S ut_title=%N ut_kind=%K ut_file=%F ut_dir=%D plex=host:"" -clean
Code: Select all
filebot -script fn:amc --output "D:/Media" --action duplicate --conflict skip -non-strict --log-file amc.log --def unsorted=y music=y artwork=y excludeList=amc.excludes "ut_label=%L" "ut_state=%S" " ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" plex=host:"" -clean
Code: Select all
filebot -script fn:amc --output "D:/Media" --action copy --conflict skip -non-strict --log-file amc.log --def unsorted=y music=y artwork=y excludeList=amc.excludes ut_label=%L ut_state=%S ut_title=%N ut_kind=%K ut_file=%F ut_dir=%D plex=host:"" -clean
Code: Select all
filebot -script fn:amc --output "D:/Media" --action copy --conflict skip -non-strict --log-file amc.log --def unsorted=y music=y artwork=y excludeList=amc.excludes "ut_label=%L" "ut_state=%S" " ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" plex=host:"" -clean
Not exactly sure which action I should be using. In your utorrent command line you have copy, in deluge you have duplicate, not sure if theres a difference or which one should work.