From f66ee85fdf39a1f085f5564bee427524c749aaca Mon Sep 17 00:00:00 2001 From: Stephen Hutchinson Date: Sun, 4 Mar 2018 17:00:23 -0500 Subject: options.c: display additional metadata tags during video playback The currently-displayed tags make sense for music files, but similar information for video is more commonly - or at least should be - put under other tags, while the audio-related tags are often used for other information on video files (particularly with youtube-dl's output). --- options/options.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/options/options.c b/options/options.c index 49aac52ba2..1f9f1ee2c0 100644 --- a/options/options.c +++ b/options/options.c @@ -965,8 +965,9 @@ const struct MPOpts mp_default_opts = { .mf_fps = 1.0, .display_tags = (char **)(const char*[]){ - "Artist", "Album", "Album_Artist", "Comment", "Composer", "Genre", - "Performer", "Title", "Track", "icy-title", "service_name", + "Artist", "Album", "Album_Artist", "Comment", "Composer", + "Date", "Description", "Genre", "Performer", "Rating", + "Series", "Title", "Track", "icy-title", "service_name", NULL }, -- cgit v1.2.3