view audtool/examples/np.sh @ 1260:bf0664762d4a trunk

[svn] - remove unused code (causes a crash on some GTKs, eww!)
author nenolod
date Thu, 15 Jun 2006 19:06:40 -0700
parents 6af3f8fb2ed0
children 641ee4092aea
line wrap: on
line source

#!/bin/sh
SONGTITLE=$(audtool current-song)
SONGELAPSED=$(audtool current-song-output-length)
SONGLEN=$(audtool current-song-length)

echo "np: $SONGTITLE ($SONGELAPSED/$SONGLEN)"