Layouts in views
Hi, So in views you have additional layouts for example in a sauna view you have 3 different layouts to choose from? Is it possible for each layout to use a different setup for the container? For...
View ArticleReviving an "archived" skin: what are the standards that need to be met?
I'm more-or-less the only one still maintaining a fork of the Mimic skin, and as it's still my favorite skin, and I've put a lot of work into getting it functional in matrix (as well as adding lots of...
View ArticleStrange fixedlist behaviour
Hi, i have a problem with fixedlist controls in a group/grouplist. I don't understand the behavior of the fixedlist. When I navigate through the main menu items, all fixedlist controls are at position...
View Articlereload keymap in kodi 19
Hi, This is not opcion anymore in kodi 19, does anyone have a solution for kodi 19, how to reload keymap. Thanks <onfocus>XBMC.Action(reloadkeymaps)</onfocus>
View ArticleCreating conditional includes for widget info panel
I am at my wits end. I have tried every possible way to do this... In my skin (a heavy mod of the excellent Silvio skin) I have widgets and the widgets will have a separate info panel. Depending on...
View ArticleIs there a clean way for addon to remove screensaver.mode from guisettings?
I am developing an add-on which defines an xbmc.ui.screensaver extension. Works great. User has to enable it via the interface settings, as expected. But when I remove the add-on, the now non-existant...
View ArticleHow to make some delay onfocus tag?
Hello I am working on auto play trailer with button. Here is my code I have done. <control type="videowindow" id="2"> <description>Trailer Video...
View ArticleCan I make continuous watching button for TV show episode on my container list?
Hello I'd like to make separate buttons for resumes from where I stopped watching among all episodes. I tried it as below and it works...
View ArticleSkin Editor
This is an older project that i'm bringing back and was wondering if anyone had any suggestions. So Far I've only moved the main menu the addon needs to have custom code in the skin to work.
View ArticleDynamic Include Parameters
Hi together, let's take the following example: <include name="testinclude"> <param name="top" /> <definition> <control type="label">...
View ArticleInclude inside a variable
Should I be able to use an include inside a variable definition? <include name="skinshortcuts-template-main-menu-fanart"> <value...
View ArticleAliasing for icon image
Hello Running Kodi 19 on Window10. It can see this aliasing in my custom icon images. (Captured in full screen of Kodi) This original image is like this 240X240x32b Here is xml code display on Kodi...
View ArticleDifferent grouplist button move
Hello I 'd like to move inner grouplist button from the outer grouplist button. Here is my code to test. <!-- outer group list --> <control type="grouplist"> <top>100</top>...
View ArticleHow to give exact parameter label for youtube search?
Hello I am using movie/tv show trailer playing using youtube plugin as below (with my youtube API key) <variable name="ContentVideoYoutube"> <value...
View ArticleCore Context Menu bug
I'm posting this here as it's an issue I'm running into when developing a skin, however I think it may be a core Kodi issue? In my Library View I have my main Library container and also a secondary...
View Articlethumb fallback with Skin.SetImage
Hello How to use thumb fallback? This is my code <control type="button" id="3045"> <description>Single Image button</description> ......
View Articlecontainer loading time
Hello My custom skin has the ability to play trailer movies in my view mode. It's working well, but it will take some time to load the container (4-5 seconds).I want to be there in 1-2 seconds So, I...
View ArticlePVR Timeshift Infolabel possible confusion
Can someone confirm/explain my understanding of these two infolabels: PVR.TimeshiftProgressPlayPos and PVR.TimeshiftSeekBar My understanding is that TimeshiftProgressPlayPos gives the percentage of the...
View ArticleNumber of movies in a collection
Feature request: If a listitem is a collection, then it would be cool, to have an infolabel for the number of movies inside the collection, to use that info inside a item/focusedlayout
View ArticleHow can I dynamically toggle between includes?
Hi, I have for example a toggle button in the context menu (let call its setting value as "tButton"). My purpose is that: - When the button is True, Include "A" will show up, and Include "B" will be...
View Article