Hi, thanks for the wonderful add-in!
I was looking at adding a backwardly compatible colour picker for the prime / pay colours and started to experiment a little. Firstly I understand that kodi is quite forgiving regarding xml tags it doesn't understand so using the kodi 20+ colorbutton should just allow silent fallback to string setting as now. So I tried this out, and it seems I need to convert the settings.xml file to format to version 1 (apparently that's also valid in kodi 19).
Questions.
- Is an upgrade to version 1 settings format something acceptable?
- If so, the existing makes heavy use of relative offsets for determining the visibility of the control, is that something we could rationalise?
If so, what is the primary intent of those visibility tags?
The setting with id="browser" has a static label 'Browser', shouldn't this be a numeric?
- In general settings the browser choice appears in 'Browser' mode and 'Script/Batch', is the second correct? (NEW)
Thanks!
Hi, thanks for the wonderful add-in!
I was looking at adding a backwardly compatible colour picker for the prime / pay colours and started to experiment a little. Firstly I understand that kodi is quite forgiving regarding xml tags it doesn't understand so using the kodi 20+ colorbutton should just allow silent fallback to string setting as now. So I tried this out, and it seems I need to convert the settings.xml file to format to version 1 (apparently that's also valid in kodi 19).
Questions.
If so, what is the primary intent of those visibility tags?The setting with id="browser" has a static label 'Browser', shouldn't this be a numeric?Thanks!