Disable Alt+Enter fullscreen
As I understand, this could be done on keyboard keymap with a noop action, but I don't know how to refer to Alt+Enter as a key.
Kodi for PC IOS Football Addons IPTV M3u Sports
Kodi for PC IOS Football Addons IPTV M3u Sports
As I understand, this could be done on keyboard keymap with a noop action, but I don't know how to refer to Alt+Enter as a key.
Hi folks, Which addon is the best for live TV channel such as AMC, HGTV, FX etc and premium channels such as HBO, Showtime, Starz etc? Thank you.
Hi folks, Which addon is the best for latest Indian (Bollywood) movies and channels such as B4U, ZTv, Sony etc.. And where can I install from? Thank you.
I'm running Windows 7 and did fresh start Kodi 16.1 When I select a music station from Radio addon the music starts, screen shows opening music stream then Kodi crashes. Is there something I should be tweaking?
OK so I have looked for an answer for some time and haven't had any luck so bringing it to you guys. So I know I have the right versions and all that, and none of that matters. I have 2 Tvs a (42 vizio) and a NEW(65 lg SMART) I JUST GOT. I'M trying to ...
Today (11/27), I tried to watch an NFL football game on Kodi. I couldn't. I really didn't need to as I could have watched in TV. I just wanted to learn how to do it. Maybe it is not possible. So question 1. Is it possible? Question 2. If it is...
After my Fire TV updated to OS 5.2.1.1 earlier today. Kodi was uninstalled and is now being blocked from being installed. I've tried re-installing with total commander, adb fire, es file explorer and downloader with no success. Here's something strange...
I've had a Amazon firetvstick for several months and this weekend it changed and all my programming was gone and what I could get was in german. I started looking for a way to get back to my account settings and think I accidentally reset the firestick...
What causes Kodi to play HEVC/x265 videos such badly that it drops hundreds of frames a minute? Other players like VLC or MPC-HC have no issues on my machine. I've tried every kodi settings possible, but no differences. Active decoder: ff-hevc(SW) AMD...
I have an android box with s905 amlogic processor. I've been running Kodi for a while now and recently it has begun cutting out in the middle of shows and movies playing off my home group storage every 6-10min. It exits back out to the previous screen ...
How does one remove the Xonfluence box to the left of the screen to see list of addons to select from??
I am by no means a coder, but I need to adjust this bit of code to not return all the channels, but only.
The loop below returns 72 channels (names) currently from the url but I only want to return 6, from channel 30 to channel 36. How can I edit that for loop below to make that happen?
def Channels(murls):
setCookie()
i=1
link = OPENURL('URLFORWEBSITE',cookie='NAME')
link = cleanHex(link)
link=link.replace('\r','').replace('\n','').replace('\t','').replace(' ','').replace(' ','')
addLink2('[I][COLOR red]Refresh Links[/COLOR][/I] (Click Here if Vidoes are not playing)','url',555,artpath+'empty.png',fanart)
if '<a href="#" class="user-name">'+user+'</a>' in link:
matchlist=re.compile('<li>([^<]+)</li><ul class="inner-ul">(.+?)</ul></a>').findall(link)
for name,urls in matchlist:
addPlay(name,urls,411,art+str(i)+'.png')
i=i+1
Hi, Can someone explain why the pvr cache settings are dropped in Kodi 17? I used to work with this settings: Code: <advancedsettings> <pvr> <minvideocachelevel>20</minvideocachelevel> <minaudiocachelevel>10</minaudio...
My Matricom G-Box 2 upgraded (automatically) last night to Android 5.1.1, and Quasar stopped working. I was on Kodi 16 using the latest Quasar and it worked perfectly, but since the OS update it says "OSError: [Errno 13] Permission denied". I tried u...
I am pulling my hair out... For some reason I can't get the pvr.addon to connect to my backend. My IP address is set (192.168.1.5), the Security PIN is 0000, the IPv6 setting is ::1, the ports are all the same... Where can I get a log to see what the ...