Changeset 7f94ef0


Ignore:
Timestamp:
Dec 10, 2009, 9:54:34 PM (14 years ago)
Author:
Ian Smith <ismith@…>
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)
Message:

queue now shows the filename properly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gutenbach-queue/queue

    r7738ba1 r7f94ef0  
    3636            host=$(cat "$i" | grep ^H=)
    3737            host=${host:2}
     38            filenm="$(cat $i | grep "^filenames" | sed -e 's/filenames=//')"
    3839            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"
    4042            echo "'$title'"
    4143            echo "by '$artist'"
Note: See TracChangeset for help on using the changeset viewer.