Files Moved To Wrong Location When Run From SABnzdb

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
user9283
Posts: 1
Joined: 27 Feb 2014, 20:37

Files Moved To Wrong Location When Run From SABnzdb

Post by user9283 »

Hi, I am currently downloading my files to a folder named Completed Downloaded and from there I run this script:
"C:/Program Files/FileBot/filebot" -script fn:amc --output "G:" --action "copy" -non-strict "G:/Completed Downloads" --def excludeList=amc.txt
This script is run automatically when SABnzdb finishes downloading. Although when it runs the files it moves to wrong location as you can see here:
C:\Program Files (x86)\SABnzbd>"C:/Program Files/FileBot/filebot" -script fn:amc --output "G:" --action "copy" -non-strict "G:/Completed Downloads" --def excludeList=amc.txt
Parameter: excludeList = amc.txt
Argument: G:\Completed Downloads
Input: G:\Completed Downloads\XXXXXX.avi
Group: [tvs:XXXXXXX] => [XXXXX.avi]
Rename episodes using [TheTVDB]
Auto-detected query: [XXXXX]
Fetching episode data for [XXXXX]
[COPY] Rename [G:\Completed Downloads\XXXXXX.avi] to [G:\Uncompleted Downloads\XXXX\__ADMIN__\TV Shows\XXXX\Season 12\XXXXX - S12E08 - XXXXX.avi]
Processed 1 files
Done ?(?????)?
If I run the .bat file independently of SABnzdb then it works fine.
Does anybody have any ideas?
Post Reply