mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 21:35:49 +03:00
[PR #224] [CLOSED] Support Zeroconf discovery via Avahi #254
Labels
No labels
bug
enhancement
pull-request
spotify-side
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-librespot#254
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/devgianlu/go-librespot/pull/224
Author: @devgianlu
Created: 10/3/2025
Status: ❌ Closed
Base:
master← Head:zeroconf-avahi📝 Commits (6)
47039f1refactor: move Zeroconf options to a structec5b124feat: abstract Zeroconf discovery backendf9389d0feat: add Avahi Zeroconf backendf65b363chore: update README16c0d53chore: add CI deps for Avahi890b193chore: add avahi to vcpkg📊 Changes
17 files changed (+227 additions, -15 deletions)
View changed files
📝
.github/workflows/build_test.yml(+1 -1)📝
Dockerfile(+1 -1)📝
Dockerfile.build(+1 -0)📝
README.md(+4 -0)📝
cmd/daemon/main.go(+13 -1)📝
config_schema.json(+9 -0)📝
go.mod(+1 -0)📝
go.sum(+2 -0)📝
vcpkg-configuration.json(+3 -0)➕
vcpkg-ports/avahi/portfile.cmake(+33 -0)➕
vcpkg-ports/avahi/vcpkg.json(+14 -0)📝
vcpkg-triplets/base-linux.cmake(+4 -0)📝
vcpkg.json(+5 -0)➕
zeroconf/discovery/avahi.go(+58 -0)➕
zeroconf/discovery/builtin.go(+29 -0)➕
zeroconf/discovery/impl.go(+14 -0)📝
zeroconf/zeroconf.go(+35 -12)📄 Description
Support using Avahi as the discovery backend instead of the builtin mDNS/DNS-SD implementation. Having multiple services broadcasting mDNS on the same system can be problematic.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.