Hello,
I've discovered this wonderful combo FileBot and the amc Script and I have a question regarding the copy.
After each torrent completed I run the bat script to copy my new files, but when I do multiple torrents it also copies some torrents that are not yet completed.
Is there a way to filter on Completed Torrents or just copy the files in my torrent (the completed one)?
Thanks in advance.
Only Completed torrents copy
Re: Only Completed torrents copy
1)
Please read • How to 'Request Help' • and update your post.
2)
You're supposed to call the amc script only on completely torrents, as per instructions.
All torrent clients can move completed files to a specific folder at the very least, even if you can't get it to call filebot on only completed files. If you're using utorrent or rtorrent this should not be an issue.

2)
You're supposed to call the amc script only on completely torrents, as per instructions.
All torrent clients can move completed files to a specific folder at the very least, even if you can't get it to call filebot on only completed files. If you're using utorrent or rtorrent this should not be an issue.
Re: Only Completed torrents copy
With µtorrent, is it possible to trigger the call run program after the torrent has been completed and moved to another folder?
I've tried this :
But my finished torrent was not yet copied into "E:\Completed", so it didn't copy the file, it would be very useful to me.
I've tried this :
Code: Select all
filebot -script fn:amc --input "E:\Completed" --output "\\WDTVLIVEHUB\WDTVLiveHub" --log-file amc.log --action copy --conflict skip -non-strict --def unsorted=y --def clean=y --def music=n --def excludeList=amc-input.txt --def xbmc="C:\Program Files (x86)\Kodi\Kodi.exe" artwork=n "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
Re: Only Completed torrents copy
Alright, utorrent will call filebot on newly downloaded files and they will be copied & organized into \\WDTVLIVEHUB\WDTVLiveHub. So what's not working?
Nothing happening? Make sure filebot working and called by utorrent.
FileBot working but nothing happening? Check the logs FileBot is creating.
You probably wanna read the FAQ and the AMC Troubleshooting section.
Nothing happening? Make sure filebot working and called by utorrent.
FileBot working but nothing happening? Check the logs FileBot is creating.
You probably wanna read the FAQ and the AMC Troubleshooting section.
Re: Only Completed torrents copy
No, the script is working fine, but when utorrent has finished to download the file. It executes the run program then copy file. And the script being too fast, there was not yet a video file in the completed folder, here's some screenshots :
Re: Only Completed torrents copy
That's why you're supposed to read the troubleshooting section and run it manually.
It's not working because you didn't follow the instructions. Remove --input "E:\Completed" because nowhere in the instructions does it tell you to add that. And if it's still not working copy the command verbatim and ONLY change --output and NOT anything else.
It's not working because you didn't follow the instructions. Remove --input "E:\Completed" because nowhere in the instructions does it tell you to add that. And if it's still not working copy the command verbatim and ONLY change --output and NOT anything else.
Re: Only Completed torrents copy
You were right, it's working. Than you very much.