Skip to content

Commit 3bf1089

Browse files
authored
Fix color calibration for Kodi 18 (Fixes #771) (#1044)
1 parent db1dae4 commit 3bf1089

File tree

3 files changed

+1066
-1176
lines changed

3 files changed

+1066
-1176
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717

1818
- Fix Lightpack issue (#1015)
1919

20+
- Fix color calibration for Kodi 18 (Fixes #771)
21+
2022
### Removed
2123

2224
- Replace Multi-Lightpack by multi-instance Lightpack configuration

assets/webconfig/i18n/en.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -862,13 +862,13 @@
862862
"wiz_cc_btn_stop": "Stop video",
863863
"wiz_cc_btn_switchpic": "Switch picture",
864864
"wiz_cc_chooseid": "Define a name for this color profile.",
865-
"wiz_cc_intro1": "This wizard will guide you through your led calibration. If you are using Kodi, the calibration pictures and videos can be sent directly to it without further actions on your side. If not, you will need to download these files yourself and display them when the wizard needs you to adjust the setting.",
866-
"wiz_cc_kodicon": "Kodi webserver found, proceed with Kodi support.",
867-
"wiz_cc_kodidiscon": "Kodi webserver not found, proceed without Kodi support.",
865+
"wiz_cc_intro1": "This wizard will guide you through your led calibration. If you are using Kodi, the calibration pictures and videos can be sent directly to it. Prerequisite: You need to enable \"Allow remote control from applications on other systems\" in Kodi.<br />Alternatively, you might want downloading these files yourself and display them when the wizard asks you to adjust the setting.",
866+
"wiz_cc_kodicon": "Kodi found, proceed with Kodi support.",
867+
"wiz_cc_kodidiscon": "Kodi not found, proceed without Kodi support.",
868868
"wiz_cc_kodidisconlink": "Download link pictures:",
869869
"wiz_cc_kodimsg_start": "Test success - time to proceed!",
870870
"wiz_cc_kodishould": "Kodi should show the following picture: $1",
871-
"wiz_cc_kwebs": "Kodi webserver (IP:Port)",
871+
"wiz_cc_kwebs": "Kodi webserver (Hostname or IP)",
872872
"wiz_cc_lettvshow": "Let your TV show the following picture: $1",
873873
"wiz_cc_lettvshowm": "Check this with the following pictures: $1",
874874
"wiz_cc_link": "Click me!",

0 commit comments

Comments
 (0)