From be46e46eba8cbe0ba3e7f88dbbd25ea820e57062 Mon Sep 17 00:00:00 2001 From: dasos Date: Sun, 8 Jan 2017 22:17:14 +0000 Subject: [PATCH] Squeezebox port changes (#1732) Change port information, and added note that that the config will likely need to be altered. --- source/_components/media_player.squeezebox.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_components/media_player.squeezebox.markdown b/source/_components/media_player.squeezebox.markdown index 32c23ed46b0..d091d13b6d9 100644 --- a/source/_components/media_player.squeezebox.markdown +++ b/source/_components/media_player.squeezebox.markdown @@ -28,6 +28,8 @@ media_player: Configuration variables: - **host** (*Required*): The host name or address of the Logitech Media Server, eg. 192.168.1.21. -- **port** (*Optional*): Telnet port to Logitech Media Server. Defaults to 9090. +- **port** (*Optional*): Web interface port to Logitech Media Server. Defaults to 9000. - **username** (*Optional*): The username, if password protection is enabled. - **password** (*Optional*): The password, if password protection is enabled. + +

This platform now uses the web interface of the Logitech Media Server to send commands. The default port of the web interface is 9000. It is the same port that you use to access the LMS through your web browser. Originally, this platform used the telnet interface, which defaults to 9090. If you previously specified the port in your configuration file, you will likely need to update it.