2018-05-18, 18:15
2018-05-22, 23:30
@wedok,
That looks like the default Estuary skin. I'll move your post there, and maybe someone might know the answer to your question.
That looks like the default Estuary skin. I'll move your post there, and maybe someone might know the answer to your question.
2018-05-24, 01:52
go to kodi theme
open addon.xml
edit
<extension point="xbmc.gui.skin" debugging="false"> to <extension point="xbmc.gui.skin" debugging="true">
save run kodi
go to tv page
it will give you a name to look for what page to edit (it may be DialogPVRChannelsOSD,xml ?)
the code you will need to change will look like this
<control type="label">
<left>165</left>
<top>46</top>
<height>90</height>
<right>120</right>
<aligny>top</aligny>
<font>font12</font>
<label>$INFO[ListItem.Title]</label>
<shadowcolor>text_shadow</shadowcolor>
</control>
or
<control type="label">
<left>12</left>
<top>0</top>
<height>90</height>
<width>75</width>
<align>center</align>
<aligny>center</aligny>
<font>font32_title</font>
<label>$INFO[ListItem.ChannelNumberLabel]</label>
<shadowcolor>text_shadow</shadowcolor>
open addon.xml
edit
<extension point="xbmc.gui.skin" debugging="false"> to <extension point="xbmc.gui.skin" debugging="true">
save run kodi
go to tv page
it will give you a name to look for what page to edit (it may be DialogPVRChannelsOSD,xml ?)
the code you will need to change will look like this
<control type="label">
<left>165</left>
<top>46</top>
<height>90</height>
<right>120</right>
<aligny>top</aligny>
<font>font12</font>
<label>$INFO[ListItem.Title]</label>
<shadowcolor>text_shadow</shadowcolor>
</control>
or
<control type="label">
<left>12</left>
<top>0</top>
<height>90</height>
<width>75</width>
<align>center</align>
<aligny>center</aligny>
<font>font32_title</font>
<label>$INFO[ListItem.ChannelNumberLabel]</label>
<shadowcolor>text_shadow</shadowcolor>