Search found 170 matches

by ZeroByDivide
21 Dec 2016, 04:32
Forum: Help and Support
Topic: Combining filters & need some help :/
Replies: 19
Views: 9304

Re: Combining filters & need some help :/

So you're trying to say that you think that Doctor Who is the same as Doctor Who (2005) ? No, it's not. It might as well be X and Y . Try it yourself: {['Doctor Who'].contains('Doctor Who') ... true} {['Doctor Who'].contains('Doctor Who (2005)') ... false} FYI: readLines does nothing other than rea...
by ZeroByDivide
21 Dec 2016, 04:23
Forum: Help and Support
Topic: Combining filters & need some help :/
Replies: 19
Views: 9304

Re: Combining filters & need some help :/

So you're trying to say that you think that Doctor Who is the same as Doctor Who (2005) ? No, it's not. It might as well be X and Y . Try it yourself: {['Doctor Who'].contains('Doctor Who') ... true} {['Doctor Who'].contains('Doctor Who (2005)') ... false} FYI: readLines does nothing other than rea...
by ZeroByDivide
21 Dec 2016, 04:06
Forum: Help and Support
Topic: Combining filters & need some help :/
Replies: 19
Views: 9304

Re: Combining filters & need some help :/

1. filebot.cmd -list --db TheTVDB --q "Doctor Who" --format "{readLines('C:/Users/JourneyOver/Dropbox/Public/Folders/Filebot/MyStuff/exclude.txt')}" produces http://i.imgur.com/I5x6oil.png it repeats the list like a ton O_o is it supposed to do that?? 2. filebot.cmd -list --db Th...
by ZeroByDivide
20 Dec 2016, 18:07
Forum: Help and Support
Topic: Combining filters & need some help :/
Replies: 19
Views: 9304

Re: Combining filters & need some help :/

1. Okay well I really didn't know, seeing as how there is really no documentation about "--q" really anywhere and I gave google and the filebot forums a good search trying to figure things out... 2. I really don't know if it's failing or not as I can't really tell.. if I download American ...
by ZeroByDivide
20 Dec 2016, 08:07
Forum: Help and Support
Topic: Combining filters & need some help :/
Replies: 19
Views: 9304

Re: Combining filters & need some help :/

God idk anymore... I feel like giving up on this... it's stressing me out so much on top of the stress I have already daily.. I just can't do this anymore, no one ever seems to really ever be able to help... everything I have tried recently just seems to not work at all and I hate it so much.. even ...
by ZeroByDivide
20 Dec 2016, 07:46
Forum: Help and Support
Topic: Combining filters & need some help :/
Replies: 19
Views: 9304

Re: Combining filters & need some help :/

if you get no output. It means you're using the GUI executable. Yea I found out it's through the Filebot.cmd I have to do it to get the output in CLI since I use the portable version.. but anyways, as I stated above doing the command through cmd or a seperate .bat file running filebot -list --q &qu...
by ZeroByDivide
20 Dec 2016, 07:41
Forum: Help and Support
Topic: Combining filters & need some help :/
Replies: 19
Views: 9304

Re: Combining filters & need some help :/

okay so I ran two tests of two different kinds, one for doctor who and one for the librarians -- this was my test code for the librarians cd "C:\Users\JourneyOver\Dropbox\Public\Folders\Filebot\MyStuff\testing folder" filebot -list --q "Doctor Who^|Doctor Who 2005" --filter @/C:/...
by ZeroByDivide
20 Dec 2016, 05:41
Forum: Help and Support
Topic: Combining filters & need some help :/
Replies: 19
Views: 9304

Re: Combining filters & need some help :/

Use -list --filter for testing. Try a few things and narrow down the problem. 1. Is your text file being read? 2. What does the List that was read look like? 3. Does List.contains() work the way you think it works? Tip: You can use println statements in your filter. The List panel in the GUI is als...
by ZeroByDivide
20 Dec 2016, 04:54
Forum: Help and Support
Topic: Combining filters & need some help :/
Replies: 19
Views: 9304

Combining filters & need some help :/

