summaryrefslogtreecommitdiff
path: root/contrib/eventcmd-examples/eventcmd.sh
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2011-02-20 10:30:05 +0100
committerLars-Dominik Braun <lars@6xq.net>2011-02-20 10:30:05 +0100
commit001bab94bba94766f22a0fab5107bbd51321b369 (patch)
tree8168d64eeb37cf4a91aecc336059ee89b67bbad5 /contrib/eventcmd-examples/eventcmd.sh
parent3cd104195cd47a216d871acf04ba47fce246cd28 (diff)
downloadpianobar-windows-001bab94bba94766f22a0fab5107bbd51321b369.tar.gz
pianobar-windows-001bab94bba94766f22a0fab5107bbd51321b369.tar.bz2
pianobar-windows-001bab94bba94766f22a0fab5107bbd51321b369.zip
Update eventcmd example
Diffstat (limited to 'contrib/eventcmd-examples/eventcmd.sh')
-rwxr-xr-xcontrib/eventcmd-examples/eventcmd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/eventcmd-examples/eventcmd.sh b/contrib/eventcmd-examples/eventcmd.sh
index 81dee3a..9298d4f 100755
--- a/contrib/eventcmd-examples/eventcmd.sh
+++ b/contrib/eventcmd-examples/eventcmd.sh
@@ -5,7 +5,7 @@ while read L; do
k="`echo "$L" | cut -d '=' -f 1`"
v="`echo "$L" | cut -d '=' -f 2`"
export "$k=$v"
-done < <(grep -e '^\(title\|artist\|album\|stationName\|pRet\|pRetStr\|wRet\|wRetStr\|songDuration\|songPlayed\|rating\|coverArt\|stationCount\|station[0-9]*\)=' /dev/stdin) # don't overwrite $1...
+done < <(grep -e '^\(title\|artist\|album\|stationName\|songStationName\|pRet\|pRetStr\|wRet\|wRetStr\|songDuration\|songPlayed\|rating\|coverArt\|stationCount\|station[0-9]*\)=' /dev/stdin) # don't overwrite $1...
case "$1" in
# songstart)