Search found 16 matches

by Akki
04 Sep 2014, 03:30
Forum: Scripting and Automation
Topic: Script Error After Updating to 4.2 (from 4.0)
Replies: 3
Views: 2584

Re: Script Error After Updating to 4.2 (from 4.0)

OK, looks like I've gotten things working after some trial and error. Thanks.
by Akki
03 Sep 2014, 21:04
Forum: Scripting and Automation
Topic: Script Error After Updating to 4.2 (from 4.0)
Replies: 3
Views: 2584

Re: Script Error After Updating to 4.2 (from 4.0)

I actually realized that I hadn't updated htpc.groovy. But now I'm getting MissingMethodException: No signature of method: java.io.File.eachMediaFolder() is applicable for argument types: (Script1$_run_closure3) values: [Script1$_run_closure3@6f4a47c7] groovy.lang.MissingMethodException: No signatur...
by Akki
03 Sep 2014, 05:27
Forum: Scripting and Automation
Topic: Script Error After Updating to 4.2 (from 4.0)
Replies: 3
Views: 2584

Script Error After Updating to 4.2 (from 4.0)

I realize I'm a little late to the party. For some reason I haven't checked for updates in a while, and after updating my scripts are no longer working. The error I get is: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: Script2.groovy: 2: unable to resolve class net....
by Akki
23 Jan 2014, 06:12
Forum: Help and Support
Topic: Date-Based Episode Matching Hit and Miss
Replies: 4
Views: 3733

Re: Date-Based Episode Matching Hit and Miss

rednoah wrote:Try r2017
Perfect, thanks.
by Akki
23 Jan 2014, 04:35
Forum: Help and Support
Topic: Date-Based Episode Matching Hit and Miss
Replies: 4
Views: 3733

Re: Date-Based Episode Matching Hit and Miss

The data you need is simply not in the database, thus filebot can't know which episode was aired on which date. You can try this to see what data filebot has available for matching: filebot -list --q "WWE Raw" --format "{sxe} [{airdate}] {t}" It seems this show is not updated ve...
by Akki
23 Jan 2014, 04:02
Forum: Help and Support
Topic: Date-Based Episode Matching Hit and Miss
Replies: 4
Views: 3733

Date-Based Episode Matching Hit and Miss

I'm having a hard time getting certain shows (and sometimes just certain episodes of shows) to match correctly based on date. Usually, for episodes of shows this year, if Filebot doesn't use the right episode, it uses episode 20x14 (based on 2014). But not always. It seems to do fine with, some show...
by Akki
11 Jan 2014, 08:20
Forum: Scripting and Automation
Topic: [SCRIPT] FileBot.jar Auto Updater (Windows)
Replies: 13
Views: 14763

Re: [SCRIPT] FileBot.jar Auto Updater (Windows)

If someone figures how to do sync with bitsadmin even better :D Absolutely. Unfortunately, it seems that BITSAdmin is pretty barebones as far as actual downloading options are concerned. It's got plenty of features for managing download jobs, which seems to be its main purpose, but the actual downl...
by Akki
11 Jan 2014, 07:52
Forum: Scripting and Automation
Topic: [SCRIPT] FileBot.jar Auto Updater (Windows)
Replies: 13
Views: 14763

Re: [SCRIPT] FileBot.jar Auto Updater (Windows)

That's pretty common, not sure if it's Windows doing it or your Anti-Virus but loading dll, or executing programs from the temp folders it often gets blocked. Anything in the Program Files folders generally never gets blocked. If you do call it on a schedule make sure it only updates if the file ha...
by Akki
11 Jan 2014, 06:16
Forum: Scripting and Automation
Topic: [SCRIPT] FileBot.jar Auto Updater (Windows)
Replies: 13
Views: 14763

Re: [SCRIPT] FileBot.jar Auto Updater (Windows)

Sent you a pull request on GitHub. For some reason on my system the script used to request admin privileges came back with "access denied" errors when it was created in the Temp folder, but I changed it to the same directory as the updater script and it works that way. I don't know how com...
by Akki
08 Jan 2014, 21:37
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 544380

Re: Add Blacklisted Terms and Improve Movie / Series Detecti

rednoah wrote:FAQ -> Last Q
Ah, I see. Didn't realize you were talking about the jar as opposed to the whole package. Thanks!
by Akki
08 Jan 2014, 19:27
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 544380

Re: Add Blacklisted Terms and Improve Movie / Series Detecti

Haha, this one is really bad luck! :D There's an anime names:[つまつま 人妻×人妻, WWW, Wife with Wife] which allows WWW to be part of the query, and it gets matched to names:[Christopher Hitchens, www.raydragon.com Presents...] :D Maybe shitty data in the IMDb when that one was scraped. Try one of the late...
by Akki
08 Jan 2014, 07:02
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 544380

Re: Add Blacklisted Terms and Improve Movie / Series Detecti

This will catch it: www[.][\w-.]+[.](com|net|tk|ro|cd|me|de) Give me the whole path and I'll have a look which token is messing with it. Yeah, I saw that after I posted. Really weird. Here is every instance I can find from the last week or so. In some cases it matches correctly, sometimes not: Rena...
by Akki
08 Jan 2014, 03:44
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 544380

Re: Add Blacklisted Terms and Improve Movie / Series Detecti

Can you add "www.Torrenting.com" to the blacklist? It's in the folder name and for some reason always matches Christopher Hitchens.... Would be nice if there was an easy way to have a local blacklist, or at least have the script ignore the folder name for matching and always use the filena...
by Akki
01 Jul 2013, 18:38
Forum: Scripting and Automation
Topic: No signature of method java.lang.String.getMediaFolders()
Replies: 2
Views: 3269

Re: No signature of method java.lang.String.getMediaFolders(

That seems to have done the trick. Thanks!
by Akki
27 Jun 2013, 21:22
Forum: Scripting and Automation
Topic: No signature of method java.lang.String.getMediaFolders()
Replies: 2
Views: 3269

No signature of method java.lang.String.getMediaFolders()

Hi. Recently, I started getting this error trying to use the script that sorts my downloaded movies and TV shows. MissingMethodException: No signature of method: java.lang.String.getMediaFolders () is applicable for argument types: () values: [] groovy.lang.MissingMethodException: No signature of me...