Lincoln Lorenz
Lincoln Lorenz
This may be exacerbated by the #961
As we discussed we could probably add this as an optional feature. I think it would be a sweet use of the aux port. On Mon, Sep 9, 2024 at...
This looks similar to https://github.com/devgianlu/go-librespot/issues/88
Fixed in 0.4.8
The most helpful information for us right now would be the log file generated after the issue occurs. You can find the internet radio log file at `/home/pi/.config/.config/amplipi/srcs/SRC/log`, where SRC...
Based on the code in streams/runvlc.py it looks like the underlying python vlc client is still reporting the player status as playing when the switch over happens. I wonder if...
The place to start looking at this is https://github.com/micro-nova/AmpliPi/blob/7cc2f2a4472a194323f41b0d31b63e153f872871/amplipi/app.py#L296. I'm sure there are a couple of more places, but almost all of the requests are funneled through there.
Hmm look like there is a bug in the app's load config function. It should save the config after it is loaded. ```python @api.post('/api/load', tags=['config']) def load_config(config: models.Status, ctrl: Api...
A second generation of this would also probably include what release stream the customer was in sable, nightly, ... On Thu, Dec 5, 2024 at 1:17 PM Ryan ***@***.***> wrote:...
@rtertiaer brought up a possible reason for this. 2 spotify streams try to play audio from the same spotify users account. This may be easily actuated by one of the...