aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorMartin Ashby <martin@ashbysoft.com>2022-12-27 16:10:25 +0000
committerMartin Ashby <martin@ashbysoft.com>2022-12-27 16:10:25 +0000
commitbb96b37b11aaa2a3771e17281e925e8cc4c59206 (patch)
treee04ad0e1665f55073ab09f0229e756cb2fafd40a /content
parent1997fa932eca2f4df91dbc60bcf7cbf37f592066 (diff)
downloadmfashby.net-bb96b37b11aaa2a3771e17281e925e8cc4c59206.tar.gz
mfashby.net-bb96b37b11aaa2a3771e17281e925e8cc4c59206.tar.bz2
mfashby.net-bb96b37b11aaa2a3771e17281e925e8cc4c59206.tar.xz
mfashby.net-bb96b37b11aaa2a3771e17281e925e8cc4c59206.zip
Update to spotifyd regarding zeroconf-port
Diffstat (limited to 'content')
-rw-r--r--content/posts/2022-12-26-spotifyd.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/2022-12-26-spotifyd.md b/content/posts/2022-12-26-spotifyd.md
index b39e15a..d4fed27 100644
--- a/content/posts/2022-12-26-spotifyd.md
+++ b/content/posts/2022-12-26-spotifyd.md
@@ -13,7 +13,7 @@ Install guides:
- [spotifyd](https://spotifyd.github.io/spotifyd/installation/Raspberry-Pi.html), zero-w requires the arm-v6 variant, luckily they build releases for this architecture! Building on the pi-zero could take a while.
- [phat-dac](https://learn.pimoroni.com/article/raspberry-pi-phat-dac-install)
- [tailscale](https://tailscale.com/kb/1025/install-rpi/), not strictly necessary, but nice to have
-- and [ufw](https://help.ubuntu.com/community/UFW) and [unattended-upgrade](https://manpages.ubuntu.com/manpages/bionic/man8/unattended-upgrade.8.html), just for the additional security and sanity.
+- and [ufw](https://help.ubuntu.com/community/UFW) and [unattended-upgrade](https://manpages.ubuntu.com/manpages/bionic/man8/unattended-upgrade.8.html), just for the additional security and sanity. Note that you must set spotifyd to listen on a fixed port for disovery to work, and allow that port in the firewall! Specifically set `--zeroconf-port <number>` either via command line or in the configuration file, and allow connections with `sudo ufw allow <number>`
I tried a similar project a few years ago, using [MPD](https://www.musicpd.org/) and spotify plugin, but at the time it was too unreliable. Thanks to the folks who spent the time creating spotifyd!