Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

settings category label missing #1

Open
ronie opened this issue Feb 25, 2020 · 0 comments
Open

settings category label missing #1

ronie opened this issue Feb 25, 2020 · 0 comments

Comments

@ronie
Copy link

ronie commented Feb 25, 2020

In Kodi 19, the settings category label is blank.
(and it's mis-labeled as 'Programs' in Kodi 18).

screenshot001

cause of this bug is a missing category node in settings.xml.

how-to-fix:

<?xml version="1.0" encoding="UTF-8"?>
<settings>
	<category label="21371">
		  <setting label="30001" type="bool" id="tadbalbumthumbs" default="true"/>
		  <setting label="30000" type="bool" id="fanarttvalbumthumbs" default="false"/>
	</category>
</settings>

screenshot002

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant