diff options
author | wm4 <wm4@nowhere> | 2014-09-18 01:19:27 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-09-18 01:23:33 +0200 |
commit | ea2b19f64673a975a6bafe3292d26eab51142a5f (patch) | |
tree | a93fc536215ba676f3d182f452b1bac0a3c2c20a /.travis.yml | |
parent | 6c3d25e6f5f09a110ad0fffaeeea6a65ee5d228b (diff) | |
download | mpv-ea2b19f64673a975a6bafe3292d26eab51142a5f.tar.bz2 mpv-ea2b19f64673a975a6bafe3292d26eab51142a5f.tar.xz |
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.)
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions