Allowed Restricted Access on iOs App?

Hi guys, I cannot find this answer anywhere on internet. I tried calling to Apple without any answer. Some help would be very appreciated! I sent an iOs App to Apple Store, the "Review team" sent me an e-mail with a lot of questions, most of all rega...

Android TV – 17.3 – APP NOT INSTALLED

KODI 17.3 downloaded from https://kodi.tv/download Device is MBOX AMLogic S905 - Model T95N-2G - version 5.1.1 CPU 64-bit ARM (4XARM Coretex-A53@2Ghz) Android: 5.1.1 (Lollipop) - API Level 22 Rooted : Yes The download I downloaded is kodi-17.3-Kry...

Kodi 17.3 won’t install on windows 10

I have been trying to install kodi 17.3 on windows 10 upgrade from kodi 16. I get a error opening file for writing: C:\ Program Files (x86)Kodi\d3dcompiler_47.dll Then it says abort or retry or cancel. I have updated all my drivers and tried to instal...

Fanart of video’s, only showing 1 image?

Im new to the forums, hope it's the right topic. I clicked 'Show Fanart' in my videos (for any movies I have in kodi library) and it only shows the one image which is set as background. Isn't there a way to view all fanart (I've downloaded with Artwor...

Help me find a simple (non)kodi box.

I am hoping someone can help me find a decent box for a family member. I was going to just buy an android kodi box, but having had one at home for awhile, it became clear that the kodi interface would just overwhelm her. I'm looking for something VERY ...

[Kodi 17 Krypton] pause in video playback changed?

Hi, I noticed a change in the behaviour of the way the remote buttons work during video playback since version 17 (Krypton). Now i'm not sure if this is because of a version change in Kodi or if it has something to do with a different platform i'm usi...

Android box turns off while using Kodi

For the forst 2 weeks that i owned my leelbox MXQ pro mini everything was working perfectly but recently my android box keeps turning off on me while using kodi, it happens anywhere from 5minutes to 3 hours in. And after it turns off it will sometimes ...

Error while using subprocess.Popen

I have written a script to execute the mediainfo.exe from a Kodi script. I recently updated from Kodi 17.1 to Kodi 17.3. Suddenly the script stopped working and i got an error.

Code:
File "C:\Program Files (x86)\Kodi17\system\python\Lib\subprocess.py", line 735, in __init__
                                                self.stdin = os.fdopen(p2cwrite, 'wb', bufsize)
                                            OSError: (2, 'No such file or directory')
If i install Kodi 17.1 again the script is working fine. I could see the python version changed from 2.7.12 to 2.7.13.

This is the code i use
Code:
exepath = '"' + __addonpath__ + '\mediainfo.exe"' + ' "' + fname + '"'
        startupinfo = subprocess.STARTUPINFO()
        startupinfo.dwFlags |= subprocess.STARTF_USESHOWWINDOW
        ret = subprocess.Popen(exepath,
                            stdout=subprocess.PIPE,
                            stderr=subprocess.PIPE,
                            stdin=subprocess.PIPE,
                            startupinfo=startupinfo).communicate()
The variable exepath is in both Kodi version the same. e.g.

"C:\Program Files (x86)\Kodi17\portable_data\addons\script.skinhelper.mediainfo\mediainfo.exe" "\\MOVIEZ\share\test.mkv"

Does anybody have an idea what changed and why i get this error with Kodi 17.3??
Any idea how i could solve this issue?

17.3 wont install

removed 17.1 downloaded 1.3 and it wont install comes up with error C:\ProgramFiles(x86)Kodi\EasyHook32.dll had no problem with previous version any help appreciated Using Windows 10

Yatse WIFI host no connection

Hi, I use Kodi 17.3 with Yatse and I can only connect Yatse with my PC if it is connected via lan. If I try to connect the host PC with wifi I am not able to connect it with Yatse (I know the port of Kodi for lan and wlan is different). I have a powerl...

How do you handle concert Blurays

I just got some concert Blurays and I would like to view them through Kodi. I have them stored as iso files but the problem is that on some the menu does not work. I would like to be able to skip to specific songs and that's hard without menus. I kn...

L/F help

hey guys looking for someone to help me design my own kodi software with personalized background and preloaded categories and sub menu's and such that i can load on new boxes pm me if someone out there is willing to help

error inputstream.rtmp

i found this within a debug log: 13:38:16.060 T:2524 DEBUG: ADDON: Dll Initializing - RTMP Input 13:38:16.060 T:2524 DEBUG: SECTION:LoadDLL(C:\Program Files (x86)\Kodi\addons\inputstream.rtmp\inputstream.rtmp.dll) 13:38:16.062 T:2524 ERROR: Win3...