Mercurial > audlegacy
view src/audtool/examples/np.sh @ 4708:c2886b393206
completely remove skin getting/setting
author | mf0102 <0102@gmx.at> |
---|---|
date | Mon, 07 Jul 2008 23:54:10 +0200 |
parents | 3149d4b1a9a9 |
children |
line wrap: on
line source
#!/bin/sh SONGTITLE=$(audtool current-song) SONGELAPSED=$(audtool current-song-output-length) SONGLEN=$(audtool current-song-length) MIME=$(file -ib "`audtool current-song-filename`") echo "np: $SONGTITLE [$MIME] ($SONGELAPSED/$SONGLEN)"