I have been using filebot for years, currently using 4.7.9. I do not have access to the store to get the newest version, but 4.7.9 has worked for me perfectly in the past so i dont think thats the issue.
I am trying to run an automated media centre script that runs from utorrent when a torrent is completed. The script is supposed to copy then rename the media to a different PC on my network so i can continue seeding. I have used the script many times before but i upgraded my PC recently and re-installed windows 7. Thats when i started to get the issue. Screenshot is below. There are no error messages, and no logs created, so i dont know where to start troubleshooting. The command just repeats forever untill i close it. Currently, running the script via command prompt instead of utorrent, from a different PC on the network, and run as an administrator, it works as it should. However, running a similar script (just changed the file locations) on the host PC with utorrent on it, does not work. Even as an admin. Has anyone seen it before? I know what im saying is confusing a bit, but really im just hoping someone knows the cause of the symptom shown in the screenshot.
Scripts (.bat files):
Code: Select all
filebot -script fn:amc --output "C:\Media\Completed" --action copy -non-strict "\\TOWER-PC\Media" --log-file amc.log --def excludeList=amc.txt
Code: Select all
filebot -script fn:amc --output "P:\Media" --action copy -non-strict "K:\Moving" --log-file amc.log --def excludeList=amc.txt (K: is a host PC network location, instead of \\LAPTOP-PC\Media\Moving )

if image doesnt work, try this https://ibb.co/gW1E7U