Fix color calibration for Kodi 18 (Fixes #771) (#1044)

This commit is contained in:
LordGrey 2020-10-18 19:09:20 +02:00 committed by GitHub
parent db1dae45d2
commit 3bf1089763
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1037 additions and 1147 deletions

View File

@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix Lightpack issue (#1015)
- Fix color calibration for Kodi 18 (Fixes #771)
### Removed
- Replace Multi-Lightpack by multi-instance Lightpack configuration

View File

@ -862,13 +862,13 @@
"wiz_cc_btn_stop": "Stop video",
"wiz_cc_btn_switchpic": "Switch picture",
"wiz_cc_chooseid": "Define a name for this color profile.",
"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.",
"wiz_cc_kodicon": "Kodi webserver found, proceed with Kodi support.",
"wiz_cc_kodidiscon": "Kodi webserver not found, proceed without Kodi support.",
"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.",
"wiz_cc_kodicon": "Kodi found, proceed with Kodi support.",
"wiz_cc_kodidiscon": "Kodi not found, proceed without Kodi support.",
"wiz_cc_kodidisconlink": "Download link pictures:",
"wiz_cc_kodimsg_start": "Test success - time to proceed!",
"wiz_cc_kodishould": "Kodi should show the following picture: $1",
"wiz_cc_kwebs": "Kodi webserver (IP:Port)",
"wiz_cc_kwebs": "Kodi webserver (Hostname or IP)",
"wiz_cc_lettvshow": "Let your TV show the following picture: $1",
"wiz_cc_lettvshowm": "Check this with the following pictures: $1",
"wiz_cc_link": "Click me!",

File diff suppressed because it is too large Load Diff