[SOLVED] 9.1.3 spotify and radio - 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: [SOLVED] 9.1.3 spotify and radio (/showthread.php?tid=7009) |
9.1.3 spotify and radio - hronists - 10-17-2024 updated to 9.1.3 and found there's a change in behaviour. If I have radio on, open spotify, start song, select rPI as output, nothing happens. I have to stop radio, then start song and connect to rPI. Before update I could start song, connect to rPI, radio stopped automatically and song started to play. Is there an option to stop radio automatically when spotify playback starts? RE: 9.1.3 spotify and radio - Tim Curtis - 10-17-2024 I'll investigate RE: 9.1.3 spotify and radio - Tim Curtis - 10-17-2024 This is a bug in moode's spotify event handler. :-0 I'll provide an installable patch tomorrow. RE: 9.1.3 spotify and radio - hronists - 10-18-2024 Thanks! RE: 9.1.3 spotify and radio - Tim Curtis - 10-18-2024 Try this patch. It installs a fix for the event script and an updated renderer guide. The fix is to have the event script process only the session_connect and session_disconnect events. Code: wget -q -O - https://moodeaudio.org/test/r913patch_spotevent.sh | sudo bash RE: 9.1.3 spotify and radio - tomaxsas - 10-18-2024 (10-18-2024, 11:32 AM)Tim Curtis Wrote: Try this patch. It installs a fix for the event script and an updated renderer guide. The fix is to have the event script process only the session_connect and session_disconnect events. there is a bug in patch, url to renderers setup is wrong. RE: 9.1.3 spotify and radio - hronists - 10-18-2024 (10-18-2024, 11:32 AM)Tim Curtis Wrote: Try this patch. It installs a fix for the event script and an updated renderer guide. The fix is to have the event script process only the session_connect and session_disconnect events. Installed patch and my issue is fixed. Thank you! RE: 9.1.3 spotify and radio - Tim Curtis - 10-18-2024 @tomaxsas, Fixed the url to setup guide. Try patch (or url) again. RE: 9.1.3 spotify and radio - tomaxsas - 10-18-2024 Thanks, i fixed once spotted it ? |