source: remctl/lib/gutenbach/volume-up

debianmacno-cups
Last change on this file was 3ee56cf, checked in by Mats Ahlgren <mats@…>, 14 years ago

added remctl helper file called volume-helper.py
this script smoothly moves volume up/down over 3sec (large step)

made volume-up and volume-down call it (volume-helper.py +/-)

this commit also contains a bugfix by quentin: previously
"amixer set PCM -3dB" would recognize -3dB as "option 3dB",
fixed by means of using "--" in the calling convention

  • Property mode set to 100755
File size: 122 bytes
Line 
1#!/bin/sh
2PATH="$(dirname $0):$PATH"
3
4python "$(dirname $0)/volume-helper.py" +
5
6#volume-set . $(( $(volume-get .) + 1 ))
Note: See TracBrowser for help on using the repository browser.