Need help in finding if Addon is enabled or not
Need ideas on how to tell if an Addon is enabled or not similar to Code: condition="System.HasAddon(script.globalsearch)" If an addon is disabled then it's effectively not installed and the above...
View ArticleArtist "content" issue
Hi, I'm working on a new music view and just looking into doing somethings differently, but experiencing a couple of problems with the content being displayed in the view at certain times. I've created...
View ArticleSlider control rendering incorrectly on Krypton?
The following slider control... Code: <!-- Slider --> <control type="slider" id="11"> <left>40</left>...
View ArticleAnimated camera or moving camera
I was wondering if it is possible to add to kodi. A way to move or slide the camera like in animations. Eg PHP Code: <camera start="100.200" end="200.400" time="1500" delay="3000"...
View ArticleVideoOSD.xml bugged
Hey friends! Today All of sudden the VideoOSD window is popping up on the DialogSubtitles window when video is paused. As result I cannot navigate in the DialogSubtitles window unless I resume the...
View Article[split] Changes to the skinning engine for Kodi Krypton
You have missing to add this change : https://github.com/xbmc/xbmc/commit/6284...e4e6eea514 Addons autors need to update their addon.xml to have changelog.
View Articleproblem with skin.setImage (/Ski.setfile)
skin.setImage doesnt work with path Skin.SetImage(BackgroundImage,,special://skin/extras/backgrounds/) (Im on Jarvis) not shure but i've guess there was already a tread related to this but i didnt...
View ArticleMultiple fonts for a single label?
Is it possible to have a single label include multiple fonts? I would like to use some FontAwesome glyphs in a label, but would like to match them with some text. Is there a formatting label/code I can...
View ArticleSystem.IdleTime and MCE remote
(Krypton) I've noticed that a animation is broken, if I'll use the Pause button on my MCE remote. Code: <control type="image" id="99"> <centerleft>50%</centerleft>...
View ArticleDeprecated window names?
Just to clarify, if we want to determine if video/music windows are active, we should use Window.IsActive(videos) and Window.IsActive(music) rather than the VideoLibrary/MusicLibrary equivalents?...
View ArticleList all items of (VideoLibrary, MovieTitles) on Home screen
I'm putting together a skin for my kids and I just want it to be limited to 1 page. I've created the simplistic video library view that shows a very basic list of thumbnails, but I'd like to make it so...
View Article[Bug?] Problem with sortby
PHP Code: <content target="video" sortby="Name" sortorder="ascending">sources://video/</content> Just an other one.. Kodi doesnt care about the sortorder or the sortby tag, no idea if it...
View ArticleCustom Dialogue
Hi, I would like to know if there is a way i can make a custom dialogue box that opens when you click on it from a shortcut in the skin and gives me the option of 2 addons to open then i can select...
View ArticleMissing icon ?
Hi, I see default network icon on addon browser when addons are downloading. What is name of icon to replace it ? DefaultAddonsCurrentlyDownloading.png ?
View Articlevideowindow stretch problem
Hi all, I need some help with resize on videowindow control. I'm using kodi to play a live stream inside a video window. Code: <?xml version="1.0" encoding="utf-8"?> <window>...
View Article[Request] Text on a radius
Any chance? Would be a step ahead imho. No other general theaters/players seem to have such a feature.
View ArticleVideoPlayer: expose stream player info to GUI - Info label names?
Could somebody tell me the correct info label names for this new feature, please? Tried everything but nothing seems to work. Code: const infomap player_process[] = { { "videodecoder",...
View Articlekeep focused row in wall view centered?
Is it possible to have a wall view keep its focused row to the centered row on the screen; similar to a fixed view, but with the ability to move left or right on the screen? I have seen the Aeon MQ 3D...
View Articlehow to modify code for another skin
hi guys, I would like to integrate LOGO view from Aeon Nox to Xperience1080. I asked Piers for this a year ago. I guess, time's a bitch. Therefore I'd like to do it myself. Unfortunately I have no...
View ArticleDiscussion - Music videos, music or video?
Hi Guys, while removing some old windows names and cleaning up my views code I came across a interesting problem that I think could do with a little kicking around. Basically is the Musicvideo node of...
View Article