Moode Forum
Moode 8.2.3 resume mpd for roonbridge - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: Moode 8.2.3 resume mpd for roonbridge (/showthread.php?tid=5253)



Moode 8.2.3 resume mpd for roonbridge - huey2011 - 12-20-2022

Hi, 

I think there is something wrong with the "resume mpd" toggle for the roonbridge renderer. It toggles the "resume mpd" for squeezelite... (even when both are "off"). 
In 8.2.2 this was working correct.

Regards


RE: Moode 8.2.3 resume mpd for roonbridge - Tim Curtis - 12-20-2022

Prolly a bug. I'll investigate.


RE: Moode 8.2.3 resume mpd for roonbridge - Tim Curtis - 12-20-2022

Run the command below to patch the template file and you should be all set.

Code:
sudo wget -q https://raw.githubusercontent.com/moode-player/moode/develop/www/templates/ren-config.html -O /var/www/templates/ren-config.html



RE: Moode 8.2.3 resume mpd for roonbridge - huey2011 - 12-21-2022

(12-20-2022, 10:17 PM)Tim Curtis Wrote: Run the command below to patch the template file and you should be all set.

Code:
sudo wget -q https://raw.githubusercontent.com/moode-player/moode/develop/www/templates/ren-config.html -O /var/www/templates/ren-config.html

Thanks, will do!