From 078c6d16c7e1d588398e1c60ea241b2ccc96645e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 14 Oct 2015 20:25:30 +0200 Subject: [PATCH] Add mopidy --- source/components/media_player.mpd.markdown | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/source/components/media_player.mpd.markdown b/source/components/media_player.mpd.markdown index 16e3638aee3..8fc399ede0b 100644 --- a/source/components/media_player.mpd.markdown +++ b/source/components/media_player.mpd.markdown @@ -26,7 +26,10 @@ media_player: Configuration variables: -- **server** *Required*: IP address of the Music Player Daemon. Example: 192.168.1.32 -- **port** *Optional*: Port of the Music Player Daemon, defaults to 6600. Example: 6600 +- **server** *Required*: IP address of the Music Player Daemon, eg. 192.168.1.32 +- **port** *Optional*: Port of the Music Player Daemon, defaults to 6600. - **location** *Optional*: Location of your Music Player Daemon. - **password** *Optional*: Password for your Music Player Daemon. + +This platform works with [Music Player Daemon](http://www.musicpd.org/) and [mopidy](https://www.mopidy.com/) with [Mopidy-MPD](https://docs.mopidy.com/en/latest/ext/mpd/) as used by [Pi MusicBox](http://www.pimusicbox.com/). +