annotate audtool/examples/np-colourful.sh @ 1769:8a926dec916f
trunk
[svn] - parse equals correctly.
Patch submitted by: TiCPU.
author |
nenolod |
date |
Mon, 02 Oct 2006 03:35:09 -0700 |
parents |
6af3f8fb2ed0 |
children |
|
rev |
line source |
1200
|
1 #!/bin/sh
|
|
2 SONGTITLE=$(audtool current-song | sed 's: - : 09-12 :g')
|
|
3 SONGELAPSED=$(audtool current-song-output-length)
|
|
4 SONGLEN=$(audtool current-song-length)
|
|
5 SONGPOS=$(audtool playlist-position)
|
|
6 PLAYLEN=$(audtool playlist-length)
|
|
7
|
|
8 printf "\00303-=[\003 \00312$SONGPOS\00309/\00312$PLAYLEN\00309:\00312 $SONGTITLE \00309(\00312$SONGELAPSED\00309/\00312$SONGLEN\00309)\00303 ]=-\003\n"
|