From e307efc51063bb7ff46c59f0125d6d0c4b0b097d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Thu, 5 Aug 2021 05:06:48 +0300 Subject: mpv: binding to show current playlist osc --- dotfiles/.config/mpv/input.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/.config/mpv/input.conf b/dotfiles/.config/mpv/input.conf index 56455c4..6e789ac 100644 --- a/dotfiles/.config/mpv/input.conf +++ b/dotfiles/.config/mpv/input.conf @@ -209,3 +209,4 @@ a cycle audio A cycle audio down c script-message osc-chapterlist 3; show-text "${osd-ass-cc/0}{\\an9}${osd-ass-cc/1}${chapter}" +C script-message osc-playlist 3; -- cgit v1.2.3