Posts: 14,075
Threads: 321
Joined: Mar 2018
Reputation:
572
Glad to hear that :-)
Please update your OP and mark it as SOLVED.
-Tim
Posts: 6
Threads: 1
Joined: Nov 2018
Reputation:
0
The same issue when connecting/unconnecting bluetooth (alsa volume jumps to 100).
I changed all "set-alsavol" in different *.php files to my maxvalue and it works.
I switched from volumio for reasons, but as far as I remember there was a defined "max alsa value", which is very useful in my case. Perhaps this is small improvement for future releases?
Posts: 14,075
Threads: 321
Joined: Mar 2018
Reputation:
572
There certainly could be a global setting for max ALSA volume but it would take a non-trivial amount of work to implement and its only purpose, it would seem, would be to work around an issue in a single audio device i.e. the Hifiberry AMP.
it would be a different story if there were a lot of audio devices that did not implement a decibel volume scale but to my knowledge the Hifiberry AMP is the only one...
-Tim
Posts: 6
Threads: 1
Joined: Nov 2018
Reputation:
0
No problem, its a five minute job to go through all the files and change the values.
The rest works really well oob.
Posts: 14,075
Threads: 321
Joined: Mar 2018
Reputation:
572
Cool. Just a heads up that in 4.4 vol.sh and all the scripts that call vol.sh will prefer GNU standard command syntax i.e., the options are prefixed with a dash "-" for example -up 2 instead of up 2. Vol.sh also will support --help and --version. The scripts including vol.sh will still be able to use the existing non-dash OPTIONS for the foreseeable future to maintain backward compatibility.
-Tim