Only Completed torrents copy

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Waldner11
Posts: 13
Joined: 18 Apr 2015, 00:23

Only Completed torrents copy

Post by Waldner11 »

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.
User avatar
rednoah
The Source
Posts: 23930
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Only Completed torrents copy

Post by rednoah »

1)
:arrow: 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.
:idea: Please read the FAQ and How to Request Help.
Waldner11
Posts: 13
Joined: 18 Apr 2015, 00:23

Re: Only Completed torrents copy

Post by Waldner11 »

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 :

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"
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.
User avatar
rednoah
The Source
Posts: 23930
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Only Completed torrents copy

Post by rednoah »

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.
:idea: Please read the FAQ and How to Request Help.
Waldner11
Posts: 13
Joined: 18 Apr 2015, 00:23

Re: Only Completed torrents copy

Post by Waldner11 »

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 :
Preferences.JPG
Preferences2.JPG
User avatar
rednoah
The Source
Posts: 23930
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Only Completed torrents copy

Post by rednoah »

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.
:idea: Please read the FAQ and How to Request Help.
Waldner11
Posts: 13
Joined: 18 Apr 2015, 00:23

Re: Only Completed torrents copy

Post by Waldner11 »

You were right, it's working. Than you very much.
Post Reply