[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
SMPlayer Support Forum • View topic - How to disable auto-update check to internet?
Page 1 of 1

How to disable auto-update check to internet?

PostPosted: Mon Mar 25, 2013 5:48 am
by pstein
When I start SMPlayer then my Firewall tells me outgoing internet connection attempts by SMPlayer.

I guess they are auto-update checks from SMPlayer to ist home server.

Where exactly can I disable them)?
I found no corresponding entry in Preferences

Peter

Re: How to disable auto-update check to internet?

PostPosted: Mon Mar 25, 2013 2:00 pm
by rvm

Re: How to disable auto-update check to internet?

PostPosted: Sun May 12, 2013 4:55 am
by nestek
Can we add a check box for disabling auto update in Perferences>General?

Re: How to disable auto-update check to internet?

PostPosted: Sun May 12, 2013 11:51 am
by rvm
Yes, in the next version there'll be an option for that.

Re: How to disable auto-update check to internet?

PostPosted: Mon May 13, 2013 5:37 pm
by goetzc
Related to this, is it possible to make smplayer not to open a web browser after a new version?

Re: How to disable auto-update check to internet?

PostPosted: Mon May 13, 2013 9:09 pm
by rvm
I'll add an option for that too.

It's possible right now adding this to smplayer.ini:

[smplayer]
check_for_new_version=false

Re: How to disable auto-update check to internet?

PostPosted: Tue May 14, 2013 4:04 pm
by goetzc
That is great, thanks!