Search found 7 matches

by spacedog
04 Jan 2015, 22:58
Forum: Scripting and Automation
Topic: Watcher help please
Replies: 11
Views: 5371

Re: Watcher help please

OK. I started over and everything is fine. I have been unable to find this "manual" you've been speaking of. Thanks for your help. Its a great piece of software!
by spacedog
04 Jan 2015, 21:14
Forum: Scripting and Automation
Topic: Watcher help please
Replies: 11
Views: 5371

Re: Watcher help please

It Just Ignores my drive and puts the renamed file in the source folder. See below: // filebot -script "fn:amc" --action copy --conflict override // log input parameters _def.each{ n, v -> log.finer('Parameter: ' + [n, n =~ /pushover|pushbullet|mail|myepisodes/ ? '*****' : v].join(' = ')) ...
by spacedog
04 Jan 2015, 19:55
Forum: Scripting and Automation
Topic: Watcher help please
Replies: 11
Views: 5371

Re: Watcher help please

OK I got it working, but it will ONLY move the formatted files to one directory. I need to set it up so that it sends movies to C:/movies and TV Shows to d:/tvshows. Two different drives. Can someone tell me where to put this argument in? I can't for the life of me find a place to put separate outpu...
by spacedog
04 Jan 2015, 19:05
Forum: Scripting and Automation
Topic: Watcher help please
Replies: 11
Views: 5371

Re: Watcher help please

Thanks, I'll keep trying :)
by spacedog
04 Jan 2015, 18:32
Forum: Scripting and Automation
Topic: Watcher help please
Replies: 11
Views: 5371

Re: Watcher help please

Or better still, is there a way to turn the utorrent command into a batch file for a local folder instead of utorrent?
by spacedog
04 Jan 2015, 18:30
Forum: Scripting and Automation
Topic: Watcher help please
Replies: 11
Views: 5371

Re: Watcher help please

Thanks Rednoah. I appreciate the help, but the amc script is kinda confusing for someone like me with limited scripting knowledge. Is there a tutorial out there or a document that shows which variables need to be changed to get it to work on my machine?
by spacedog
04 Jan 2015, 17:54
Forum: Scripting and Automation
Topic: Watcher help please
Replies: 11
Views: 5371

Watcher help please

Good afternoon! I just got my first seedbox. I've always used utorrent locally before that, and had it run the following code which worked PERFECTLY after downloads completed: filebot -script fn:amc --output "d:\output" --log-file amc.log --action copy --conflict override -non-strict --def...