Rogger Fabri
Rogger Fabri
I'm also interested on that. Mostly because I'm using Docker containers for both Server and Client, so whenever my docker host restarts, the client container is assigned with a new...
> You can override the host id with `--hostID`: > > ``` > snapclient --help > Allowed options: > --help produce help message > -v, --version show version number >...
Hi 👋🏻 can you share your docker-compose or docker run command?
@M-Gregoire the binary is indeed arm32 as the source doesn't have a compiled arm64, but the image itself is built for 64bit However, I don't have any issues executing the...
Have you tried building the image locally?
Hi @delightfuldude are you trying to stream from 'mopidy' using Spotify or other kind of source?
Hey friend, glad you found the image useful 👍🏻 I have [commented out](https://github.com/RoggerFabri/mopidy-icesnap/blob/master/mopidy/Dockerfile#L19) the Mopidy-Spotify extension in my custom `mopidy` image a while ago, and I have started worked on...
> As I understand, you might need to install Mopidy-Spotify==5.0.0a2 Humm this is cool, I will try building with this version, and I'll let you know how it goes. Have...
I can't get it to work and I'm getting the error outlined on this issue here: - https://github.com/mopidy/mopidy-spotify/issues/388
I see, looks like a lot of stuff progressed since the last time I looked into this. I'll have a look at what you sent above and get back to...