Search found 417 matches

by devster
16 May 2020, 16:53
Forum: Feature Requests and Bug Reports
Topic: StackOverflowError on upgrade to 4.9.1
Replies: 4
Views: 2342

Re: StackOverflowError on upgrade to 4.9.1

Perfect, thank you, I also fixed the following:

Code: Select all

        def lfr = { if (isWeb) fn.match(/($websources)\.(?i)WEB/) }
which was not running anymore with:

Code: Select all

        String lfr
        if (isWeb) {
          lfr = fn.match(/($websources)\.(?i)WEB/)
        }
by devster
16 May 2020, 16:28
Forum: Feature Requests and Bug Reports
Topic: StackOverflowError on upgrade to 4.9.1
Replies: 4
Views: 2342

Re: StackOverflowError on upgrade to 4.9.1

Ok, this is the problem code then: { def last = n.tokenize(" ").last() /* def _tags = (tags != null) ? tags : null */ def _tags = call{tags} if (_tags) { _tags.removeIf { it ==~ /(?i:imax)/ } } specials = allOf { _tags } { fn.after(/(?i:$last)/).findAll(/(?i)(alternate|first)[ ._-]cut|limi...
by devster
16 May 2020, 14:18
Forum: Feature Requests and Bug Reports
Topic: StackOverflowError on upgrade to 4.9.1
Replies: 4
Views: 2342

StackOverflowError on upgrade to 4.9.1

I'm coming from 4.8.5, where the issue isn't present. Upon running the following: filebot -script fn:amc --action test --output /cephfs/Media/ --def movieFormat=@/scripts/movieFormat.groovy --def seriesFormat=@/scripts/seriesFormat.groovy --def animeFormat=@/scripts/animeFormat.groovy /preprocess/mo...
by devster
05 May 2020, 19:28
Forum: Feature Requests and Bug Reports
Topic: [Suggestion] Java version support
Replies: 5
Views: 3302

Re: [Suggestion] Java version support

Thanks v11 is perfectly alright.
by devster
05 May 2020, 09:57
Forum: Feature Requests and Bug Reports
Topic: [Suggestion] Java version support
Replies: 5
Views: 3302

[Suggestion] Java version support

I was planning the update to 4.9.1, mainly for the anime and dual-db features, but I'm struggling a bit to find minimum supported Java release. I'm on Ubuntu which has openjdk-11 as a package, is that enough or should I go for 13/14? Also I would suggest adding that in the release posts, would make ...
by devster
09 Apr 2020, 12:35
Forum: Ubuntu & Desktop Linux
Topic: how can i discard accents?
Replies: 19
Views: 8395

Re: how can i discard accents?

For posterity, I believe you can use the Java unicode block pattern match to remove accents. R0=".removeAll(/\p{InLatin-1Supplement}/) Docs here https://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html#ubc and https://www.compart.com/en/unicode/block/U+0080 the block reference for...
by devster
03 Apr 2020, 07:49
Forum: Ubuntu & Desktop Linux
Topic: How to Force FileBot to update Sonarr/Radarr
Replies: 8
Views: 8920

Re: How to Force FileBot to update Sonarr/Radarr

I believe you can use the second script you mentioned as exec argument and use variables to pass the series name.
Something like

Code: Select all

--def exec="/path/to/myscript.sh {n}"
and in the second script add a line like

Code: Select all

seriesName=${1}
by devster
02 Apr 2020, 18:28
Forum: Ubuntu & Desktop Linux
Topic: File does not exist
Replies: 2
Views: 2624

Re: File does not exist

You quoted the file name in the first command but not in the second, the backslashes are literal in the first one, but not in the second.
by devster
02 Apr 2020, 07:57
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 684
Views: 1592698

Re: Release Groups {group}

LiNG
by devster
31 Mar 2020, 09:45
Forum: Feature Requests and Bug Reports
Topic: Issue with Sonic The Hedgehog
Replies: 1
Views: 1486

Issue with Sonic The Hedgehog

I recently tried renaming the new Sonic The Hedgehog movie. Using the GUI i found a weird issue: https://dsc.cloud/d38828/Screen-Shot-2020-03-31-11-43-26.png Except this movie does not have Martin Scorsese as director and the TheMovieDB page does not contain this info anywhere https://www.themoviedb...
by devster
28 Mar 2020, 17:27
Forum: Feature Requests and Bug Reports
Topic: Custom databases via --db db.groovy
Replies: 7
Views: 4469

Custom databases via --db db.groovy

Is it currently possible or would it be feasible to have *.groovy files as arguments to the --db option?
This would make the database support easier to extend (e.g. I'm interested in IMVDb which is niche but has an official API).
by devster
26 Mar 2020, 16:41
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 684
Views: 1592698

Re: Release Groups {group}

TEPES, maybe already there?
by devster
18 Mar 2020, 11:43
Forum: Feature Requests and Bug Reports
Topic: MacOS vs Linux discrepancy
Replies: 5
Views: 2965

Re: MacOS vs Linux discrepancy

It doesn't seem like any of the bindings are undefined, it's the combination that fails. This was the problematic bit: { public static String surround(String self, Character left = "(", Character right = ")") { return left + self + right } n.surround() } which fails on Linux: No ...
by devster
18 Mar 2020, 09:08
Forum: Feature Requests and Bug Reports
Topic: MacOS vs Linux discrepancy
Replies: 5
Views: 2965

Re: MacOS vs Linux discrepancy

I can only guess which ones don't work as they don't throw errors on MacOS, neither individually nor using the entire format. What is missing is the following: { def norm = { it.replaceAll(/[`´‘’ʻ""“”]/, "'") .replaceAll(/[|]/, " - ") .replaceAll(/[?]/, "\uFE56&quo...
by devster
18 Mar 2020, 00:06
Forum: Feature Requests and Bug Reports
Topic: MacOS vs Linux discrepancy
Replies: 5
Views: 2965

MacOS vs Linux discrepancy

I'm testing the recent 4.9.0 release. I have a fairly complex format: { def norm = { it.replaceAll(/[`´‘’ʻ""“”]/, "'") .replaceAll(/[|]/, " - ") .replaceAll(/[?]/, "\uFE56") .replaceAll(/[*\p{Zs}]+/, " ") .replaceAll(/\b[IiVvXx]+\b/, { it.upper() }) ...
by devster
15 Mar 2020, 16:29
Forum: Episode / Movie Naming Scheme
Topic: The Sinner and alternative season names
Replies: 1
Views: 2897

The Sinner and alternative season names

The show "The Sinner" has seasons named after the main character being followed.
Both Netflix and TheTVDB have this information.
Image
Is it accessible by FileBot?
by devster
02 Mar 2020, 19:17
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 684
Views: 1592698

Re: Release Groups {group}

KamiKaze
by devster
12 Feb 2020, 18:11
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 535741

Re: Metadata and Extended Attributes

Is there a script to convert from one type of xattr.store to another?
In particular I'm thinking about switching to plain text files instead of embedded for a filesystem change.
by devster
10 Feb 2020, 13:40
Forum: Feature Requests and Bug Reports
Topic: Memory consumption
Replies: 2
Views: 4131

Re: Memory consumption

It's actually not crashing, not even when it reached 30+ Gb. It just keeps doing what it's doing.
by devster
10 Feb 2020, 04:16
Forum: Feature Requests and Bug Reports
Topic: Memory consumption
Replies: 2
Views: 4131

Memory consumption

I'm seeing some issues with memory management on a Docker container. devster 4763 19.4 1.3 12037212 920136 ? Sl 04:52 1:06 | java -Dapplication.deployment=deb --module-path /usr/share/filebot/mod --add-modules ALL-MODULE-PATH -Dnet.filebot.AcoustID.fpcalc=/usr/share/filebot/lib/fpcalc -Dunixfs=false...
by devster
04 Feb 2020, 11:00
Forum: Ubuntu & Desktop Linux
Topic: License paths and settings
Replies: 5
Views: 6174

Re: License paths and settings

There's only one FileBot instance running, I can check that on the process manager. That single instance is consuming over 30 GB of memory though, and I tried it with the reference container. The system has 64 GB of memory but it still seems an impressive amount. I ended up editing the configuration...
by devster
30 Jan 2020, 18:59
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 684
Views: 1592698

Re: Release Groups {group}

iFT
also, I believe Geek isn't supposed to be capitalized (i.e. Geek, not GEEK).
by devster
27 Jan 2020, 23:20
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 684
Views: 1592698

Re: Release Groups {group}

PTer (lots of these)
by devster
21 Jan 2020, 10:26
Forum: Help and Support
Topic: What are Keeplink and Symlink?
Replies: 7
Views: 10666

Re: What are Keeplink and Symlink?

Symlinks make things easier when using torrents and crossing filesystem boundaries, I'd argue they're the only option in that case.
Things are harder though if you have to rebuild your library in reverse.
by devster
20 Jan 2020, 19:56
Forum: Ubuntu & Desktop Linux
Topic: License paths and settings
Replies: 5
Views: 6174

Re: License paths and settings

The /filebot directory is already persistent (mounted on the host system). I specified in FILEBOT_OPTS which contains -Dapplication.cache=/filebot/cache -Dapplication.dir=/filebot . I'm seeing the log entry every two or three calls, which, as you confirmed, is much higher than expected. Any suggesti...