So, xbmc has AirPlay support now, how wonderful...
What's that? It doesn't work when you enable it in the settings? How silly.
Turns out you need to:
apt-get install avahi-daemonfor it to actually work.
The configure script does check for avahi when you ./configure but it seems to enable it regardless if it is installed or not.
I was under the impression that:
those autos would enable it if all prerequisites are met. I might be wrong though. :)--enable-airplay enable AirPlay support(default is auto) --enable-airtunes enable AirTunes support(default is auto)
Anywho, it works when you get the avahi-daemon installed at least.