From c18e3c77e258ecfefdabcbd6c266263933bcd38c Mon Sep 17 00:00:00 2001 From: Nickolaos C <51789566+NickolaosC@users.noreply.github.com> Date: Mon, 11 Apr 2022 10:05:44 -0400 Subject: [PATCH] Update forked_daapd.markdown (#22343) --- source/_integrations/forked_daapd.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_integrations/forked_daapd.markdown b/source/_integrations/forked_daapd.markdown index 06ec6df5bf6..ddc8bda9275 100644 --- a/source/_integrations/forked_daapd.markdown +++ b/source/_integrations/forked_daapd.markdown @@ -15,11 +15,11 @@ ha_platforms: ha_integration_type: integration --- -The `forked_daapd` integration allows you to control your [forked-daapd](http://ejurgensen.github.io/forked-daapd/) server from Home Assistant. This integration can control the forked-daapd outputs (zones) with limited playback control (play/pause, previous/next track) and media info support. Playlist manipulation is not supported. +The `forked_daapd` integration allows you to control your [OwnTone (previously forked-daapd)](https://github.com/owntone/owntone-server) server from Home Assistant. This integration can control the forked-daapd outputs (zones) with limited playback control (play/pause, previous/next track) and media info support. Playlist manipulation is not supported. ## Requirements -The `forked_daapd` integration requires a forked-daapd server built with libwebsockets enabled, version >= 27.0. +The `forked_daapd` integration requires a OwnTone server built with libwebsockets enabled, version >= 27.0. {% include integrations/config_flow.md %} @@ -29,7 +29,7 @@ Once the `forked-daapd` integration is set up, outputs will automatically be loa ## Pipes -As forked-daapd supports playing audio input via a pipe, this integration supports the forwarding of basic player controls (play, pause, next track, previous track) directly to the pipe's source. Currently only the pipe source librespot-java is supported. To use this, configure your forked-daapd server to autostart pipes and name your librespot-java pipe "librespot-java" (accompanying metadata is also supported through forked-daapd via a metadata pipe named"librespot-java.metadata"). The `forked-daapd` integration will find the librespot-java pipe in the database and will set it up as a source. +As OwnTone supports playing audio input via a pipe, this integration supports the forwarding of basic player controls (play, pause, next track, previous track) directly to the pipe's source. Currently only the pipe source librespot-java is supported. To use this, configure your forked-daapd server to autostart pipes and name your librespot-java pipe "librespot-java" (accompanying metadata is also supported through forked-daapd via a metadata pipe named"librespot-java.metadata"). The `forked-daapd` integration will find the librespot-java pipe in the database and will set it up as a source. ## Playlists