id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
2880	Simplify and extend viewing of audio/video files	birdie		"Mplayer always gives more information than even specialized (ogg/mod/etc) viewers can show, so, please, change the way information about audio and video files is retrieved:

{{{
        if mplayer -v &>/dev/null; then
            mplayer -identify -vo null -ao null -frames 0 ""${MC_EXT_FILENAME}"" 2>&1 | sed -n 's/^ID_//p'
        else
            echo ""*** Please, install mplayer to get extended information about this file. ***""
            file ""${MC_EXT_FILENAME}""
        fi
}}}

'sed' is there to remove the unneeded prefix ""ID_"" in the fields than an audio/video file contains."	enhancement	closed	major	4.8.6	mc-core	master	duplicate					no branch	
