comparison src/audtool/examples/np.sh @ 2313:3149d4b1a9a9 trunk

[svn] - objective-make autodepend fixes - move all sourcecode into src/ and adjust Makefiles accordingly
author nenolod
date Fri, 12 Jan 2007 11:43:40 -0800
parents
children
comparison
equal deleted inserted replaced
2312:e1a5a66fb9cc 2313:3149d4b1a9a9
1 #!/bin/sh
2 SONGTITLE=$(audtool current-song)
3 SONGELAPSED=$(audtool current-song-output-length)
4 SONGLEN=$(audtool current-song-length)
5 MIME=$(file -ib "`audtool current-song-filename`")
6
7 echo "np: $SONGTITLE [$MIME] ($SONGELAPSED/$SONGLEN)"