updating over kodi 16.1 to kodi 17

anybody else having any luck trying to install kodi 17 over kodi 16.1 (to keep your settings) i have try to updated from the google play store but it only give the option to open (it says kodi 17 is the latest but i have kodi 16.1 installed) also i h...

add source

ok..after reading the reply from my last post I see I did a no no.. I just watched a video and tried to follow along..didn't know that's not ok..so hopefully I'm not breaking the rules here again..so I downloaded kodi went to file manager..added and na...

Saving LRC files

I'm sure the answer is no but I was wondering if there was a way to save the LRC lyric files from MiniLyrics while playing music. I just really like having everything stored locally... offline use... internet down, whatever. I had considered embedding...

Folder starts playing in background

Hi,
I have a Python script that lists a couple of directories and finds out if they contain photos or videos. When the user pushes a button I connected to the Pi 3 for this purpose, the scripts starts playing the next folder. This worked beautifully, but now some folders start playing in the background, so all I see is the menu. When I hit return or tab, I can see the video playing. The weird thing is, that this only happens with folders that have multiple videos in them. Here is part of my script:

Code:
    try:

        gekozenKanaal_pad  = directorieslist[keuze][0]
        gekozenKanaal_type  = directorieslist[keuze][1]

        if gekozenKanaal_type == "video":

            xbmc.log(gekozenKanaal_pad + ' openen...')

            xbmc.executebuiltin(''.join(["Video\'s",'Notification("' + basename(normpath(gekozenKanaal_pad)) + '",7000)']))
            xbmc.executebuiltin('xbmc.PlayMedia("' + gekozenKanaal_pad + '","isdir")')
            xbmc.executebuiltin('xbmc.PlayerControl(repeatall)')
            xbmc.executebuiltin("Action(Fullscreen)")
            return

        elif gekozenKanaal_type == "photo":

            xbmc.log(gekozenKanaal_pad + ' openen...')

            xbmc.executebuiltin(''.join(['Notification("Foto\'s","' + basename(normpath(gekozenKanaal_pad)) + '",7000)']))
            xbmc.executebuiltin('xbmc.SlideShow("' + gekozenKanaal_pad + '", [random])')
            xbmc.executebuiltin("Action(Fullscreen)")
            return

    except IndexError:

        xbmc.log('Niet gelukt kanaal ' + str(keuze) + ' te openen')

        xbmc.executebuiltin(''.join(['Notification("Testbeeld","Kanaal ' + str(keuze) + ' is niet beschikbaar.",7000)']))

I changed a couple of things last two weeks (had to change the code a little after changing from a rotary switch to a momentary switch for instance), so I can't really tell when this started or what caused it. Works like this with both OSMC skin and Confluence.

Do you have any idea why this happens, and what I could do to solve it? Thanks!

Upgrading to Krypton

I tried upgrading to Krypton which appears to be in final release with these commands Code: sudo apt-get update sudo apt-get upgrade I have the stable PPA in my software sources. deb http://ppa.launchpad.net/team-xbmc/ppa/ubuntu xenial main I am una...

movie search

Im new to Kodi so I hope Im posting this the right way. Im using an Amazon Firestick and I was wondering if theres any way to search for different versions of movies that are released with more than one rating? For example, I want to watch the NC17 ver...

Kodi addon generator

The brand new kodi addon generator is here. It will get you up and coding your kodi addons in a matter of minutes. What exactly does it do? It generates a structure with directories and files, which you will need and you can basically start to ad...

Not playing videos on my Pixel

So I just updated to v17 final after using the betas. I thought it's worked before but I know it's not now. I've cleared the app data and cache to make sure I'm starting from scratch. I fire up the app, then close it. I have advancedsettings.xml and s...

Arial based font missing Kodi 17

The Arial based font is gonne on Kodi 17 with Aeon Nox 5. This means the skin is unusable on Hebrew, Arabic, etc.. Is there a manual way to add them back or can this please be fixed on the next update? Thanks

MP8 Pro krypton 17.0 NO FILE MANAGER

DOWNLOADED KODI ANDROID (64) for my MP8 Pro S912 Marshmallow to krypton 17.0 But I did [/b]; also with System, Programs, etc. I got a different Kodi home page on a White background, is this suppose to be a new Kodi Krypton Home page in lieu of the Jar...

View Media Info 4 & Movie Sync between different locations

Hi,

Situation: I have a NAS (QNAP) where I store my movies & music. I have a MINIX NEO U1 media player, connected to my local network and my TV. Kodi is installed on the media player.
I have also a desktop with Kodi installed. And I also have a laptop with Kodi (when I am elsewhere for streaming, but this is another story that I still have to discover)
I would like to have 2 following features:

1. When I open a list of movies, I use as view: “Media Info”. I would like to enhance this view with following options:
- Extra info above the short contents: Writer & Runtime
- 2 buttons on the bottom: Cast & Trailer (when using Kodi on the media player, it is not handy to use the pop-up menu to go to ‘Movie Information’ to be able to watch a trailer)

[Image: Kodi - Media Info 4.jpg]

2. Second feature: when I watched a movie using my desktop, then I would like to see on my TV (using Kodi on the media player) that this movie is marked as watched.

Philips Android TV stuttering and lagging

Hi guys, There's something wrong with Kodi 16 and 17 combined with the latest update from Philips for 43PUS6501 (Android 6.0.1 from January 23), there is a lot of stuttering and buffering going on when playing from SMB and DLNA (serviio). Previously I...