From 88762cd6a7adfe3c9fb70fb3fcdb85b254119bf9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 11 Nov 2014 22:07:16 +0100 Subject: player: make the osd-msg prefix work for playlist_next/prev If input.conf e.g. contains "n osd-msg playlist_next", then pressing the n key will switch to the next file, and display the filename on OSD. --- player/core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'player/core.h') diff --git a/player/core.h b/player/core.h index ae0a5c5dbb..32239f28e3 100644 --- a/player/core.h +++ b/player/core.h @@ -52,6 +52,7 @@ enum mp_osd_seek_info { OSD_SEEK_INFO_TEXT = 2, OSD_SEEK_INFO_CHAPTER_TEXT = 4, OSD_SEEK_INFO_EDITION = 8, + OSD_SEEK_INFO_CURRENT_FILE = 16, }; -- cgit v1.2.3