Hallo Everybody,
Spotify addon has changed its regsitration stuff purely to avahi zeroconf. In github it was found out that my zeroconf is not working well
I enabled avhai deamon
systemctl enable avahi-daemon.service
But the registration is still not working (after reboot and in local hotspot). How can I configure zeroconf avahi to get Spotify addon to work:
cat /etc/avahi/avahi-daemon.conf 
[...]
[server] 
#host-name=foo 
#domain-name=local 
# browse-domains= 
use-ipv4=yes 
use-ipv6=yes 
#allow-interfaces=eth0 
#deny-interfaces=eth1 
#check-response-ttl=no 
#use-iff-running=no 
#enable-dbus=yes 
#disallow-other-stacks=no 
#allow-point-to-point=no 
#cache-entries-max=4096 
#clients-max=4096 
#objects-per-client-max=1024 
#entries-per-entry-group-max=32 
ratelimit-interval-usec=1000000 
ratelimit-burst=1000 
[wide-area] 
enable-wide-area=no 
[publish] 
#disable-publishing=no 
#disable-user-service-publishing=no 
#add-service-cookie=no 
#publish-addresses=yes 
publish-hinfo=no 
publish-workstation=no 
#publish-domain=yes 
#publish-dns-servers=192.168.50.1, 192.168.50.2 
#publish-resolv-conf-dns-servers=yes 
#publish-aaaa-on-ipv4=yes 
#publish-a-on-ipv6=no 
[reflector] 
#enable-reflector=no 
#reflect-ipv=no 
#reflect-filters=_airplay._tcp.local,_raop._tcp.local 
[rlimits] 
#rlimit-as= 
#rlimit-core=0 
#rlimit-data=8388608 
#rlimit-fsize=0 
#rlimit-nofile=768 
#rlimit-stack=8388608 
#rlimit-nproc=3
Kind regards,
Tobias