Search found 10 matches

by SpencerC77
02 Apr 2014, 12:53
Forum: Help and Support
Topic: Filebot crashing on Debian
Replies: 1
Views: 1695

Filebot crashing on Debian

I installed Filebot on my Debian VPS and it crashes every time I try to open it. It looks like this is a problem with Java but I don't really know enough about Linux to diagnose and fix the problem. I've attached the error log from trying to run Filebot in the command line.
by SpencerC77
16 Oct 2013, 13:28
Forum: Scripting and Automation
Topic: AMC Delete Archives
Replies: 13
Views: 6868

Re: AMC Delete Archives

Ok, so I have figure out what is happening. The script IS deleting the .rar file but it is not deleting any of the other numbered archive files (.r00, .r01, .r02). This is why it won't touch any folders that have already processed...because the .rar file is missing. However, the folder is still ...
by SpencerC77
16 Oct 2013, 04:12
Forum: Scripting and Automation
Topic: AMC Delete Archives
Replies: 13
Views: 6868

Re: AMC Delete Archives

Here is my log: Read archive [sons.of.anarchy.s06e06.720p.hdtv.x264-2hd.rar] to [/Volumes/Spencer-HDD1/Downloads/Sons.of.Anarchy.S06E06.720p.HDTV.x264-2HD/sons.of.anarchy.s06e06.720p.hdtv.x264-2hd/Sons.of.Anarchy.S06E06.720p.HDTV.x264-2HD] Extracting files [/Volumes/Spencer-HDD1/Downloads/Sons.of ...
by SpencerC77
15 Oct 2013, 21:36
Forum: Scripting and Automation
Topic: AMC Delete Archives
Replies: 13
Views: 6868

Re: AMC Delete Archives

This doesn't seem to work. All of the normal AMC functions work but it is not deleting the leftover .rar files. Also, I did make a donation today. Thank you for all of your help and hard work with Filebot!
by SpencerC77
15 Oct 2013, 02:33
Forum: Scripting and Automation
Topic: AMC Delete Archives
Replies: 13
Views: 6868

Re: AMC Delete Archives

Yeah, I really don't understand how any of it works. I would gladly donate if you could help me out with it. Just me know what you think it would cost.
by SpencerC77
14 Oct 2013, 19:56
Forum: Scripting and Automation
Topic: AMC Delete Archives
Replies: 13
Views: 6868

Re: AMC Delete Archives

Well, I have figured out how to get the script working with what I think is the code to delete archives after extraction but now I am getting this error when it runs: MissingPropertyException: No such property: paths for class: Script3 groovy.lang.MissingPropertyException: No such property: paths ...
by SpencerC77
14 Oct 2013, 10:44
Forum: Scripting and Automation
Topic: AMC Delete Archives
Replies: 13
Views: 6868

Re: AMC Delete Archives

I've actually tried pasting the code that appears to delete the archives after extraction into the AMC code. I get an error that says there was an unknown character on line 353 column 1... I actually have no idea what I'm doing...
by SpencerC77
13 Oct 2013, 21:18
Forum: Scripting and Automation
Topic: AMC Delete Archives
Replies: 13
Views: 6868

AMC Delete Archives

I've been using the sorty.groovy script because it has the ability to delete .rar files after extraction. Would it be possible for me to add this functionality to the amc script? I would much prefer using the amc script if possible. Thanks for the help!
by SpencerC77
13 Oct 2013, 00:58
Forum: Scripting and Automation
Topic: Combine Watch Script And AMC?
Replies: 9
Views: 8019

Re: Combine Watch Script And AMC?

I am getting this error when trying to run this as a groovy script: MultipleCompilationErrorsException: startup failed: Script3.groovy: 1: unexpected char: '\' @ line 1, column 2. {\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf400 ^ 1 error org.codehaus.groovy.control ...
by SpencerC77
12 Oct 2013, 04:51
Forum: Scripting and Automation
Topic: Combine Watch Script And AMC?
Replies: 9
Views: 8019

Combine Watch Script And AMC?

I have a remote server set up to automatically push files through SSH to my local machine. Would it be possible to use the watch script to watch the download directory and then run amc on the directory when all downloads are finished? I am very new at this and I having some trouble with it so I ...