[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 - Recent MPV changes broke OSD
Page 1 of 1

Recent MPV changes broke OSD

PostPosted: Sat Aug 12, 2017 6:27 am
by ausr

Re: Recent MPV changes broke OSD

PostPosted: Sat Aug 12, 2017 7:24 am
by GeneBenson
Hi ausr,

I got the same thing. Looking at the MPV website/change log it would appear that the command "osd" has been deprecated. As a workaround you can add: --osd-level=x
in SMPlayer -> Preferences -> Advanced -> MPlayer/mpv -> Options.

--osd-level=<0-3>

Specifies which mode the OSD should start in.
0: OSD completely disabled (subtitles only)
1: enabled (shows up only on user interaction)
2: enabled + current time visible by default
3: enabled + --osd-status-msg (current time and status by default)

Works for me. :D

Re: Recent MPV changes broke OSD

PostPosted: Sat Aug 12, 2017 4:00 pm
by ausr
Hello GeneBenson,
Thanks, that indeed works. :D

Re: Recent MPV changes broke OSD

PostPosted: Sat Aug 12, 2017 9:34 pm
by rvm
I think the problem is fixed in svn r8623.