[Windows] Progress bar with filebot:amc script?

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
JScript1
Posts: 2
Joined: 21 Jul 2017, 11:22

[Windows] Progress bar with filebot:amc script?

Post by JScript1 »

I am using the AMC script which triggers when utorrent finishes and copies files to my NAS drive.
Everything works fine, but there's no feedback when something is copying. I can see the actions in the command line window, so I can see what is copying but I have no idea on the progress/speed etc.

Is there any way of adding a progress bar / percentage to the script which shows in the command window?

Many thanks
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [Windows] Progress bar with filebot:amc script?

Post by rednoah »

FileBot uses a single system call, so the rest is done by the OS, so FileBot doesn't know about the progress until the call returns when it is finished.
:idea: Please read the FAQ and How to Request Help.
JScript1
Posts: 2
Joined: 21 Jul 2017, 11:22

Re: [Windows] Progress bar with filebot:amc script?

Post by JScript1 »

Ah no worries, thanks for the quick reply
Post Reply