04-06-2023, 12:04 PM
In the script /var/www/trx-config.php look for the line below.
Comment it out in case you want to revert it later and then add a line below it setting the var to blank. This will result in the SET button being enabled so you can turn the receiver on.
Code:
$_multiroom_rx_disable = ($_SESSION['alsavolume'] == 'none' || $_SESSION['mpdmixer'] == 'software') ? 'disabled' : '';
Comment it out in case you want to revert it later and then add a line below it setting the var to blank. This will result in the SET button being enabled so you can turn the receiver on.
Code:
//$_multiroom_rx_disable = ($_SESSION['alsavolume'] == 'none' || $_SESSION['mpdmixer'] == 'software') ? 'disabled' : '';
$_multiroom_rx_disable = '';