Channel logos in DialogPVRInfo?
Anybody, who knows, if it's possible to show channel logos in DialogPVRInfo?
View ArticleProgress Bar using Variable
Hello, why does the following code not show the desired progress bar (depending on whether Live-TV or a movie etc. is shown) ? (Line 7) <control type="progress" id="23">...
View ArticleList number of albums per artist
Per the skinhelper service wiki this listitem is available to show the number of albums per artist: SkinHelper.ListItem.AlbumCount So I'm trying to use it in my list view with this:...
View Articlev18 - Choose what option the main menu starts in
Hello all, As part of the process of migrating the Amber skin to Leia, I am trying to implement having the user choose what main menu option the skin starts in. I am not using script.skinshortcuts for...
View Articleresource.language. locale codes
Since the Kodi skins translations system it's for a long time inactive/dead, i've have created a project for my Bello skin in Transifex for the translations. So... i am trying to setup an automated...
View ArticleBug - Videowindow rendering external subs outside of control
Kodi 18.2 RC 190311 tested on Win 7 I have a videowindow control on the home window (also checked in other skins) with dimensions 666x375 When a video is playing with external subs (srt tested)...
View ArticleMeaning of Player.SeekEnabled ?
What's the purpose of "Player.SeekEnabled" and what's the difference to "Player.Seeking" ? The last one is explained in the wiki, but I can't find anything about Player.SeekEnabled, which is used e.g....
View Articlev18 - PVR.EpgEventFinishTime affected by timeshift!
Argh! PVR.EpgEventFinishTime and Player.FinishTime both seem to be affected by the timeshift - if you jump back in the timeshift buffer the finish times get later (since v18). Is this a bug, or by...
View ArticleHow to use remote control with bash script .sh?
How to use remote control with bash script .sh? I want to control the mouse with the keyboard keys. Are there any methods? I tried to use such code: #!/bin/bash wid=`xdotool search --onlyvisible --name...
View ArticleChanges to the skinning engine for Kodi Matrix
Below you'll find an up-to-date list of all changes made to the skinning engine since the release of Kodi Leia. new infolabelsPlayer.CutList (details) Player.Chapters (details) new...
View ArticleRequest - Support view and path unique settings or strings in Skin engine
Currently we have Skin.String en skin settings from script.skin.helper.service to help us with applying and storing user settings within the skin. Furthermore when a user opens up a certain page/list...
View ArticleRequest - How to fetch JSON
Hello, I am playing around with the default skin and wondering how to make dynamic menu. As of now it looks like this. <content> <item>...
View ArticleCreating a repo for a skin
Hello all, Could anyone please let me know where I can find info/instructions on how to create a repo (and a repo addon) for a skin? Thank you in advance for your assitance. Regards, Bart
View ArticleHow to display year for episode
I do it for movies and series (parental item) with $INFO[ListItem.Year] but for single episodes, it outputs 1969 no matter what the actual <year> of the episode's nfo file is. I tried changing...
View Articlev19 - Explain texture use in ranges?
I guess I can experiment and figure it out, but could someone explain or give a quick image of what is meant by the textures used in the ranges control? The terms "left hand side, right hand side" for...
View ArticleCount of movies in a movieset?
Hi, is there a way, to show count of movies in a movieset on a listcontrol?
View ArticleListItem of filename without the extension
I asked about 4 years ago, but is there any way to get the name of a file in a list without the extension and without using a python script? We currently have: ListItem.FileName Shows the filename...
View Article[TitanMod for Leia] Implementation of PVR Timeshift GUI / nub and slider
Hello, I am trying to mod the Titan skin to get it running in Kodi Leia, but stumbled during the implementation of the PVR Timeshift GUI as described by Ksooo in 14316 (PR) and 14386 (PR). The...
View ArticleRequest - How to fetch JSON
Hello, I am playing around with the default skin and wondering how to make dynamic menu. As of now it looks like this. <content> <item>...
View Articleprecedence of identical attributes in controls
I was doing some testing to understand what the precedence order is for attributes in a control. In particular I was looking at <colordiffuse> and am wondering if my results are generalized? 1....
View Article