Estuary with bigger fonts in PVR

Hello, i have edited the estuary skin slightly to make PVR better readable if your sofa is far away. Mine is about 5m away and i own a 47" tv. With the new settings everything that is important for me in PVR is good to see. Everything else is not chan...

[TV Guide] – Enable next program starts notification

Just a request for a small addition to the already phenomenal amount of work you guys have done to the front end. **Applause** With the PVR frontend TV Guide in enigma2 on most DVB-S/T/C PVR settopbox's GUI'S there is an option to alert the viewer of...

TV Guide next program starts notification popup

Just a request for a small addition to the already phenomenal amount of work you guys have done to the front end. **Applause** With the PVR frontend TV Guide in enigma2 on most DVB-S/T/C PVR settopbox's GUI'S there is an option to alert the viewer of...

no audio via headphones

Hi All, looking for some help, google play store updated kodi to v17 and now i have no audio via wired headphones. using a sony xz works ok with no headphones and was fine on v16 help !!!!! cheers Andy

Select profile with android device

I wonder if there is a possibility to automatic select the right profile when making connection between Kodi and the android remote? Like the kids are using their android tablet with Yatse or Kore and when they are start up the device with kodi it sele...

Cant access ES Downloader on Firestick

Hi I am trying to intall Kodi on my Firestick that I purchased in November last year. I have tried 4 Youtube videos and have tried to intall version 16.1 with no luck then tried version 17 with no luck either. Everytime I get stuck at the point were ...

Philips 55PUS9109/12

Hello , I have a Philips television 55PUS9109/12 (sw version 000.010.126.000 05-11-2016) and want to install Kodi on it. After the download of version 15 (later versions are not compatible with the software, is the message on the screen after download...

Best build for live TV

I am trying to watch live TV and it keeps buffering. I have installed 2 builds and with each one it buffers or just doesn't work. What is the best build for live TV. I am using it on a firstick 2nd gen. Sent from my iPhone (typie typie)

Mutiple versions of an add-on in the official repo

Hi everyone, I was wondering if it is possible to have mutiple versions of the same add-on in the official repo. If I have version 1.x in the helix branch and 2.x in the krypton branch, would then all users running up to Jarvis be able to get 1.x auto...

Kodi 17 Krypton / Minix Z64W

I'm running Krypton RC4 on a minix Z64 with Windows at 1607 level, anniversary edition. I have 2 problems. 1 - kodi is unable to scan my NAS attached video files and will not respond to stop updating library command. The files are accessible and read...

Label background textures

I would really like label controls to have textures similar to buttons.

PHP Code:
<control type="label">
    <
width min="100" max="300">auto</width>
    <
height>50</height>
    <
label>$INFO[ListItem.Label]</label>
    <
font>Font1</font>
    <
align>center</align>
    <
textcolor>white</textcolor>
    <
texture>texture.png</texture>
</
control

Reason being I want certain labels to have a background texture that auto-sizes along with the actual label. In certain scenarios I can get away with using buttons without actions to act like labels. Except I also want to use this in lists. Again, in some cases I can use buttons for labels. But in others I cannot as I don't have total control over what controls are used (for example with add-on generated lists like skin shortcuts)