not loading

i have an mxq with kodi, and whenever i click on a moche genre or year of movies it's saying working.. but two minutes later nothing happens.

Live tv deinterlace

Hello! I have a shield tv running kodi-20170107-14e67df-probablyfinal-armeabi-v7a Everything seems to be running good - the last thing i haven't been able to solve is how to set the deinterlace settings and video scale method Is the some "optimal" ...

Disable Auto-Update

Hi There, What a great skin, Im still learning how to use it properly, But one thing I cant find is how to stop it auto-updating. Can anyone help with this please, even if I need to edit something manually, Thanks a million, and great work on this skin...

Controller acts stuck – Kodi on RetroPie

I am running Kodi on a RetroPie v4.0.2 (I think) and am trying to use my xbox controller to navigate. When Kodi boots up, the menu just begins scrolling, as though some control stick was stuck. If I press up or right on the right analog stick, the sc...

Scraper not Scraping

Hi All, Been using Kodi for a while now but have run into a small issue on 16.1. I use CouchPotato to handle my movies but once it renames the file and notifies Kodi, Kodi does not scrape the metadata. I can set CP to do it but then the trailers lik...

Default skin change for hearing impaired

Hi, I'm hearing impaired and thus use subtitles to better understand any video I am watching. As as I sometimes read slower than the characters speak, I pause the video. But the subtitles are overwritten by the default skin. watch gallery In the f...

Location of hd

I would like to see the hard drive label name in the screen where is showing resolution, audio track and the other things. So you know what hard drive is the movie from there.

Issue with Alpha Player Addon

Hello, the last few days I have a problem with Alpha Player Addon , I tried to install it in my new laptop (Windows 7) , raspberry pi(Openelec) and new smartphone (Android 6.0) and when I go to "Show" and choose most of them I do not get any feedback ...

Conditional animations in context menu

I want the context menu to appear in a different position depending on which item in the list container is focused. I've tried using Container().Row() as a condition but it isn't working. Does that not work within the context menu dialog?

Problem with “Sendclick” and or “Set.focus” in DialogVideoInfo.xml

I've got some problem with "Sendclick" and or "Set.focus" in DialogVideoInfo.xml

In DialogVideoInfo.xml i've did a Button which guides to a Custom Dialog, which should offer the options to choose "Actor Info" or "Movies with this Actor in library"

the First button which guides to actor Info (script extendend info) works as intended. But i have Problems to get the second Button to work, which should list the Movies this specivic Actor is part of.

here is how the Button currently look like: (Button in custom dialogue -> like shown in screenshot)

PHP Code:
<window id="foo" type="dialog">
<
allowoverlay>true</allowoverlay>

...

<
control type="button" id ="902">
                    <
description>ShowActorMovies</description>
                    <
label>$LOCALIZE[31247]</label>
                    <
width>440</width>
                    <
align>center</align>
                    <
textcolor>Dialog-S-TextColor2</textcolor>
                    <
focusedcolor>Dialog-S-TextColor1</focusedcolor>
                    <
onclick>Dialog.Close(1159)</onclick>
                    <!--
onclick>ActivateWindow(movieinformation)</onclick-->
                    <
onclick>SetFocus(50)</onclick>
                    <!--
onclick>SendClick(movieinformation,50)</onclick-->
                    <
onclick>SendClick(50)</onclick>
                    <!--
onclick>SetFocus(50)</onclick-->
                    <!--
onclick>Action(Enter)</onclick-->
                    <
visible></visible>
                </
control

i did try to achive what im after in two different ways (non of them did work, but its not completely clear to me why)

first attempt was to use "sendclick" ("SendClick(movieinformation,50)") -> where the Idea was to send a click to list ID 50 which holds the Actors in movieInfoDialog.
second attept was to set focus on list ID 50 in the MovieInfoDialog and use "Action(Enter)" to do a "click" on the focused Actor,
both attempts without sucess.

EDIT: funnywhise "Control.Move(50,-1)" works from this Button, just everything else i did try (beside close the custom dialogue) dont. /EDIT

would be nice if someone would have a small hint, or could tell me why stuf like sendclick or "set.Focus" doesnt work there (i always close the Custom dialog first)


to let u get a better Idea here a Screen from the Custom_Dialog (Custom-Contextmenu)

Screen:
[Image: DOSMti2.png]

Next Aired Widget missing shows

Does the Next Aired widget get populated from the Next Aired add on? I ask because there is a show (Schitt's Creek) in my library, that i have watched before, with a new episode tonight and I noticed it is not showing up in the Next Aired widget or ...