From 7b7d9b3594834e32e5cdc3e1866a8c8cf4e2cd0d Mon Sep 17 00:00:00 2001 From: phintuka Date: Thu, 22 May 2008 10:44:23 +0000 Subject: Remove images from metainfo list (Thanks to Petri Helin) --- tools/metainfo_menu.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/metainfo_menu.c b/tools/metainfo_menu.c index 8400f451..746da1fe 100644 --- a/tools/metainfo_menu.c +++ b/tools/metainfo_menu.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: metainfo_menu.c,v 1.3 2008-05-22 10:35:44 phintuka Exp $ + * $Id: metainfo_menu.c,v 1.4 2008-05-22 10:44:23 phintuka Exp $ * */ @@ -49,6 +49,7 @@ void cMetainfoMenu::Display(void) md_list = EXTRACTOR_getKeywords(plugins, m_Filename); md_list = EXTRACTOR_removeEmptyKeywords (md_list); md_list = EXTRACTOR_removeDuplicateKeywords(md_list, 0); + md_list = EXTRACTOR_removeKeywordsOfType(md_list, EXTRACTOR_THUMBNAILS); const char *key; char * buf; -- cgit v1.2.3