Mercurial > audlegacy
view src/audtool/examples/np.sh @ 4003:400b5e4cfc19
further changes
| author | Tomasz Mon <desowin@gmail.com> |
|---|---|
| date | Sun, 25 Nov 2007 11:16:53 +0100 |
| 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)"
