Radio addon causes crash

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?

HDMI to TV will not play KODI… USED TO WORK

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

Watching live TV

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

Kodi Blocked

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

Think I deleted Kodi on my Amazon firetvstick

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

HEVC x265 stutterfest, MPC-HC smooth as butter

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

Playback stops from smb

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

Change this loop to return specific set of channels

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?

Code:
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

Thanks in advance.

PlexMan

pvr cache settings in advancedsettings

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

Can’t seem to connect to mythbackend

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