Skin Development
Hi, I am trying to develop my own theme with personal background image. I am new to Kodi Raspberry pi. I got this skin development introduction but it doesn't specify where I would get the folders/file...
View ArticleTransition between main menu and addons
I'm trying to make a transition between main menu to the addon location. But not sure how to go about it. Do i create a animation on the fixedlist on home.xml or the myvideonav.xml Any help on this...
View ArticleA few thoughts on lists..
Hi friends, Suggestion for a Staticlayout tag: With listcontrols we have <itemlayout> and <focusedlayout>. But more than often, there are no need for the highlights as the list are simply...
View ArticleXML formatting "error".. and even a bug?
Hi all This works: Code: <item> <label>foo</label> </item> This doesn't (on some tags anyways): Code: <item label="foo"/> Luckily this does, but it is ugly: Code: <item...
View Article? Non hilighted item when panel has no focus
I noticed that all containers are keeping <focusedlayout> active when leaving the container focus area, excepted panel container ? Is this a bug or normal behavior ? While I'm building a panel...
View Article[Krypton] [Solved] New settings changes
I think the new and improved settings are a really good idea and much more user friendly. I used to have a button in the menubar of MyVideoNav.xml to access VideosSettings, a button in MyMusicNav.xml...
View ArticleDoes IsEmpty work for $VAR
Hi, Just wondering if anyone knows if IsEmpty works for $VAR or if there is another way to check a VAR? I have an on-going issue in Madnox that after a random amount of time VARs just start losing...
View ArticleKrypton InfoDialog change: broken in some cases
Krypton change: (2016-04-22 18:53)phil65 Wrote: One general comment: Recent changes make it neccessary that all conditions used inside InfoDialogs (DialogVideoInfo.xml etc...) do not depend on the...
View ArticleAdding Background To Button On Home.xml
Hi All Please could someone help me with adding a background to the buttons that I have added to Home.xml I have added <thumb> like below but it doesn't work. Code:...
View Articleneed help with textcolor
how can i get this to work as it doesn't seem too. Code: <textcolor Condition="Container(9000).HasFocus(998)">white</textcolor> trying to change the text color when focus on a content
View ArticleChanging the MAIN Full screen layout - Adding panel at the bottom
Hello guys, I am trying to add a panel at the bottom and right of the XBMC visible all the time. Is this something to be customized on the XBMC? How can I achieve this? I am using Android 5.1 over a...
View ArticleIcon resource for default icons
Maybe this has been requested before, but I couldn't find it. I would love to have the default icons removed from the skins and have them moved to a separate resource (just like the GUI sounds)....
View ArticleKrypton forbidden oninfo?
Hey, Is there a way in krypton to "forbidden" the oninfo? For example, in a extendedinfo content like a youtube search or trending movies a <oninfo>noop</oninfo> was usefull. A visible in...
View Article[RESOLVED] Problem with extrafanart
Hi, I want to enable extrafanart with skin settings. I have this : Code: <control type="image"> <depth>DepthBackground</depth>...
View ArticleMulti Fanart - Remote Imgur album
Hey friends! Is it possible to make Kodi work like that with imgur? Sent from my iPhone using Tapatalk
View ArticleVisualization control?
Hia. Toyed with the idea of adding a visualization to my skin, but I have no idea how to control it. I added the proper control, but how do I force it to always use - say - a 2D "Spectrum" (old school...
View ArticleRename Addon Browser folder name in core
Not sure where the folder names are defined in core, but wouldn't it make more sense for this folder name to be "Addon Browser" or something similar? Instead of "Install from repository", which is just...
View ArticleDifficulties using String.IsEqual()
Hi, Under Kodi 16.1 , I have modified DialogButtonMenu.xml on Confluence skin to show the Exit button only when a certain profile is logged on. I could make it work by using deprecated StringCompare...
View ArticleCurrent List Item Number
Hi, I need to show the current/selected list item number in a list of items of a container. I am using the following element but it doesn't show-up. Kindly help. <control type="label">...
View Articlerepo submission
Hi, I submitted a new release of reFocus a week ago (and a new update just now) but haven't heard anything back, and I am not seeing a lot of activity in the mailing list. I don't mean to nag but I...
View Article