2nd controller drama

Hey! Kodi is Amazing. Anyway, whenever I plug in a second controller I can no longer control kodi with the first controller or the second. As soon as I unplug second controller, first controller works again. Windows 10. Xbox 360 wireless controller w d...

Kodi on Roku stick ?

Hi Can i install Kodi in my Roku stick after i enable the developer mode ? if yes does anyone have a source for the kodi download for the roku stick ? thanks

Works great at first then randomly doesn’t start

every time i install Kodi, it works great for a while. I turn it on, use it, turn it off and repeat and then randomly just stops working. I will try to start it up and just get a black screen. Then it just is stuck at a black screen or goes back to the...

kodi download

Hi, I'm a new user and don't really know my way around the kodi program yet, however I've managed to use it. I downloaded the kodi 16.1 version that's not beta I believe. It worked great for me the first couple days. I had no issues. picture was great...

Kodi’s subprocess.py

I'm running a python script at startup. All it does is it opens a .bat file. It works fine by double clicking it, but when I run it from Kodi I get

Code:
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.WindowsError'>
                                            Error Contents: [Error 2] The system cannot find the file specified
                                            Traceback (most recent call last):
                                              File "C:\Users\firewater\AppData\Roaming\Kodi\userdata\series.py", line 5, in <module>
                                                p = Popen("Series.bat", cwd=r"C:\Users\firewater\AppData\Roaming\Kodi\userdata")
                                              File "C:\Program Files (x86)\Kodi\system\python\Lib\subprocess.py", line 710, in __init__
                                                errread, errwrite)
                                              File "C:\Program Files (x86)\Kodi\system\python\Lib\subprocess.py", line 958, in _execute_child
                                                startupinfo)
                                            WindowsError: [Error 2] The system cannot find the file specified
                                            -->End of Python script error report<--

This is the script:

Code:
import time
import os
from subprocess import Popen
time.sleep(2.5)
p = Popen("Series.bat", cwd=r"C:\Users\firewater\AppData\Roaming\Kodi\userdata")
stdout, stderr = p.communicate()

I'm guessing Kodi's subprocess.py is interfering with the script? I don't write in Python, so I really don't know much about this - I more or less copypasted this from Google.

If anyone knows another way to call the .bat, that's alright too, I just want it opened at the startup of Kodi.

Problem with MythTV PVR not starting Android TV

Problem with MythTV PVR not starting - Android TV I cannot get the Myth PVR to work under Android TV. Connected to the same network I have three Raspberry Pi 3 running the latest stable OPENELEC on all Myth PVR work correctly. MythTV 0.27 running u...

Spotify 10-Foot UI (Leanback)

I've been looking for ages for a 10-Foot UI Spotify client... While I've found my way around for Youtube TV and something not to bad for Netflix, Spotify remains a pain... I've just stumbled upon this: https://github.com/Andlon/sonetta This project wa...

Want to watch New Japan Pro Wrestling.

I'm looking for an add-on to watch recent New Japan Pro Wrestling events. I have the All Wrestling add-on, but most of the events won't work, and it keeps telling me to check the log. Does anyone have any recommendations? (new user and this is my fi...