05-29-2020, 05:15 PM
(05-27-2020, 08:25 AM)kit1cat Wrote: I have been using the Squeezelite renderer for the past few days, works great but unfortunately only the menu and volume keys work on the remote and no track info on the display. Any tips on how I can get the pause/play and mute keys working on the remote and track info on the display?
The Audiophonics screen script queries MPD for song info and commands, when you're using Squeezelite you're bypassing MPD so there's nothing to hook into. You could remap the remote commands to Squeezelite commands. As for the trackinfo, you should investigate hooking Squeezelite trackinfo into Moode's currenttrack.txt metadata file feature. Have a look at the code for the Pimoroni Pirate Audio display code for inspiration, I think they did a similar thing.