view TOOLS/midentify @ 7967:9e79e1c1b2a4

don't use soundcard.h on non-linux if no OSS support (based on idea & bugreport by Bj«Órn Sandell <biorn@dce.chalmers.se>)
author arpi
date Tue, 29 Oct 2002 23:07:41 +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; }'