// Ansible managed // General Settings general = { name = "Zuhause"; interpolation = "soxr"; output_backend = "pipe"; }; // Advanced parameters for controlling how Shairport Sync stays active and how it runs a session sessioncontrol = { allow_session_interruption = "yes"; }; // Back End Settings pipe = { name = "/daapd-data/music/Zuhause.AirPlay"; }; // How to deal with metadata, including artwork // For this section to be operative, Shairport Sync must be built with at one (or more) of the following configuration flags: // --with-metadata, --with-dbus-interface, --with-mpris-interface or --with-mqtt-client. // In those cases, "enabled" and "include_cover_art" will both be "yes" by default metadata = { enabled = "yes"; include_cover_art = "yes"; pipe_name = "/daapd-data/music/Zuhause.AirPlay.metadata"; pipe_timeout = 60000; };