view TOOLS/midentify @ 9262:6f0110b5b018

sync 2003-01-25 - 2003-02-03
author mosu
date Mon, 03 Feb 2003 22:23:05 +0000
parents d151608b9f28
children 6cf694df50b3
line wrap: on
line source

#!/bin/sh
mplayer -identify "$@" 2>/dev/null |
	grep "^ID" |
	sed -e 's/[`\\!$"]/\\&/g' |
	sed -e '/^ID_FILENAME/ { s/^ID_FILENAME=\(.*\)/ID_FILENAME="\1"/g; }'