From 8832db50a0dced2b80f92c584afda84765c8d3ed Mon Sep 17 00:00:00 2001 From: Roman Miroshnychenko Date: Mon, 4 Dec 2023 21:33:35 +0200 Subject: [PATCH] Add setup instructions to Readme.md --- Readme.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Readme.md b/Readme.md index 26ed96b..14da2ab 100644 --- a/Readme.md +++ b/Readme.md @@ -41,6 +41,19 @@ Those are limitations of the Kodi addon API. Currently, this plugin is being actively developed and no installation files are available. +## Setup + +### Remote Kodi + +In "**Settings**" > "**Services**" > "**Control**" section enable the built-in web-server and remote control +as shown on the screenshot. + +![Control Section](https://raw.githubusercontent.com/romanvm/kodi.external.library/master/screenshots/kodi-webserver-settings.png) + +### Plugin Settings + +In the first section ("**Access**") enter the host address of your remote Kodi instance. +Also provide the port number, login and password configured on the previous step. ## Credits