2021-08-29, 19:09
Hi,
I need some help with formating text.
In my old addon it was written like this:
The color is good but the problem is with the bold tags, it shows it like this:
How can I fix this? in Kodi 17.6 it was ok.
Thanks.
I need some help with formating text.
In my old addon it was written like this:
json:AddDir("[COLOR yellow][b]{0}[/b][/COLOR]".format(getLocaleString(30001)), "newList" , 20, os.path.join(iconsDir, "NewList.ico"), isFolder=False)
The color is good but the problem is with the bold tags, it shows it like this:
How can I fix this? in Kodi 17.6 it was ok.
Thanks.