From 45641378a2df4d5fe227ad7ba575b01f787ad8e8 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 15 Jan 2014 16:14:37 +0100 Subject: player: add --term-osd-bar, which shows a status bar on the terminal Feature request from github issue #451. Disabled by default, will probably stay this way. --- options/options.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'options/options.c') diff --git a/options/options.c b/options/options.c index dbc06bdf7f..cff2eff810 100644 --- a/options/options.c +++ b/options/options.c @@ -597,6 +597,9 @@ const m_option_t mp_opts[] = { {"auto", 2}, {"no", 0})), + OPT_FLAG("term-osd-bar", term_osd_bar, 0), + OPT_STRING("term-osd-bar-chars", term_osd_bar_chars, 0), + OPT_STRING("playing-msg", playing_msg, M_OPT_PARSE_ESCAPES), OPT_STRING("status-msg", status_msg, M_OPT_PARSE_ESCAPES), OPT_STRING("osd-status-msg", osd_status_msg, M_OPT_PARSE_ESCAPES), @@ -702,6 +705,7 @@ const struct MPOpts mp_default_opts = { .user_pts_assoc_mode = 1, .initial_audio_sync = 1, .term_osd = 2, + .term_osd_bar_chars = "[-+-]", .consolecontrols = 1, .play_frames = -1, .keep_open = 0, -- cgit v1.2.3