Solved <setting label="1" type="lsep"/> does not work ??
#1
Using Kodi 17-RC4:

If I use : <setting type="sep"/> then I get the expected line.

if I use: <setting label="32831" type="lsep"/> then I don't see the line.

According the wiki I should get a line and text, but I only get the text.

Am I doing something wrong, or is this a bug?

Image


my settings.xml
Code:
<settings>
    <category label="32830">
        <setting id="enabled" label="32841" type="bool" default="true"/>
        <setting label="32831" type="lsep"/>
        <setting id="debug" type="bool" label="32842" default="false"/>
    </category>
    <category label="32832">
        <setting label="32844" type="lsep"/>
        <setting label="32845" type="lsep"/>
        <setting id="use_kodi_setting" label="32846" type="bool" default="true"/>
    </category>
    <category label="32833">
        <setting label="32847" type="lsep"/>
        <setting id="show_recap" label="32848" type="bool" default="true"/>
    </category>
</settings>
Add-on : Bluray iso utils Rewrite of BR_iso_enhancements
Add-on : BR_iso_Enhancements Give theatrical & directors cut from the same bluray iso each their own library entry, use bluray iso's of tv shows as if they are already ripped.
Reply
#2
updated the wiki, problem fixed ;-)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
(2017-01-28, 05:17)ronie Wrote: updated the wiki, problem fixed ;-)

Huh That's one way to solve it Rofl
Add-on : Bluray iso utils Rewrite of BR_iso_enhancements
Add-on : BR_iso_Enhancements Give theatrical & directors cut from the same bluray iso each their own library entry, use bluray iso's of tv shows as if they are already ripped.
Reply
#4
ofc i did look at our code first and adopted the wiki accordingly ;-)

'lsep' displays a label, 'sep' displays an image:
https://github.com/xbmc/xbmc/blob/master...#L895-L902
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply

Logout Mark Read Team Forum Stats Members Help
<setting label="1" type="lsep"/> does not work ??0