You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought it would be cool to have a button on the remote that would automatically open Kodi. Im probably going about this the wrong way but I added the following to the script (after removing the green button from the existing commands). It works when testing in command line but not when emulationstation is open. Any help would be appriciated.
elif "green" in line:
Kodi = subprocess.Popen("/home/pi/RetroPie/roms/ports/Kodi.sh")
The text was updated successfully, but these errors were encountered:
I thought it would be cool to have a button on the remote that would automatically open Kodi. Im probably going about this the wrong way but I added the following to the script (after removing the green button from the existing commands). It works when testing in command line but not when emulationstation is open. Any help would be appriciated.
The text was updated successfully, but these errors were encountered: