Kodi fails scraping mkv series

Usually i download series in avi format and Kodi runs normally, but , if I download a episode in HD , usually in mkv container, kodi do not scrape it so the episode do not appear in library. why? Must I touch any setting or add some code to advanced se...

Change scrapper info

I'm new in in the usage of Tiny Media Manager and I try to change wrong information. For Example The movie "Anna Karenina" has more than one Film. in my database I have the version from 2013, but the TMM shows allways the Version of 2012. How can I cha...

youtube_dl vs urlresolver

Hello, I use youtube_dl in my reddit addon to play video links but sometimes there are links that it cannot play. I've always wondered about urlresolver after seeing a question about it posted a few weeks ago. do these two addons do basically the s...

DTS music playback from WavPack (.wv) files

Have several DTS music albums with tracks in WavPack format for tagging convenience. Yesterday noticed that they are not playing properly, all I hear is hiss... This was surely working OK in Jarvis and probably in early Krypton betas too. Currently us...

Subtitles in PGS format don’t show up

Hi, I have a movie encoded using x265 with PGS subtitles as a MKV file. The subtitles do not show up in Kodi (using v16.1) to enable or disable. It is as if subtitles do not exist. Subtitles appear fine on VLC player. Some posts on the web suggest th...

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