Noob question

Hello, Can anybody help me please with my compiling source for android. I am using this guide https://github.com/xbmc/xbmc/blob/master...E.android. I went through steps up to 5. But i don't know what to do next. I am using Ubuntu "Xenial Xerus" (16.0...

Syncing NPVR add-on watched status with Emby add-on

I am not sure if there is already a way to achieve this, but I watch recorded shows via two methods: I use NPVR Server to do all my recording and the resulting files go into a huge folder that contains all my videos. Emby watches this folder and auto...

Kodi Jarvis 16.1 wont run!

Hi, Been racking my brains over this one... I was on a previous version (I can't remember which) but it had become a little unstable shutting down,, about 50% of the time it would just go to a black screen and never close, I would have to force it... ...

Control kodi using QProcess()

Hi! Do you think it's possible to send keystrokes via QProcess() to kodi to emulate the keyword? I'm running kodi, Qt5.7 in Raspbian Jessie: Code: QProcess *m_kodi = new QProcess(this); m_kodi->start("kodi"); // ... m_kodi->write("c"); // shoul...

KODi to Read .vsmeta

Hey Guys; How to get KODI to read .vsmeta so that I don't need to change all htpcs only video station in my synology nas. regards;

Krypton install error

Hi everyone I have jarvis installed on a m8 box arm 64 Im trying to install Krypton but get the app not installed error Other sources is checked Any thing else i may be missing ? Thanks for your time

PowerSaving vs. Avahi-Daemon

Hi, thanks for trying to help! Short summary: Airplay streamed to Kodi 16.1 media center via avahi-daemon cuts (mutes) out after a few minutes. Comes back if you wake up Kodi by pressing button on remote. Explanation: I am using a Zotac AD12+ as medi...

Library scanning doesn’t work

Hello, I have an annoying problem with library update in Kodi : nothing happens ! The scan start and stop immediately, and nothing is added to my library, except if I'm using the "scan for new content" option in contextual menu. The log give this iss...

Menu Render Issues

Ok I installed Kodi on a laptop of mine I fixed the flashing green with the Disableing Hardware Acceleration but I am getting this : http://gallery.aspietechygamer.tk/thumbn...hp?album=1 Laptop Specs HP NC6400 CPU:Intel Core2 T7200 2.00Ghz GPU: ATI Mo...

Info overlay on live tv

Hi, I have set up the live TV in titan skin. When I press the Up or Down arrow (on remote mapped to keyboard up and down) it shows the info screen. The info displayed is for the next channel in the list. I would prefer the first keypress to bring up th...

Thumbs View – Tag Font Settings

I use the thumbs and thumbs details view a lot. When i turn on Tags to display the title it works for my files and some catch up tv addons. But when i do for youtube and it displays two line of text (the second being the year). The problem being that i...

Pre-Release Version 2.9.1

Version 2.9.1 ======================= + added Trakt.tv scraper + added option in the bulk renamer to set/clear the sort title +/x added escaping of file names/urls in the movie exporter x fixed loading of plugins from a network share x added a connecto...

Return to previous application

Hi! I'm using kodi on RPi2/3 with Raspbian Jessie Lite (no X). I use this script to launch kodi from my application (due to the "black screen bug") : Code: #!/bin/bash kodi fbset -depth 8 && fbset -depth 16 The problem is when kodi exits I s...