Mopidy-Iris and librespot streams using systemd #1009
-
Hi, First of all, thanks for this awesome software ... been enjoying whole house audio for a few years now! I had a nice working setup where my spotify was running through mopidy/iris, going into a pipe at /tmp/snpafifo ... however with the spotify shutdown recently, I am now trying to get a librespot sink working as a secondary stream for my snapclients, so I can use the native spotify apps to have my whole house audio working for spotify, and mopidy/iris for local files, mixcloud, etc. I am missing something simple I think and wondering if anyone can spot anything I've botched? My server is ubuntu 20 in an lxc container. Installed libre spot via cargo. If I run it on the command line, I can see it from spotify apps. my /etc/systemd/system/multi-user.target.wants/snapserver.service has this:
my /etc/default/snapserver:
And my [STREAM] section of /etc/snapclient.conf
When I start sudo systemctl start snapserver.service I see: May 22 20:56:09 mopidysvr snapserver[58517]: 2022-05-22 20-56-09 [Warn] (main) unknown configuration option: stream.source If I comment out those two sources, the error goes away ... and my mopidy/iris source still works?? Am I duplicating the stream section somehow with the SNAPSERVER_OPTS? ... or have I botched the config file somehow? Any hints would be very much appreciated ... Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Go this working. I guess I had an Ubuntu Package version of snapserver installed - it was 0.18 (while current is 0.26). |
Beta Was this translation helpful? Give feedback.
Go this working. I guess I had an Ubuntu Package version of snapserver installed - it was 0.18 (while current is 0.26).
I pulled the new debian package with wget and manually dpkg -i ... It takes the stream.source options now.
Sorry for the noise!