Ignore:
Timestamp:
Jun 24, 2010, 1:11:23 AM (14 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
master, debian, mac, no-cups, nodebathena, web
Children:
9f0c46e
Parents:
94a58ce
git-author:
root <root@…> (10/11/09 00:58:04)
git-committer:
Jessica B. Hamrick <jhamrick@…> (06/24/10 01:11:23)
Message:

Improve configuration and fine-tune zephyrs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gutenbach/debian/lib/volume-set

    r94a58ce r28836c2  
    66instance="$queue-volume@$host"
    77
    8 channel=$(sipbmp3-get-config channel)
     8mixer=$(sipbmp3-get-config mixer)
     9channel="$(sipbmp3-get-config channel)"
    910
    10 amixer set $channel "$2" \
    11  | perl -lne 'print $1 if (/Front Left: Playback ([0-9]+)/)'
     11amixer set $mixer "$2" | grep "$channel" \
     12 | perl -lne 'print $1 if (/: Playback ([0-9]+)/)'
    1213
    13 zwrite -c $class -i $instance -d -n -m "Setting volume to $(volume-get) on $queue"
     14zwrite -c $class -i $instance -d -n -m "$REMOTE_USER set volume to $(volume-get)" > /dev/null
Note: See TracChangeset for help on using the changeset viewer.