INACTIVE PROJECT!
Musikbeere (german for "music berry") is a script designed for playing music from a headless raspberry pi that is only controlled by four keys attached to GPIO pins.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/sh
|
|
volume=$(cat /etc/player/player.conf | grep volume= | cut -d '=' -f 2)
|
|
|
|
amixer -c 0 set PCM,0 $volume
|