Disable raop_sink pipewire device discovery

How do I get rid of Apple Airplay discovery? I don´t need it and it is annoyingly messing with my denon avr1250

The easiest solution is to remove the package that installs the default(Airplay) configuration. Run this command in your terminal:

sudo dnf remove pipewire-config-raop

I Assume here your on Fedora44 Workstation. :wink:

2nd Method.
If you need to keep it create a script to disable it eg:
mkdir -p ~/.config/pipewire/pipewire.conf.d/

Then you need another file inside that directory named disable-raop.conf in that directory and add the following line:
Use this:

context.properties = { module.raop = false }

Restart the PipeWire service or reboot your system for the changes to take effect. Good Luck.

I guess you tried these methods before?