Search found 4 matches

by wiifm
20 Jun 2021, 04:52
Forum: Synology NAS & Embedded Linux
Topic: Option --illegal-access is deprecated in Java 16
Replies: 4
Views: 15091

Option --illegal-access is deprecated in Java 16

Saw this after a recent Java update (using rednoah's custom Java Installer package)


$ filebot -version
OpenJDK 64-Bit Server VM warning: Option --illegal-access is deprecated and will be removed in a future release.
FileBot 4.9.3 (r8338) / OpenJDK Runtime Environment 16.0.1 / Linux 4.4.59+ (amd64 ...
by wiifm
22 Mar 2020, 08:32
Forum: Feature Requests and Bug Reports
Topic: Extremely slow matching performance after Filebot and Java upgrade
Replies: 6
Views: 5731

Re: Extremely slow matching performance after Filebot and Java upgrade

Hey @Rednoah,

Yeah, I noticed that a particular match was wrong when I last ran the script, so I killed the execution of it entirely. This however had the unfortunate side effect of adding every file to the amc.txt even though it was not actually processed.

In the past, I would just remove the amc ...
by wiifm
22 Mar 2020, 00:35
Forum: Feature Requests and Bug Reports
Topic: Extremely slow matching performance after Filebot and Java upgrade
Replies: 6
Views: 5731

Extremely slow matching performance after Filebot and Java upgrade

Today I updated filebot to 4.9.0 on the Synology 918+. I had to remove Java 8, and then install Java through the recommended installer (now version 14).

I primarily use filebot with the fn:amc script:

filebot -script fn:amc \
--log fine \
--output "/volume1/TV" \
--conflict skip \
--action ...