Auto width button, align to the right
Is it possible to have an auto width button that is aligned to the right, so that the right edge is always in the same place and it will stick out further to the left if the label is longer? My code...
View ArticlePNG image handling broken in Leia
Ticket already opened: https://trac.kodi.tv/ticket/17800 But to get the attention of the other skinners I'm going to post it here too. Bug report: I faced some empty image controls and found out that...
View ArticleRequest - Making EPG thumbs available in a own listitem property
@ksooo or to whom it may concern Currently a EPG thumb is only display in the PVR info dialog and the EPG and it replaces the channel logo of ListItem.Icon. This means that skinners have no control...
View ArticleRequest - Var.IsEmpty similar to String.IsEmpty
Title explains everything. This will save a looooooot of lines. Example of the current situation: I have a variable called $VAR[sub_label] with 50< conditions. If I want to move a label control a...
View ArticleSwitch from 2 differents VideoOSD.xml
Hello folks, I use the osmc theme on osmc raspberry pi. I have created a modified VideoOSD.xml file and i would like to know if it is possible to switch from one to the other only at the begining of...
View ArticleChannel Groups Window ID?
Can anyone please advise which .xml file controls the channel groups for the Kodi PVR? I don't mean the channel group manager where you can set up your groupings, I mean the window where you can...
View ArticleConditionally Include section of .xml code
I have the following piece of .xml that i am calling from Includes.xml in DialogSelect.xml: Code:<include content="DialogBackgroundCommons"> <param name="width" value="1220"...
View ArticleMultiImage question regarding PVR
Sorry For another question shortly after my previous.. when adding an image / multiimage. Is it possible for the visiblity to be set to not show if any media is playing ? Im using this to display a...
View ArticleProblem using includes and constants in XML gui
I'm playing with writing an add-on that uses XML files for the GUI. The problem I'm having is using includes and constants. For example, I defined a constant representing a color value (ARGB) to use...
View ArticleTweak existing skin to 21:9 or 2.35:1
Hi i've never played around with skinning, but i would love to get into it for the only reason to make a usable 21:9 or 2.35:1 skin for Home Cinema users with Beamers. If anyone could guide me or tell...
View ArticleReplacing onclick call to item with open when TV Guide window is opened.
I currently have a button that when pressed opens group dialog button (id = 28) within another window in a skin I am working on. What I actually want though is the output I get when clicking on the...
View ArticleTransitions between container content types
I'm using two separate views to handle TV shows: one for shows, and the other for seasons/episodes. This means using Container.Content to switch between them. It works fine, but I'd rather the switch...
View ArticlePersistent Dialogue Pop up?
I am amending a skin where on the PVR Guide screen I would like the channel group selection list to be persistent on screen - i.e. when you click on a group the list stays visible instead of...
View Article'z-index' (depth) on controls?
Hello, I am brand new to skinning, but I have many years of web development experience. I am trying to accomplish a menu that is similar to netflix widget is that the cursor itself doesnt move, and the...
View Articleeasing on fixedlist animation
Is it possible to change the animation easing during navigation through a fixedlist control? I only see scrolltime, but its linear, I'd refer an ease. Not sure how this works with the normal animation...
View Articlehorizontal fixedlist wrapped in a vertical fixedlist
Title hopefully explains the question - but here goes. I have created an include that is basically a horizontal menu of tiles. I want to be able to embed several of this onto my homepage, and have them...
View Articleparam with conditional to include
Is it possible to pass a param to an include with a condition="..." applied to it?
View Articlemanagement of widgets skin shortcuts
Hello, Could someone please assist with code that will enable the selection of widget 2 content only if widget 1 content is selected. Widget 3 selection will be available only if widget 2 content is...
View Articlev18 - Addons ListItem.Art(fanart) Variable
<variable name="VarFanart"> <value condition="!String.IsEmpty(ListItem.Art(fanart))">$INFO[ListItem.Art(fanart)]</value> <value>DefaultAddon.png</value>...
View ArticleParameterised left, right etc based on dialog visability
I have found the following thread https://forum.kodi.tv/showthread.php?tid=262125 that I believe will do what I want, which is change the left position of my EPG based on whether a dialog as defined in...
View Article