view src/audtool/examples/np.sh @ 3016:e84073b61ba5 trunk

fix tinyplayer skin
author Tomasz Mon <desowin@gmail.com>
date Mon, 09 Jul 2007 13:02:50 +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)"