Lincoln Lorenz
Lincoln Lorenz
Shairport-sync controls are available via the dbus interface and documented [here](https://github.com/mikebrady/shairport-sync/blob/master/documents/sample%20dbus%20commands) The most useful option appears to be using the standardized MPRIS (Media Player Remote Interfacing Specification) support built in...
We will need to add a background thread to check for this condition. From a web application point of view there should be a play button to restart/reconnect the stream....
Vollibrespot uses an older version of librespot. We should upgrade to get some stability and hopefully latest Spotify features/integration.
Although vlc supports m3u file playback our stream implementation does not. What do we need to change? AmpliPi's vlc support is pretty simple. Here's what you need to reproduce the...
shairport-sync, the underlying airplay client that we use, is working on integrating some of the airplay2 features on their [development branch](https://github.com/mikebrady/shairport-sync/tree/development) A couple of questions: - Are we able to...
Text to Speech would be a really nice integration for announcements. Right now it needs to happen externally to the announcement. Figuring out a simple way to integrate it into...
Add a DLNA client stream that can be used to play songs from a DLNA server. Questions that need to be answered before we know how to implement this: -...