# HG changeset patch # User reimar # Date 1154717192 0 # Node ID e0b496cf9863ca811aa5f286fb4f78699e262ba3 # Parent 81b239327a3e530502167c39755b8038b5d4f7f3 -identify should display all ID_ messages, including DVD title length diff -r 81b239327a3e -r e0b496cf9863 cfg-mplayer.h --- a/cfg-mplayer.h Fri Aug 04 18:44:52 2006 +0000 +++ b/cfg-mplayer.h Fri Aug 04 18:46:32 2006 +0000 @@ -377,7 +377,7 @@ #undef MAIN_CONF {"list-properties", &list_properties, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL}, - {"identify", &mp_msg_levels[MSGT_IDENTIFY], CONF_TYPE_FLAG, CONF_GLOBAL, 0, MSGL_INFO, NULL}, + {"identify", &mp_msg_levels[MSGT_IDENTIFY], CONF_TYPE_FLAG, CONF_GLOBAL, 0, MSGL_V, NULL}, {"-help", help_text, CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL}, {"help", help_text, CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL}, {"h", help_text, CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL},