Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Official moOde 7.0.1 support thread
#53
Yes, moOde use --linear-volume when it should be --volume-ctrl linear

You can change that in /var/www/inc/playerlib.php, line 2537:

Code:
$linear_volume = $cfg_spotify['volume_curve'] == 'Linear' ? ' --linear-volume' : '';
should be:
Code:
$linear_volume = $cfg_spotify['volume_curve'] == 'Linear' ? ' --volume-ctrl linear' : '';

Then reboot
I guess Librespot change that in a recent commit.
Reply


Messages In This Thread
RE: Official moOde 7.0.1 support thread - by TookaFace - 12-28-2020, 11:03 AM
RE: Official moOde 7.0.1 support thread - by efung - 02-04-2021, 12:06 AM
RE: Upcoming moOde 7.1.0 release - by JonPike - 02-06-2021, 10:05 PM

Forum Jump: