From 5b85d57cf742c9adb3c57f15f5e64f47de7fa7ee Mon Sep 17 00:00:00 2001 From: dasos Date: Sat, 7 Jan 2017 12:49:10 +0000 Subject: [PATCH] Squeezebox port changes 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 32c23ed46b0d..d091d13b6d9c 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.