Search found 3 matches
- 12 Apr 2012, 00:23
- Forum: Scripting and Automation
- Topic: Is this work flow possible?
- Replies: 17
- Views: 14491
Re: Is this work flow possible?
For reseeding, I don't ever want to touch stuff in Finished Downloads, so I copy *everything* that finishes to staging, and then deal with it from their.
- 11 Apr 2012, 23:56
- Forum: Scripting and Automation
- Topic: Is this work flow possible?
- Replies: 17
- Views: 14491
Re: Is this work flow possible?
Not had any luck, as I don't really understand how to turn String objects into File objects, here's my code atm but it fails on dir.copyTo(staging) because dir is a String. /* (( To be run when torrent finishes)) Check if torrent was archive - if so unpack to Z:/Staging -if not copy folder to Z ...
- 15 Mar 2012, 03:02
- Forum: Scripting and Automation
- Topic: Is this work flow possible?
- Replies: 17
- Views: 14491
Is this work flow possible?
Hi guys, I've just stumbled accross filebot and before I get into the nitty gritty with Groovy scripts I wanted to make sure this is possible: (( To be run when torrent finishes, client can notify of that )) Check if torrent was archive - if so unpack to Z:/Staging -if not copy folder to Z:/Staging ...