windows 8 help

I need some help downlading kodi on widows 8 hp stream laptop. thanks for any info

Add-on Developer Question Regarding Sling TV

Hi developers! I'm doing some research on Kodi addons related to Sling TV and other paid TV services that stream video content online. My question is somewhat multi-faceted, but I'm hoping some knowledgeable devs might be able to assist. I noticed th...

Any way to modify media flags?

So, id like instead of video codec info being displayed (such as divx mpeg, h.264, xvid, etc) id like it to either display DVD if <= 480p and Blu Ray if => 720p (and preferrably some kind of bluray UHD logo if 4K). I know the skin can partially ...

Channel order and numbers not coming from Backend

I recently had my version of Kodi upgraded from Kodi 16 to 17. When using 16 Kodi would get the channel numbers and guide from the backend (NextPVR on Windows Machine). After upgrade to 17, the guide and channels are using a sequential numbering and...

Library single file export bug…. fixed?

The wiki for library export shows this: 1.1.1 Exporting to one single file When exporting to a single file Kodi will bring up a browser dialog where you select where you want it exported. Kodi will then create a subdirectory with the resulting xml fi...

The most frustrating thing about any skin…

First off forgive me as I'm a newbie to Kodi so maybe I just don't know how to do this. After trying out many skins I find the same issue with all of them: setting a default view. I have not found a skin that will keep the same view throughout the cat...

Kodi 17.0 – SQL profile issue

Hi all, I have a well configured and working environment with MySQL server available trought LAN and several Kodi 16.1 clients on Windows 10 and Android 5.0 platforms. Migrating trought Kodi.17.0 I lose SQL library handling. The new instance of Kodi ...

LE8 with GPIO receiver

I did a fresh install of LE8 on my Rpi2 (with GPIO receiver). Would like to use it with my remote. I added "dtoverlay=lirc-rpi" to the config.txt. If my memory is right, this is all what is needed in prior version (and seemed to be what is described i...

Korean remote issues

I have windows 10 and I can't get Korea remote to connect. I have uninstalled and reinstalled, checked the port number, verified all setting in Kodi and still says it can't connect

List of Legal Addon’s

Hi, I just want to know if there is a list somewhere on the internet that shows me every legal addon from Movies, TV Shows, Cartoons, Anime and XXX. I have loads of addons and I don't want to get into trouble. Also just a thought, is the UK/Europ...

Compiling on IMX6 hardware

I am trying to compile Kodi 17.0 (from github) for my IMX6Q based machine. I bought the machine from a indigogo project (it's an Ezeecube) and it came preïnstalled with a Yocto build (arm-poky-linux-gnueabi). The compiler is installed and I have already compiled a few programs without problems (screen, tar, etc...).

I have configured Kodi with the following command:

Code:
./configure --prefix=/opt/data/media/internal_disk/kodi17/ --enable-gl=no --enable-gles=yes --enable-x11=no --with-ffmpeg=auto --enable-vaapi=no --enable-vdpau=no --enable-codec=imxvpu

After some trial and error I got it to configure completely. While running the 'make' command I run into problems with the IMXVPU. The first error I receive is:
Code:
DVDVideoCodecIMX.cpp:950:52: error: 'VPU_DEC_RESOLUTION_CHANGED' was not declared in this scope

It seems that I don't have the required headers/libraries for compiling for my machine, on my machine. Are there any IMX6-specific packages that I need to install, and where can I get them from?