Page 1 of 1

Disable updates

Posted: 23 Oct 2014, 03:53
by Tyler
Is there a way to disable updates?

I use this program as a simple renamer to match subtitle files with video names and never have any problems, but having to hit ignore all the time when the update pops up is really annoying.

Re: Disable updates

Posted: 23 Oct 2014, 04:48
by rednoah
Just set the application.update property to skip in the launcher script / configuration.

Code: Select all

-Dapplication.update=skip
@see viewtopic.php?f=8&t=2051#p11887


I highly recommend using the latest major version though. Especially if you use OpenSubtitles, TheTVDB, TheMovieDB or AcoustID you should use FileBot 4.5 or higher.

Re: Disable updates

Posted: 23 Oct 2014, 05:14
by Tyler
rednoah wrote:Just set the application.update property to skip in the launcher script / configuration.

Code: Select all

-Dapplication.update=skip
@see viewtopic.php?f=8&t=2051#p11887


I highly recommend using the latest major version though. Especially if you use OpenSubtitles, TheTVDB, TheMovieDB or AcoustID you should use FileBot 4.5 or higher.
i looked at that topic its talking about java

Where do i put that line at specifically?

Re: Disable updates

Posted: 23 Oct 2014, 08:17
by rednoah
On Windows? If installed via Windows Installer? Have you checked or FileBot install directory for mysterious *.l4j.ini files that contain lots of -Dname=value lines just like the one above?

@see still the very same thread viewtopic.php?f=8&t=2051#p11901

Where it says you need edit the *.l4j.ini files.