1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-07 07:31:48 +00:00
mpv/DOCS/man
wm4 ea2b19f646 player: allow overriding OSD message for all OSD levels
Until now, you could override only level 3 with --osd-status-msg. Extend
this, add add --osd-msg1 to --osd-msg3 (one for each OSD level). OSD
level 0 always means disable OSD, so that isn't included.

--osd-msg3 corresponds to --osd-status-msg, but they're not exactly the
same. To allow more customization, --osd-msgN do not include the OSD
symbol. The symbol can be manually added with "${osd-sym-cc}". We keep
the "old" option for some short-term compatibility.

--osd-msg1 should be particularly useful; for example you could do:

    --osd-msg1='${?pause==yes:${osd-sym-cc}}'

to display a "paused" symbol when paused, and nothing during normal
playback. (Although admittedly, the syntax is quite a bit of work.)
2014-09-18 01:23:33 +02:00
..
af.rst man: fix a whole bunch of typos 2014-09-01 04:27:13 +02:00
ao.rst man: fix a whole bunch of typos 2014-09-01 04:27:13 +02:00
changes.rst man: fix a whole bunch of typos 2014-09-01 04:27:13 +02:00
encode.rst man: fix a whole bunch of typos 2014-09-01 04:27:13 +02:00
input.rst command: allow using ASS tags on OSD messages 2014-09-18 00:49:55 +02:00
lua.rst lua: synchronously wait until scripts are loaded 2014-09-06 17:02:47 +02:00
mpv.rst input.conf: map ESC to exiting fullscreen 2014-09-15 23:22:21 +02:00
options.rst player: allow overriding OSD message for all OSD levels 2014-09-18 01:23:33 +02:00
osc.rst man: fix a whole bunch of typos 2014-09-01 04:27:13 +02:00
vf.rst man: fix a whole bunch of typos 2014-09-01 04:27:13 +02:00
vo.rst vo_corevideo: remove this VO 2014-09-06 14:10:22 +02:00