From af1de72d5153d43fc8be3ffda53d1938d5a7067f Mon Sep 17 00:00:00 2001 From: Gord <31004434+googanhiem@users.noreply.github.com> Date: Thu, 16 Aug 2018 15:33:32 +0100 Subject: [PATCH] Update es-cec-input.py Attempting to get it to work with OSMC retropie --- es-cec-input.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/es-cec-input.py b/es-cec-input.py index e48acbe..dd3cc61 100755 --- a/es-cec-input.py +++ b/es-cec-input.py @@ -89,7 +89,7 @@ def generate_keylist(): in the retroarch.cfg file""" keylist = [] - key_bindings = get_key_bindings('/opt/retropie/configs/all/retroarch.cfg') + key_bindings = get_key_bindings('/home/osmc/retropie/configs/all/retroarch.cfg') keymap = get_keymap() errors = [] @@ -192,7 +192,7 @@ def main(): running_processes = subprocess.check_output(['ps', '-A']) - if running_processes.find('kodi_v7.bin') == -1 and\ + if running_processes.find('kodi.bin') == -1 and\ running_processes.find('retroarch') == -1 and\ running_processes.find('reicast') == -1 and\ running_processes.find('drastic') == -1: