grouplist skinshortcuts onup action
I have a problem with the onup behaviour. The situation is like so: A grouplist with skinshrtcuts widgets. I want to have specific onup conditions. The problem ist, that e.g. the...
View Article$PARAM[id] focusedlayout
Hi, I'm having a weirdly specific issue. Not sure if this is a known thing or what. But I've got a list I want to reuse, so I've put it in includes and use $PARAM[id] for the id and I use it for some...
View Article[split] Changes to the skinning engine for Kodi Matrix
(2020-03-11, 01:23)ronie Wrote: 2020-03-10 new infolabels MusicPlayer.ReleaseDate The release date of the song currently playing. ListItem.ReleaseDate The release date of the item....
View ArticleShow up Video OSD using touch on Mobile device
Hello On estuary(default) skin, when I play movie with full screen, I can see pop-up Video OSD menu correctly after touching anywhere on the screen. I have custom skin and will try this behaviors.. but...
View ArticleHow to identify lines where a skin uses skin-helper add-ons?
Is it possible to show all entries in the skin files as marked, which reference to a python add-on? Something like: line 77 of DialogVideoInfo.xml is marked green, because it uses a function provided...
View ArticleDialogBusy.xml Question
im trying to add a busy spinner to my skin, i have: <?xml version="1.0" encoding="UTF-8"?> <window> <!-- busydialog --> <controls> <!-- Background -->...
View ArticleButton without focus?
Beginner here! I'm modding a skin and currently I'm editing the details row (under the clearlogo) as shown in the picture. The MPAA part was originally in a group control with image and label controls...
View ArticleNavigating through containers with conditional visibility in a grouplist
Hello, on my movieinformation dialog, I have grouplist containing a series of widgets, which are lists populated by the <content> field. Each widget has a unique list id a unique group id. The...
View ArticleSeason Fanart in Episodes view
Wasn't sure if I should bump a 5 year old thread or start a new one. Trying to use season fanart in Episodes view. I have tried the code in the Episodes XML with additions to the Variables.XML as noted...
View ArticleFixed grouplist
Is there anyway to make a grouplist behave like a fixedlist, meaning the focused item is fixed in place and the items scroll not the focused position?
View Articleissue in button menu dialog
Hi guys, I am have issues using <onback> from within a list control in the button menu dialog. I have a button control with id 999 that clears a home property and then closes the dialog. This...
View ArticleDisable listitem onclick for movie sets?
Or better yet, redirect the onclick to a different control. Possible?
View ArticleAnimation help
I have a vertical group list bottom aligned with controls for clearlogo, sublabel, plot and buttons as seen below. I want to the plot textbox to disappear with a slide down animation and the clearlogo...
View ArticleCustom sortMethod
I have been all over this forum as well as the internet and the answer I always read is 'Use smart playlists' or 'Use super favorites'. For me and my media library, the way it is set up, just doesn't...
View ArticleTruncate result of ItemLabel
Hello, i'm totally new to skinning and i looked everywhere in the wikis and didn't find anything like that. Let's suppose ListItem.FileName return the value "Fast and Furious" Is there a way to...
View ArticleDialogMusicInfo.XML missing play button in certain skins ?
I have an addon which pulls video and music files from a uPNP server, creates listitems in Kodi and allows users to play the media. it does a lot more like populating the Kodi database (i.e. syncing...
View ArticlePlaying Music Album on dynamic list at home?
Hello I am looking for some way to play album icon from dynamic list. Here is my code to display music album on home home.xml <include content="HomeRecentlyAddedInfo"></include>...
View ArticleFlagging for external subtitle at dynamic list
At dynamic list in Movie Library, is there any way to check the external subtitle file (srt file)? I found this condition but it looks for internal subtitle (as far as I know) check not external...
View ArticleWhere is code for pop up message when you add media source or install addon?
Hello I will try move position for pop-up message when you install addon or import video file. I can not find "include name" or related "xml" file? I am working on custom skin base on estuary...
View Article