Quantcast
Channel: Kodi Community Forum - Skinning
Browsing all 1816 articles
Browse latest View live
↧

Focus inheritance?

Suppose I have a bunch of controls of various types, some focusable and some not, all adjacent (no gaps). Underneath them all is an invisible button (which is obviously focusable). If I move the mouse...

View Article


Anyone get font includes to work in Kodi 18?

Kodi 18 includes the ability to use includes in font.xml. http://forum.kodi.tv/showthread.php?tid=...pid2578641 I've been trying to get it to work, but haven't been successful so far. The include...

View Article


Have pvr paths changed in Kodi 18?

I was using the following path for a widget in Kodi 17 and it worked fine. It isn't displaying anything in Kodi 18 though. Any ideas? Code: pvr://channels/tv/*?view=lastplayed Just checked Estuary's...

View Article

Multiple actions for keymap?

Keymap question... Is it possible to have multiple actions when a key is hit? - such as Dialog.Close(VideoOSD); ActivateWindow(TVGuide) Alternatively, is it possible for a key to send a press to a...

View Article

Key mapping puzzler

Here's a keymap puzzler. The following does not seem to work: Code: <VideoOSD>     <keyboard>       <next_track>PlayerControl(SmallSkipForward)</next_track>...

View Article


Scroll epg grid in skin?

Is there any way to scroll an EPGGrid from inside a skin? (e.g. using a button <onclick>) I've tried sending messages to it like you can with lists, etc. but none of them work.

View Article

Making slider update more frequently?

In the VideoOSD slider from estuary: Code: <control type="slider">               ... stuff ...     <info>Player.Progress</info>     <action>seek</action> </control>...

View Article

Grouplist with button - focus issue

Hi, what I'm doing wrong? I have custom skin layout: Code: <?xml version="1.0" encoding="utf-8" standalone="yes"?> <window type="window">   <controls>     <control type="grouplist"...

View Article


Modify right-click menus?

Is it possible to modify the right-click menus, such as - when you right-click a program in the EPG - when you right-click a recording widget in live TV? They don't seem to be defined in any XML files...

View Article


problem with custom window and screensaver

I am using a custom window for my now playing overlays. There's an issue with one particular screensaver (that I am aware of), which is the Aerial screensaver. It uses videoclips, and that seems to be...

View Article

Image may be NSFW.
Clik here to view.

Reguarding Text colors

I have looked at XML files for text color changes, I know it's there but I am unable to find it , this is a screen shot of what I'd like to change http://prntscr.com/fah85i I want the text color to be...

View Article

Context menu dialog

Which xml implements the menu shown with remote menu button/M key? Is it the DialogContextMenu.xml?

View Article

Migrating an addon from Kodi 16 - 17 (Confluence -> Estuary)

I originally posted in addon development but it was suggested that it may be more relevant here. I have a script addon that functions perfectly under Kodi 15 and 16. It uses WindowXMLDialog to create...

View Article


Image may be NSFW.
Clik here to view.

2 lists in one View

Hello, is it possible to have 2 list in one view? I try to build an album view and will implement the songs of the album on focus on the right. By going right you can select the song. Is it possible?

View Article

Executing action from another window

Is this possible to run for a button an onclick action that affects another dialog, something like. Window(movies).Container(55).SetNextView? To put things in context - I wonder whether I can put menu...

View Article


Actions on playing video

What happens when I play (fullscreen) a video, fe by pressing OK on movie name in MyVideoNav (I am looking at Estuary)? I imagine it goes like this: - Kodi plays video full screen - Now I press OK on...

View Article

Image may be NSFW.
Clik here to view.

Krypton - not working for fadelabel control

Working with label, fadelabel nothing doing

View Article


Image may be NSFW.
Clik here to view.

RetroPlayer UI Design | UI/UX Disussion | Help Needed

Introduction Bit of an introduction: I'm the Google Summer of Code student that will be developing shader support for RetroPlayer this summer, along with garbear which will mostly be doing the GUI work...

View Article

Unhide a menu when an USB stick is inserted

Hello. I want to hide/display an item from the main menu depending when an USB stick is inserted or not. There is a boolean for DVD : System.HasMediaDVD But not for removable device. Is it possible ?...

View Article

Image may be NSFW.
Clik here to view.

Time format question

Hi, I search string to define if hh:mms xx / h:mms xx is selected or not in Kodi settings to show or not a texture. I have find this in settings.xml, but no idea how to use this with...

View Article
Browsing all 1816 articles
Browse latest View live