[HELP] Automated Media Center
Posted: 03 Mar 2013, 04:54
Filebot is a great program!
I can't seem to get it to work as intended using utorrent.
I set directory as W:/Media and it doesn't do anything in utorrent. W is a local USb drive.
If i use commandline, it works:
Also, one workaround that works is if I do the exact same as above in utorrent:
But I really don't want to do it that way. What am i doing wrong? My paths?
I can't seem to get it to work as intended using utorrent.
I set directory as W:/Media and it doesn't do anything in utorrent. W is a local USb drive.
Code: Select all
filebot -script fn:amc --output "W:/Media" --action copy --conflict override -non-strict --def music=y subtitles=en artwork=y "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S"
Code: Select all
filebot -script fn:amc "C:/Media/Incoming" --output "W:/Media" --action copy --conflict override -non-strict --def music=y subtitles=en artwork=y "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S"
Code: Select all
filebot -script fn:amc "C:/Media/Incoming" --output "W:/Media" --action copy --conflict override -non-strict --def music=y subtitles=en artwork=y "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S"