[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...

KODI download for Android is not working

Why is Kodi 17.3 NOT DOWNLOADING ANYWHERE? I have tried Goggle Store- web site and another site all of them say download started and that's is it. What is going on and if it is broken at least give me an idea when it will work Seems Goggle play says it...

CustomAutoMusicViz.XML missing?

Hi ronie, In previous version i customized this file to automatically jump to fullscreen music playback when clicking on a track. Where to find this now? Greetings, Thomas

cant cast from windows 7

Hi not sure if in right forum but am trying to cast from my tower pc with win 7 with dkink usb wifi adapter i just bought to my samsung smart tv with roku 2 streaming box attched to tv. am unable to and no software allows me to cast kodi. on my androi...

transcoding?

I've got a hard-drive full of h264/mp4 gopro videos that I want to convert into h265/mp4. On the tests I've run, I can cut the size down to about 25% of the original file sizes with minimal loss of quality. On my (old) i5 laptop, I use this command: ...