owntone / owntone-server

Linux/FreeBSD DAAP (iTunes) and MPD audio server with support for AirPlay 1 and 2 speakers (multiroom), Apple Remote (and compatibles), Chromecast, Spotify and internet radio.
https://owntone.github.io/owntone-server
GNU General Public License v2.0
2.09k stars 235 forks source link

airplay device blacklisting #387

Closed BIAndrews closed 7 years ago

BIAndrews commented 7 years ago

Is it possible to configure forked-daapd to block an Airplay device it autodetects?

ejurgensen commented 7 years ago

Yes, the exclude setting should do that: https://github.com/ejurgensen/forked-daapd/blob/master/forked-daapd.conf.in#L207

BIAndrews commented 7 years ago

This worked perfect, thank you!