AMC - no files selected for processing
Posted: 07 Jan 2018, 11:20
hi guys,
attempting to run a CLI script on my linux based downloader/sorting box.
I wanted to take my movies/ TV etc from my /videos folder and move it and resort it to a 'new videos' folder.
The following, even though theres hundreds of files to process gives me a :
'no files for sorting'.
The second goal after this, will be to get deluge to process files after they are downloaded. But wanted to get the above working first.
Any help is greatly appreciated.
attempting to run a CLI script on my linux based downloader/sorting box.
Code: Select all
sudo filebot -script fn:amc --output "/media/Verbatmin/Media/New Videos" --action move -non-strict "/media/Verbatmin/Media/Videos" --log-file amc.log --def excludeList=amc.txt --mode interactive --def unsorted=y
The following, even though theres hundreds of files to process gives me a :
'no files for sorting'.
The second goal after this, will be to get deluge to process files after they are downloaded. But wanted to get the above working first.
Any help is greatly appreciated.