view TOOLS/midentify @ 9526:5c2b34c87509

Use css like the rest of documentation. Use polish encoding.
author eyck
date Tue, 04 Mar 2003 13:55:25 +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; }'