Changeset 7f94ef0
- Timestamp:
- Dec 10, 2009, 9:54:34 PM (15 years ago)
- Branches:
- master, debian, mac, no-cups, web
- Children:
- 39452be
- Parents:
- 7738ba1
- git-author:
- Ian Smith <ismith@…> (12/10/09 21:54:34)
- git-committer:
- Ian Smith <ismith@…> (12/10/09 21:54:34)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gutenbach-queue/queue
r7738ba1 r7f94ef0 36 36 host=$(cat "$i" | grep ^H=) 37 37 host=${host:2} 38 filenm="$(cat $i | grep "^filenames" | sed -e 's/filenames=//')" 38 39 album=$(cat /var/run/sipbmp3/exiftool_data | grep "^Album " | sed 's/.*: //') 39 echo "$user@$host is currently playing: $song" 40 echo "$user@$host is currently playing: " 41 echo "$filenm" 40 42 echo "'$title'" 41 43 echo "by '$artist'"
Note: See TracChangeset
for help on using the changeset viewer.