headcase59 wrote:
Hi -- I want to do the following:
1. Download a torrent
2. Copy the downloaded files to another folder
3. Perform an action on the new folder
Is this possible with uFileMan?
It depends on what you mean. Do you want to simply set the algorithm for multiple files, or are you trying to do this for a specific torrent. If the former, no. If the latter, yes.
The problem is that you can't have a set of actions set up so that multiple actions are accomplished on each distinct torrent & its files. For example, you can stop all the torrents containing the word "linux" in it, but you can't apply actions on the downloaded files as seperate files.
What you can do however, is if, for example, you're downloading ubuntu (let's say it contains multiple files), and you want to move the files after it is done downloading, then you can create an action set just for that torrent. It would be something like (assuming the downloads folder is C:\Downloads):
- Wait for torrent "Ubuntu" to finish downloading
- Copy file(s) "C:\Downloads\ubuntu\*.*" to "C:\Other Folder\ubuntu"
And then you can add whatever action you want on the new folder.
The difference here is that you know what the folders will be named. That is why it can't be done in a more generic way so as to apply the actions to multiple torrents.
Hope this helps!