This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # Connect to MPD | |
| # if playing | |
| # Get current playing track | |
| # calculate r128 and adjust volume if required | |
| # idle on player events | |
| # on track change | |
| # calculate r128 and adjust volume if required |
NewerOlder