From 4ffd1f0e404a2afdc707b58790fe709ea113084c Mon Sep 17 00:00:00 2001 From: Synced Synapse Date: Fri, 17 Nov 2023 18:16:58 +0000 Subject: [PATCH] Improve Kodi configuration message (#987) This message is extremely important for new users, and was a bit light on details. This improves it with more detailed information on how to connect to Kodi --- app/src/main/res/values/strings.xml | 35 +++++++++++++++++++++++++---- 1 file changed, 31 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 8720c634c..311e128d5 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -83,16 +83,43 @@ Welcome
- You can get help configuring it here.

+ Let\'s start by adding a media center. +
+ Make sure that Kodi is running and properly configured. Specifically check the following under Kodi\'s Settings: +

+ Select Services, then Control and: +
+ 1. Enable Allow remote control via HTTP; +
+ 2. Enable both options Allow remote control from applications on this system and Allow remote control from applications on other systems; +

+ Select Services, then General and: +
+ 1. Enable Announce services to other systems; +

+ You can get additional help here. +

When you\'re ready press Next. ]]>
]]> - If you need help configuring it, check here.

+ I couldn\'t find any media center on your network.

+ Please make sure that Kodi is running and properly configured, specifically check the following under Kodi\'s Settings: +

+ Select Services, then Control and: +
+ 1. Enable Allow remote control via HTTP; +
+ 2. Enable both options Allow remote control from applications on this system and Allow remote control from applications on other systems; +

+ Select Services, then General and: +
+ 1. Enable Announce services to other systems; +

+ You can get additional help here. +

Click Search again or Next for manual configuration. ]]>