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...

Hot Club RedLight Bluehustler tv +18 iptv

#EXTINF:-1,18+Hotclub 1 http://zerocube.co:8000/live/p3Oio5FPFx/Hfr7HsdMiA/8299.ts #EXTINF:-1,18+Hotclub 2 http://zerocube.co:8000/live/p3Oio5FPFx/Hfr7HsdMiA/8300.ts #EXTINF:-1,18+Hotclub 3 http://zerocube.co:8000/live/p3Oio5FPFx/Hfr7HsdMiA/8301.ts #EXTINF:-1,18+Hotclub 4 http://zerocube.co:8000/live/p3Oio5FPFx/Hfr7HsdMiA/8302.ts #EXTINF:-1,18+Hotclub 5 http://zerocube.co:8000/live/p3Oio5FPFx/Hfr7HsdMiA/8303.ts #EXTINF:-1,18+Hotclub 6 http://zerocube.co:8000/live/p3Oio5FPFx/Hfr7HsdMiA/8305.ts #EXTINF:-1,18+Hotclub 7 http://zerocube.co:8000/live/p3Oio5FPFx/Hfr7HsdMiA/8304.ts #EXTINF:-1,18+Hotclub 8 http://zerocube.co:8000/live/p3Oio5FPFx/Hfr7HsdMiA/8306.ts #EXTINF:-1,18+:BLUE MOVIE http://zerocube.co:8000/live/p3Oio5FPFx/Hfr7HsdMiA/7982.ts #EXTINF:-1,18+:Hustler HD http://zerocube.co:8000/live/p3Oio5FPFx/Hfr7HsdMiA/6122.ts #EXTINF:-1,18+:XX REDLIGHT HD http://zerocube.co:8000/live/p3Oio5FPFx/Hfr7HsdMiA/6191.ts #EXTINF:-1,18+:MvH Hard HD http://zerocube.co:8000/live/p3Oio5FPFx/Hfr7HsdMiA/6190.ts #EXTINF:-1,18+:Penthouse http://zerocube.co:8000/live/p3Oio5FPFx/Hfr7HsdMiA/6187.ts #EXTINF:-1,18+:BRAZZERS TV http://zerocube.co:8000/live/p3Oio5FPFx/Hfr7HsdMiA/3420.ts #EXTINF:-1,18+:Dusk! Deluxe http://zerocube.co:8000/live/p3Oio5FPFx/Hfr7HsdMiA/6303.ts #EXTINF:-1,18+:PASSIE XX http://zerocube.co:8000/live/p3Oio5FPFx/Hfr7HsdMiA/6302.ts #EXTINF:-1,18+:Adult Playboy http://zerocube.co:8000/live/p3Oio5FPFx/Hfr7HsdMiA/6304.ts #EXTINF:-1,18+:Venus xx http://zerocube.co:8000/live/p3Oio5FPFx/Hfr7HsdMiA/6117.ts… Read More »

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 ...

Widget Control ID and Good Practice

Hi,

I was wondering what impact could have my home widget.

My Home.xml contains widget for movie, tvshow, music etc ...

They are all generated by the same include ... with the same control ID
(not like estuary where each widget calls an ID Param in their include)

With condition visibility, i can only have 1 widget display at time
and it's work ! Smile
(and i dont have to use a $var for all fanart background, cause they are on the same control container).

But maybe, i shouldn't do like this
maybe it could block the gui engine after sometime or something bad like that

Ex-Yu Germany UK italian mix Playlist iptv

