mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 05:15:49 +03:00
[GH-ISSUE #275] zeroconf_enabled option not working #164
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#164
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?
Originally created by @dflvunoooooo on GitHub (Dec 23, 2025).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/275
Hi everyone,
I am trying to diable mDNS because I have to use avahi for cups. But the option
zeroconf_enabled: falsedoes still lead to a zeroconf server been started from librespot.How can I actually disable the mDNS server from librespot?
@devgianlu commented on GitHub (Dec 24, 2025):
I cannot reproduce this, are you sure the configuration file is being picked up? Can you share the full log and configuration file?
@dflvunoooooo commented on GitHub (Dec 24, 2025):
Thank you for your fast answer! At least the name is picked up correctly, so part of the config file is read. I will share the logs and configuration file, when I am home again.
@dflvunoooooo commented on GitHub (Dec 26, 2025):
Here is the log
and this is the config file
I am on version
0.6.2.r1.g6563513.@devgianlu commented on GitHub (Jan 1, 2026):
This is because
credentials.typedefaults tozeroconf. If you set it to something else then it won't start Zeroconf.@dflvunoooooo commented on GitHub (Jan 4, 2026):
I see. I still want to use the spotify connect function, but librespot creates it's own mdns-server which interferes with my avahi-daemon. Can librespot use avahi as mdns-server?
@devgianlu commented on GitHub (Jan 4, 2026):
A recent PR added this: https://github.com/devgianlu/go-librespot/pull/277
@dflvunoooooo commented on GitHub (Jan 5, 2026):
The new feature is working perfectly! :) Thank you!