Johannes Pohl
Johannes Pohl
Master is 1.5 years old, try develop, which is the default branch
Snapweb is using the [localstorage API](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) to persist data. Everytime it starts, it will read the value for the key `uniqueId` from the local storage or create and store one,...
Thanks, I didn't forget the PR, but I didn't manage to look into it yet, I hope to find time for it soon.
You can add `sampleformat=` to any source. If not set, the global one will be used: https://github.com/badaix/snapcast/blob/develop/doc/configuration.md https://github.com/badaix/snapcast/blob/develop/README.md#server
Seems that I misunderstood you, my understanding was that you can capture plexamp's audio and forward it into two different fifos, using different formats (e.g. `/tmp/snapfifo` and `/tmp/snapfifo_hires`). Then you...
Fixed in [Snapcast v0.30.0](https://github.com/badaix/snapcast/releases/tag/v0.30.0)
I've never observed such an issue, I'm using `meta_mopidy.py` without any issues. I added a simple [example script](https://github.com/badaix/snapcast/blob/auth/server/etc/plug-ins/example.py) in the `auth` branch, that will change the album art and track...
The `example.py` script has no dependencies, and does not require `mpd`. You can use it straight away for testing.
Have you tried using more threads?