#EXTINF:-1,EX-YU: RTS HD http://37.187.26.187:8000/live/veljifrei/gnciBLIvjT/2823.ts #EXTINF:-1,EX-YU: RTS 1 http://37.187.26.187:8000/live/veljifrei/gnciBLIvjT/2301.ts #EXTINF:-1,EX-YU: RTS 2 http://37.187.26.187:8000/live/veljifrei/gnciBLIvjT/2302.ts #EXTINF:-1,EX-YU: RTRS http://37.187.26.187:8000/live/veljifrei/gnciBLIvjT/2355.ts #EXTINF:-1,EX-YU: B92 http://37.187.26.187:8000/live/veljifrei/gnciBLIvjT/2277.ts #EXTINF:-1,EX-YU: B92 Info http://37.187.26.187:8000/live/veljifrei/gnciBLIvjT/3560.ts #EXTINF:-1,EX-YU: DM Sat http://37.187.26.187:8000/live/veljifrei/gnciBLIvjT/2542.ts #EXTINF:-1,EX-YU: TV Duga http://37.187.26.187:8000/live/veljifrei/gnciBLIvjT/2584.ts #EXTINF:-1,EX-YU: Happy TV http://37.187.26.187:8000/live/veljifrei/gnciBLIvjT/2324.ts #EXTINF:-1,EX-YU: Grand Narodna TV http://37.187.26.187:8000/live/veljifrei/gnciBLIvjT/2347.ts #EXTINF:-1,EX-YU: Prva Plus http://37.187.26.187:8000/live/veljifrei/gnciBLIvjT/2298.ts #EXTINF:-1,EX-YU: Prva http://37.187.26.187:8000/live/veljifrei/gnciBLIvjT/2297.ts #EXTINF:-1,EX-YU: Pi Kanal Srbija http://37.187.26.187:8000/live/veljifrei/gnciBLIvjT/981.ts #EXTINF:-1,EX-YU: Nova TV (RS)… Read More »

Problems with refresh rate and CEC on Fire TV stick

Hi all, I installed Kodi 17 RC2 on my Fire TV Stick and it works like a charm. First of all: Thanks for that!! I only have one problem: I was really happy, that the dynamic change of the video refresh rate is now possible on Fire TV. It works and th...

Region lock and playback of DVD ripped to ISO

Initial attempts at getting my DVD collection ripped and playing on Kodi (v17), and having problems. Used BDloct DVD ISO Master to copy entire region 1 DVD to .iso on NAS drive. In Kodi navigate to it in file view and hit play. Film menu comes up, sel...

Titan Krypton Beta Smart Shortcuts limitation?

I found some strange behaviour in titans smart shortcuts handling (Which drove me almost nuts, because i couldn' t find the pattern).
First the Setup: Win 7, Kodi krypton rc 2, Titan beta 3.7.41 (from the beta repo, also all scripts are from there)
What i was trying to achive:
I wanted to have entries on main menu for movies, divided by SD or HD Resolution. Also i have some Audiobooks, which i wanted to seperate from Music.
So I made smartplaylists, which worked fine so far. I then thought i wanted to recreate the original titan look with all the widgets, so i made more playlists, like recently added, unwatched and so on. there where a total of 14 Playlists (music and video combined)
The Problem: Whenever I added Music playlists, the same amount of video playlists disapeared from titants option to ad smart shortcuts. First i thought it had something to do with the fact, that there where umlauts in search pattern for the music lists, i got this error when trying to add my music lists:

Code:
UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode
( i can`t provide the log part unfortunatelly, i remember however it was in
Code:
\addons\script.skinshortcuts\resources\lib\guy.py
the method was
Code:
def DictDiffer( self, current_dict, past_dict )
But even retagging everything from Hörspiel to Audiobook and adjusting the files accordingly didn't help. It was then, that i found out, that as soon as i add music playlists, movie playlists disapear, so it adds to a total amount of 12. If i don' t have anything in music, i can have as much movie lists as i want. My solution so far is, to put everything into the mixed folder, this way everything is reachable (it has other shortcomings though, but i guess i can live with that for now.)

Edit1: Another solution might be to toy arround with this library node thingy kodi offers...

Edit2: This must be the strangest bug i ever discovered. I gets even more weired. I tried the solution with video nodes. So i removed the unwanted smart playlists. in movie are 2 entries, as well as in music. Guess what, movies don't show. After investigating further it seems that the total number of music smart playlists gets substracted from the total number of video smart playlists. i duplicated the very first playlist 2 times, (sums up to a total of 4) and now 2 playlists apear.... this is so weired...

‘OK’ not working on Bluray title selection menu

When I try to play a Bluray folder a separate menu is shown where I need to select which title to play. Using Kore I'm able to change the selection using up/down, but it seems the 'OK' button is not working. So I'm unable to start the selected title an...