How can I define default focus control in grouplist control?
Hi, I have several button controls inside a grouplist control. Each time I open the dialog, the default focused control is the same control (which I don't want it to be). I want to change it, so the...
View ArticleHow can I create in internal margin for panel content
Hi, I need to find a way to make an internal margin of the content. Just to mention: I don't need it for each item, I need it for all of items together to move internally in the panel (to...
View ArticleControl.IsVisible() is not working
Hi, I have a panel with id of '59' Panel -> itemlayout -> group -> include -> include with a condition of 'Control.IsVisible(59)' Code: <include name="View_59_BigPanelDetails">...
View ArticleVisibility Condition question (Multiple visible tags)
Hi, What is this case equivalent? Code:<visibie>A</visible> <visibie>B</visible> 1) A + B or 2) A | B
View Articleexternal "srt" subtitle check using script.embuary.helper
Can I check the external subtitle file with script.embuary.helper? https://github.com/sualfred/script.embua...ile-exists //// Returns true if file exists. Otherwise the window property is going to be...
View ArticleProblem with includes/params/IsEqual
Hi, I would be glad if you can help me with this annoying case. Why does IsEqual not return "True"? (It always returns "False" instead) I have this code for example: Code: <include...
View ArticleQ: about epggrid for MyPVRGuide.xml and default id's
Hi , i start to build the MyPVRGuide.xml So i came across severell 'mysteries' (at least for me ) and got some questions, as the wiki does'nt offer it. First Inside all of the tags rulerdatelayout...
View ArticleFixedList Control : Unexpected variation in initial scroll position
Expected Behavior : When Kodi(18) starts, fixed lists are scrolled to the first item in the list. Observed Behavior : Fixedlists are scrolled to a random position when Kodi starts. The scroll position...
View Articlehow to close video info on fullscreen?
Hello I like to show when the video has played, shows video info 1-2 sec then it will close but I don't know how to do that. I use alamclock as below, it shows my video osd when it plays video....
View ArticleXBIAN - Display a little video window in Home.xml
Hello, I want to display a little video window in Home.xml, which play a trailer of a film that you are currently focusing. At the beginning, i've tried to put <onload> at the top of Home.xml,...
View ArticleStartup Video
Hello I don't know why it does not work. I just have simplified my code to test only. It closes Kodi itself. Startup.xml <window> <onload>ReplaceWindow(1114)</onload>...
View ArticleInfolabels and Boolean conditions for external subtitle(*.srt)
I am looking for Boolean conditions for external subtitle file(mostly srt file). I will use it my custom view page. I found VideoPlayer.HasSubtitles , looks it is for video player....
View ArticleHorizontal grouplist but from right to left rather than normal left to right
Simple question is this possible and if so how do I do it? The reason I want to do it this way is that in my Video views I want to have on the right hand side of an infopanel a line which goes [logo...
View ArticleSetFocus Based on Property of List Item
Is there a way to use a property in a list item to set the focus based on that value? I am setting two property values for each item "upId" and "downId" that I want to use to setFocus <onUp> and...
View ArticleAdding different colored buttons for home screen (Estuary)
Hello, I am attempting to create my own Kodi skin, using Estuary as a base. I am very new to skinning on Kodi, so I have referenced all I could find for learning the GUI library; Kodi wiki,...
View ArticleAsking for help or tips on making a skin
Hi everyone, I’m very interested on skinning for Kodi and I was reading some stuff from the skinning manual to see how can I get started and I even read some codes since I am kinda new to this (I only...
View Article** PROPOSED CHANGES TO CONTENT CERTIFICATION (MPAA) **
The Team are discussing the standardisation of Content Ratings (MPAA) for both Movies and TV Shows. Currently, the scrapers have varying degrees of flexibility when scraping ratings- 1) no option to...
View ArticleFilter Title Outside of the Filter Dialog
I'm looking to more easily access the filtering option. Is there a way to mimic the same action that happens when you type into the Filter >> Title textbox? Basically, I would like to add a text...
View ArticleMaybe putting together a team to tackle a project...
I'm curious what other peoples thoughts are on hiring talent on something like fiverr for help on a public open source repo for a skin? Does that sound like a good idea or no? Is there any talent out...
View ArticleDynamic Content for MyVideoNav.xml
I have a button on my Home.xml that has <onclick>ActivateWindow(Videos,videodb://movies/titles/)</onclick> which opens up my movie library. I'm assuming that the window that loads has...
View Article