Media Automation Not Starting in qBitTorrent
Posted: 13 Apr 2016, 02:14
Having trouble getting qBitTorrent to "run program" after torrent finishes. I am in Linux Ubuntu and the script never runs. Here is what I have in the run program section:
filebot -script fn:amc --output "/media/ext_NTFS_USB_Drive/Linux Processing/Complete" --action duplicate --conflict skip -non-strict --log-file amc.log --def excludeList=amc.excludes unsorted=y music=y artwork=y "ut_dir=%F" "ut_kind=multi" "ut_title=%N" "ut_label=%L"
When I run that code in the terminal I get this in the amc.log:
Run script [fn:amc] at [Tue Apr 12 22:02:18 EDT 2016]
Parameter: excludeList = amc.excludes
Parameter: unsorted = y
Parameter: music = y
Parameter: artwork = y
Parameter: ut_dir = %F
Parameter: ut_kind = multi
Parameter: ut_title = %N
Parameter: ut_label = %L
Using excludes: /media/ext_NTFS_USB_Drive/Linux Processing/Complete/amc.excludes (0)
No files selected for processing
Failure (°_°)
The only time I can get anything to work is by typing the following into the terminal (which is the windows command line tester):
filebot -script fn:amc --output "/media/ext_NTFS_USB_Drive" --action copy -non-strict "/media/ext_NTFS_USB_Drive/Linux Processing/Complete" --log-file amc.log --def excludeList=amc.txt
I'm lost here so any help would be appreciated.
Thanks
filebot -script fn:amc --output "/media/ext_NTFS_USB_Drive/Linux Processing/Complete" --action duplicate --conflict skip -non-strict --log-file amc.log --def excludeList=amc.excludes unsorted=y music=y artwork=y "ut_dir=%F" "ut_kind=multi" "ut_title=%N" "ut_label=%L"
When I run that code in the terminal I get this in the amc.log:
Run script [fn:amc] at [Tue Apr 12 22:02:18 EDT 2016]
Parameter: excludeList = amc.excludes
Parameter: unsorted = y
Parameter: music = y
Parameter: artwork = y
Parameter: ut_dir = %F
Parameter: ut_kind = multi
Parameter: ut_title = %N
Parameter: ut_label = %L
Using excludes: /media/ext_NTFS_USB_Drive/Linux Processing/Complete/amc.excludes (0)
No files selected for processing
Failure (°_°)
The only time I can get anything to work is by typing the following into the terminal (which is the windows command line tester):
filebot -script fn:amc --output "/media/ext_NTFS_USB_Drive" --action copy -non-strict "/media/ext_NTFS_USB_Drive/Linux Processing/Complete" --log-file amc.log --def excludeList=amc.txt
I'm lost here so any help would be appreciated.
Thanks