annotate src/audtool/examples/np.sh @ 2606:7c19bb5516db trunk

[svn] - Removed some of the horrible code duplication in the file popup code
author mf0102
date Sun, 04 Mar 2007 10:43:38 -0800
parents 3149d4b1a9a9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2313
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
1 #!/bin/sh
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
2 SONGTITLE=$(audtool current-song)
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
3 SONGELAPSED=$(audtool current-song-output-length)
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
4 SONGLEN=$(audtool current-song-length)
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
5 MIME=$(file -ib "`audtool current-song-filename`")
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
6
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
7 echo "np: $SONGTITLE [$MIME] ($SONGELAPSED/$SONGLEN)"