Search found 5 matches
- 16 Oct 2013, 21:00
- Forum: Scripting and Automation
- Topic: Copy movie to folder based on label
- Replies: 17
- Views: 13571
Re: Copy movie to folder based on label
Perfect - thanks so much!
- 16 Oct 2013, 12:40
- Forum: Scripting and Automation
- Topic: Copy movie to folder based on label
- Replies: 17
- Views: 13571
Re: Copy movie to folder based on label
Thanks for the hint. I'm not familiar with Java or Groovy so not sure how to insert a variable into a string. I tried a few things like this below, based on what I could find on the web, but its not passing on the variable: mov: tryQuietly{ movieFormat } ?: '''$ut_label/{n} ({y})/{n} ({y}){" CD$pi ...
- 11 Oct 2013, 22:37
- Forum: Scripting and Automation
- Topic: Copy movie to folder based on label
- Replies: 17
- Views: 13571
Copy movie to folder based on label
Hi there, I was wondering if anyone could direct me how I might alter the amc script to make it copy movies to a specific folder based on the label from utorrent? Ie. if labelled "kids" it will copy it to the folder D:/Kids movies/
Thanks for your help.
Thanks for your help.
- 15 Apr 2013, 03:10
- Forum: Scripting and Automation
- Topic: Utorrent + amc script not running in 3.6
- Replies: 3
- Views: 4007
Re: Utorrent + amc script not running in 3.6
yeah it's strange, the filebot directory is present in the PATH and if I call "filebot" from the command prompt the program opens, so not sure why it doesn't work from uTorrent. It finally worked by specifying the absolute path - wasn't working initially bc I was using C:/Program Files/Filebot ...
- 14 Apr 2013, 12:16
- Forum: Scripting and Automation
- Topic: Utorrent + amc script not running in 3.6
- Replies: 3
- Views: 4007
Utorrent + amc script not running in 3.6
Just trying out filebot and it works great from the command line, but I seem to be having the same problem as others in that it won't run from uTorrent. I've tried adding cmd \c in front, using filebot.exe, downloading the latest FileBot.jar from the repo, specifying the full filebot path, but I ...