So I'm currently trying to work on getting some more advanced filters set up but for the life of me I can't get it to work correctly.. Currently running this .bat file @ECHO OFF setlocal enableextensions enabledelayedexpansion :: Media file processing script for Filebot :: This script gets triggered...
by ZeroByDivide
18 Dec 2016, 23:16
Forum: Windows
Topic: .replaceAll(/[`´‘’ʻ]/, "'") turning into .replaceAll(/[`-¦GÇÿGÇÖ-+]/, ')
Replies: 4
Views: 3891

Re: .replaceAll(/[`´‘’ʻ]/, "'") turning into .replaceAll(/[`-¦GÇÿGÇÖ-+]/, ')

Ah well The model filter itself doesn't scale well either, because it'll have to check every episode for every episode, so it'll take exponentially more time for larger episode lists. would probably explain it, because even if it's something as simple as this Auto-detected query: [Humans] Fetching e...
by ZeroByDivide
18 Dec 2016, 17:57
Forum: Windows
Topic: .replaceAll(/[`´‘’ʻ]/, "'") turning into .replaceAll(/[`-¦GÇÿGÇÖ-+]/, ')
Replies: 4
Views: 3891

Re: .replaceAll(/[`´‘’ʻ]/, "'") turning into .replaceAll(/[`-¦GÇÿGÇÖ-+]/, ')

That seems to have worked though it makes it turn into .replaceAll(/[`´‘’ʻ]/, "'") but it at least seems to be working and not just throwing out an error now. >..< oh and question why does --filter "age < 14 || !model.any{ it.age < 14 }" slow the script down to a crawl, if ...
by ZeroByDivide
18 Dec 2016, 17:22
Forum: Windows
Topic: .replaceAll(/[`´‘’ʻ]/, "'") turning into .replaceAll(/[`-¦GÇÿGÇÖ-+]/, ')
Replies: 4
Views: 3891

.replaceAll(/[`´‘’ʻ]/, "'") turning into .replaceAll(/[`-¦GÇÿGÇÖ-+]/, ')

Trying to change my format expressions back to how they used to be but for some reason I can't get .replaceAll(/[`´‘’ʻ]/, "'") to work correctly.. whenever it's going through it ends up turning into .replaceAll(/[`-¦GÇÿGÇÖ-+]/, ') which ends up causing filebot to error out Run script [fn:a...
by ZeroByDivide
16 Dec 2016, 04:34
Forum: Help and Support
Topic: JNA Native & MediaInfo errors...
Replies: 4
Views: 5024

Re: JNA Native & MediaInfo errors...

It's all good, least this was a quick and easy fix :D
by ZeroByDivide
16 Dec 2016, 04:22
Forum: Help and Support
Topic: JNA Native & MediaInfo errors...
Replies: 4
Views: 5024

Re: JNA Native & MediaInfo errors...

You may be missing the correct jnidispatch.dll native library: https://github.com/filebot/filebot/tree/master/lib/native/win32-x64 Older revisions of FileBot accidentally packaged jnidispatch.dll for all platforms in the jar, which is no longer the case in the latest revision. The startup config ma...
by ZeroByDivide
16 Dec 2016, 02:17
Forum: Help and Support
Topic: JNA Native & MediaInfo errors...
Replies: 4
Views: 5024

JNA Native & MediaInfo errors...

Dunno really how long this has been going on for to be honest but I just noticed it today while running a sysinfo for filebot to check some stuff.. FileBot 4.7.5 (r4649) JNA Native: java.lang.UnsatisfiedLinkError: Native library (com/sun/jna/win32-x86-64/jnidispatch.dll) not found in resource path (...
by ZeroByDivide
14 Dec 2016, 14:20
Forum: Windows
Topic: initialCapacity must not be negative failure
Replies: 2
Views: 1987

Re: initialCapacity must not be negative failure

1. Are you using the latest version of FileBot and Java? Run filebot -version to confirm. 2. Have you tried running filebot -clear-cache once? doing things like filebot -version and filebot -clear-cache never seem to do anything, for filebot -version it just does it like so -- http://i.imgur.com/ob...
by ZeroByDivide
14 Dec 2016, 03:50
Forum: Windows
Topic: initialCapacity must not be negative failure
Replies: 2
Views: 1987

initialCapacity must not be negative failure

So I recently had to do a clean install of my system, and after getting everything all set up and going I can't seem to get filebot to work at all for some reason through command line nor qBitTorrent. Everything was working fine before I did a clean install and I made sure to re-install everything a...