Search found 56 matches

by Amishman
27 Apr 2014, 04:44
Forum: Scripting and Automation
Topic: Watch Folder Script will not Run
Replies: 2
Views: 2630

Re: Watch Folder Script will not Run

Thanks, works great!
by Amishman
27 Apr 2014, 01:31
Forum: Scripting and Automation
Topic: Watch Folder Script will not Run
Replies: 2
Views: 2630

Watch Folder Script will not Run

When I try to run my watch folder script I receive this error. C:\Users\Amishman>filebot -script C:\Scripts\folder_watcher.groovy G:/Watched MissingMethodException: No signature of method: java.util.ArrayList.watch() is applicable for argument types: (Script1$_run_closure1) values: [Script1$_run_clo...
by Amishman
30 Mar 2014, 01:52
Forum: Scripting and Automation
Topic: Not Escaped Correctly
Replies: 11
Views: 5526

Re: Not Escaped Correctly

It now works correctly. def watchman = args.watch { changes -> _guarded { execute(...) } } It now cleans, renames, and watches the folder with no errors. Thank you very much! Could you elaborate a little more about how to set the message as the movie/show title? I don't quite understand.
by Amishman
29 Mar 2014, 18:43
Forum: Scripting and Automation
Topic: Not Escaped Correctly
Replies: 11
Views: 5526

Re: Not Escaped Correctly

When I do the: def watchman = args.watch _guarded { changes -> execute(...) } it no longer watches the folder. I have to manually run the script and it will then process the movie in that folder correctly. Out of curiosity, if this report is not for PushBullet what's it for? C:\Users\Amishman\AppDat...
by Amishman
28 Mar 2014, 18:51
Forum: Scripting and Automation
Topic: Not Escaped Correctly
Replies: 11
Views: 5526

Re: Not Escaped Correctly

Everything runs great when I run 1 movie, although it did not delete the mediainfo.data file. It did delete the others. When I put another movie into the watched folder this error happened and would not process another movie. Mar 28, 2014 2:46:00 PM net.sourceforge.filebot.cli.FolderWatchService$Fol...
by Amishman
28 Mar 2014, 18:40
Forum: Scripting and Automation
Topic: Not Escaped Correctly
Replies: 11
Views: 5526

Re: Not Escaped Correctly

I just wasn't sure what it was and didn't remember seeing it before. Is that sent to PushBullet?
by Amishman
28 Mar 2014, 12:27
Forum: Scripting and Automation
Topic: Not Escaped Correctly
Replies: 11
Views: 5526

Re: Not Escaped Correctly

I updated to r2105 and that seemed to help. Now it keeps watching the folder and will process more movies. before it would only do one then stop. For some reason it does not clean up all of the files. It renames the movie and .srt and moves it to the proper place. Any .jpg, .png, or .srt is deleted ...
by Amishman
28 Mar 2014, 02:11
Forum: Scripting and Automation
Topic: Not Escaped Correctly
Replies: 11
Views: 5526

Re: Not Escaped Correctly

I tried again using what the escape tool showed and it worked once but didn't clean up all the left over files and folder. I tested with another movie I had and bad things happened. It did move and rename the movie and a subtitle but left the previous folder and extra filles. C:\Scripts>filebot -scr...
by Amishman
27 Mar 2014, 19:44
Forum: Scripting and Automation
Topic: Not Escaped Correctly
Replies: 11
Views: 5526

Not Escaped Correctly

Everything was working great until I added Ithiel's 3D script portion. This script works great in uTorrent but not in CLI. I know it's not escaped right but I'm not sure where the issue lies. I tried the escape tool but I still couldn't get it to work properly. Thank you Ithiel for the script. I ran...
by Amishman
16 Feb 2014, 22:49
Forum: Scripting and Automation
Topic: Keeping 3D in file name
Replies: 3
Views: 3009

Re: Keeping 3D in file name

Thank you Ithiel. That worked perfectly.
by Amishman
16 Feb 2014, 02:17
Forum: Scripting and Automation
Topic: Keeping 3D in file name
Replies: 3
Views: 3009

Keeping 3D in file name

I found this script by Ithiel http://www.filebot.net/forums/viewtopic.php?f=8&t=1311#p7928 and I would like to incorporate it into my script but I'm having an issue. This is what I am running from the CLI. filebot -script fn:amc --output "C:/test_output" --action test -non-strict "...
by Amishman
12 Feb 2014, 19:00
Forum: Anything and Everything else
Topic: Interested in Learning Groovy
Replies: 1
Views: 5212

Interested in Learning Groovy

I would like to learn Groovy but I am having some trouble finding beginner information online. Everything that I can find assumes I already know Java but, unfortunately, I don't. I took a Visual Basics class and a Linux shell scripting class a couple of years ago but that's it. Do I have to learn Ja...
by Amishman
25 Jan 2014, 20:02
Forum: Scripting and Automation
Topic: Subtitle download Foreign Parts only
Replies: 2
Views: 3172

Subtitle download Foreign Parts only

The movies I watch are in English but sometimes the movies will have spots in them where languages other than English are spoken. I would like FileBot to download the subtitle but only for the foreign parts. I tried to do a search and was unable to find if this has been discussed before. I was wonde...
by Amishman
21 Jan 2014, 11:13
Forum: Scripting and Automation
Topic: Combine amc and watcher scripts
Replies: 18
Views: 10077

Re: Combine amc and watcher scripts

It's working now.

Code: Select all

{[vf]}
got it working.

It's possible I had multiple watching scripts running but I'm not sure.

Thanks for all your help.
by Amishman
20 Jan 2014, 20:57
Forum: Scripting and Automation
Topic: Combine amc and watcher scripts
Replies: 18
Views: 10077

Re: Combine amc and watcher scripts

This is what is in my amc.log. Jan 20, 2014 3:47:18 PM java.util.prefs.WindowsPreferences <init> WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5. Parameter: seriesFormat = TV/{n}/{'Season '+s.pad (1)}/{s00e0...
by Amishman
20 Jan 2014, 18:48
Forum: Scripting and Automation
Topic: Combine amc and watcher scripts
Replies: 18
Views: 10077

Re: Combine amc and watcher scripts

Thanks bonelifer but that doesn't work. It just gives the name and year of the movie - Caddyshack (1980) in the folder name but not resolution - Caddyshack (1980) [1080p]. For it to work in uTorrent I had to remove the \ before the $. The script above works perfect in uTorrent for my naming scheme. ...
by Amishman
20 Jan 2014, 14:57
Forum: Scripting and Automation
Topic: Combine amc and watcher scripts
Replies: 18
Views: 10077

Re: Combine amc and watcher scripts

I was doing some testing and almost everything is working perfectly. The only thing that I can tell so far that is not working properly is the movie rename part. It does not add the 720p or 1080p to the folder name. "movieFormat=New Movies/{n} ({y}) {\"[$vf]\"}/{n} ({y})" The cod...
by Amishman
20 Jan 2014, 10:11
Forum: Scripting and Automation
Topic: Combine amc and watcher scripts
Replies: 18
Views: 10077

Re: Combine amc and watcher scripts

I thought I was telling it what folder to watch in the script but now that you mention it. I was telling the amc script not the watcher script. It is working great now.

I just made donation to Thank you so much for all your help.
by Amishman
19 Jan 2014, 17:51
Forum: Scripting and Automation
Topic: Combine amc and watcher scripts
Replies: 18
Views: 10077

Re: Combine amc and watcher scripts

ok, I used notepad++ to make the groovy script. When I run the script, it now says "waiting for event". I take it to mean that it is watching the G:/Watched folder. I put a tv show into the folder and nothing happens that I can tell. The TV show has not been moved or renamed and it has bee...
by Amishman
19 Jan 2014, 14:26
Forum: Scripting and Automation
Topic: Combine amc and watcher scripts
Replies: 18
Views: 10077

Re: Combine amc and watcher scripts

I created .bat file to execute the script. This is the script in the .bat file filebot -script C:\Users\Amishman\Desktop\watcher_test.groovy I just updated to the latest revision FileBot.jar 2014-01-17. It had 161 downloads this week. I tried running it from the CLI. C:\Users\Amishman\Desktop>filebo...
by Amishman
19 Jan 2014, 03:51
Forum: Scripting and Automation
Topic: Combine amc and watcher scripts
Replies: 18
Views: 10077

Re: Combine amc and watcher scripts

This is the whole script. def watchman = args.watch { changes -> execute('''filebot -script fn:amc -non-strict --output "G:/" "G:/Watched" --log-file amc.log --action move --conflict override --def "seriesFormat=TV/{n}/{'Season '+s.pad (1)}/{s00e00} {t}/{n} {s00e00} {t}"...
by Amishman
18 Jan 2014, 20:26
Forum: Scripting and Automation
Topic: Combine amc and watcher scripts
Replies: 18
Views: 10077

Re: Combine amc and watcher scripts

I think I am getting closer. This is my new error. MissingMethodException: No signature of method: org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.?def() is applicable for argument types: (Script2$1) values: [Script2$1@1961e2a] Possible solutions: grep(), get(java.lang.String), grep(java.lang.Obje...
by Amishman
17 Jan 2014, 18:45
Forum: Scripting and Automation
Topic: Combine amc and watcher scripts
Replies: 18
Views: 10077

Re: Combine amc and watcher scripts

I just found this forum post: http://www.filebot.net/forums/viewtopic.php?f=4&t=1004 This is what I want to do but I am receiving an error when I try to run it. C:\Rm_Finished_Torrents>filebot -script C:\Users\Amishman\Desktop\watcher_test.g roovy Jan 17, 2014 5:28:45 PM java.util.prefs.WindowsP...
by Amishman
17 Jan 2014, 16:10
Forum: Scripting and Automation
Topic: Combine amc and watcher scripts
Replies: 18
Views: 10077

Combine amc and watcher scripts

I was wondering if there is an easy way to combine amc and the watcher script together? What I'm looking for is all the features and options of amc but the input is a folder it is watching. So, anything put into the watched folder is run through amc. My guess is that it should be easy to just swap o...
by Amishman
12 Jan 2014, 04:39
Forum: Scripting and Automation
Topic: How to input variables into .bat file
Replies: 3
Views: 4686

How to input variables into .bat file

I'm having trouble puting the variables from uTorrent into a .bat file that contains my Filebot script. This is the command I have in the "Run this Program" in uTorrent. "C:\Rm_Finished_Torrents\Rm.Finished.Torrents.exe" "C:\Rm_Finished_Torrents\Filebot_Rename.bat" &quo...