view src/audtool/examples/np.sh @ 2935:fc8a2ebb2e13 trunk

Fix display of help system.
author William Pitcock <nenolod@atheme.org>
date Fri, 29 Jun 2007 08:38:29 -0500
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)"