Search found 3 matches

by Zotarios
03 Jun 2021, 13:50
Forum: Ubuntu & Desktop Linux
Topic: Failed to initialize JavaFX
Replies: 21
Views: 45711

Re: Failed to initialize JavaFX

If someone still have issues: This is specific for Linux users but may be valid for Windows too. I worked like a charm for me, on FileBot 4.7.9. If you having openjfx errors, try using this java version. If you don't want to change java alternatives, download the .tar.gz version and just place the j...
by Zotarios
16 Feb 2020, 16:52
Forum: Feature Requests and Bug Reports
Topic: Special renames to Season without number
Replies: 3
Views: 3941

Re: Special renames to Season without number

It did work on unRaid docker but not on my win10 exe. When I try to rename specials it slows downs almost to be unresponsibe and if I delete them, it returns to normal operation but then I can't rename.
by Zotarios
04 Feb 2020, 23:17
Forum: Feature Requests and Bug Reports
Topic: Special renames to Season without number
Replies: 3
Views: 3941

Special renames to Season without number

I'm trying to rename some special episode from 0x01 - Show Name to

Code: Select all

{n} ({y})/Season {s.pad(2)}/{n} ({y}) - {sxe} - {t}
But the Season folder it's just "Season".

Code: Select all

Tryed with "{s.compareTo(0) ? s.pad(2) : "Season 00"}" but didn't work neither