multiple kodi versions on firestick

Hi all, hopefully someone can help? basically I have kodi installed on my firestick. version 15.2 this is because I use the karaoke addons that are no longer supported on the later kodi versions. my question is, could I install two different versions...

FocusBitch

Hi guys - Does anyone have a copy of FocusBitch? The Kodi wiki dropbox link is no longer working. Had a scout around on the internet and haven't managed to find it elsewhere. Much appreciated if anyone has it!

Looking for widget content add-ons.

So basically I am tossing around a few idea but want to know are there any other add-ons that provide online content with movie TV or music list like best selling, top 100, upcoming. I know skin helper skin widgets have some but are mostly local cont...

Correct Download

I have a MINIX U1 with there own special version of KODI. I want to load Krypton 17.1 also but am confused which download to use, Goodle Play,ARMV7A,ARMV8A, or X86. Thanks Rocko

Missing Record Label Icon in Right View

I used to get music label icons at the bottom left hand corner in my Music Right View, but its suddenly gone, I don't know what change caused it. Does anyone know how to enable it. The Label icon does show up in the music visualization screen.

Rss Feed

Hello. I was hoping someone could give me some insight on a slight issue. I created an RSS feed of my own. I have the RSS feed running on my Android Kodi and it's working perfectly, but for some reason I can't get it to work on my Windows. I used the s...

crashing

Downloaded newest kodi, always has worked before. Installed and evrytime I goto open it it crashes, doesn't even open at all. Keep getting last time koi opened, it unexpectedly quit. Do you want to try and reopen windows again. No matter what I do it...

Help with my First Add on

Hi, im trying to build my First Add on, and editing the add on that already installed in my kodi
html code can be found in the next post, im trying to replace it with the new target source

Code:
def INDEX(url):
        link = GetContent(url)
        try:
            link=link.encode("UTF-8")
        except:pass
        link = ''.join(link.splitlines()).replace('\t','')
        soup = BeautifulSoup(link)
        vidcontent=soup.findAll('div', {"id" : "archive-posts"})
        
        if(len(vidcontent)==0):
            vidcontent=soup.findAll('div', {"id" : "content"})
        viditems=vidcontent[0].findAll('div', {"class" : "entry-thumbnails"})
        if(len(viditems)>0):
            for item in viditems:
                vimg=""
                if(len(item('a'))>0):
                    linkobj=item('a')[0]
                    if(linkobj.img!=None):
                        vimg=linkobj.img["src"]
                        vname=linkobj.img["title"]
                    vurl=linkobj["href"]
                    try:
                        vname=vname.encode("utf-8","ignore")
                    except: pass
                    addDir(vname.replace("–","-").replace("’","'"),vurl,4,vimg.replace("http://","//").replace("//","http://"))
        else:
            for item in vidcontent[0].findAll('li'):
                vimg=""
                linkobj=item('a')[0]
                vname=linkobj.contents[0].encode("utf-8","ignore")
                vurl=linkobj["href"]
                try:
                    vname=vname.encode("utf-8","ignore")
                except: pass
                addDir(vname.replace("–","-").replace("’","'"),vurl,4,vimg.replace("http://","//").replace("//","http://"))

Android Box ?

I'm, new to all of this: I've purchased 2 Android boxes and in both Kodi upgrades have exceeded the boxes Andriod capabilities. Kodi 17 is calling for Andriod 5.0 (current box has 4.4). I did fall into Kodi by happenstance, but I have grown very fon...

coverart/metadata issue

I am new to Kodi. i cannot get coverart to appear for my movies on my internal hard drive. i only get scenes from the movie but no coverart. i can manually get the coverart but with over 600 movies this would to time consuming. i have all movies in s...

From PC to Pi

Hi. I have kodi working fine as a music server on windows 10. I can control it with the computer, smartphone and a tablet. its great. At the moment the music comes out of the sound card into speakers. I have a raspberry pi with additional DAC card wh...

Kodi 17 Washed Out

This may be hard to describe without a visual reference but it seems that this started with Kodi 17 and has continued with 17.1 but when I launch Kodi on Windows 7 sometimes it may wash out colours, especially blacks. This is very easy to see if you pu...

Not Loading with windows 10

HI, I had windows 8 converted to windows 10 , I had Kodi 16.1 working then its came up to to upgrade to Kodi 17 which I uploaded take all other kodi s off but it would not loaded from the screen tried trouble shooter with Kodi shows all window except ...