Mercurial > mplayer.hg
view TOOLS/midentify @ 9040:2a0619fd84f0
- add new entry's to hungarian skin howto (please Gabu translate)
- trivial changes in the code
author | pontscho |
---|---|
date | Sun, 19 Jan 2003 22:46:39 +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; }'