Mercurial > audlegacy
view audtool/examples/np.sh @ 1870:ef9a2f666404 trunk
[svn] - rename libaudacious/Makefile.in -> libaudacious/Makefile as autoconf macro expansion is not needed here
author | nenolod |
---|---|
date | Sat, 14 Oct 2006 11:33:25 -0700 |
parents | 641ee4092aea |
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)"