2019-11-26, 19:55
I my two examples below, in which I successfully use the "kodi-send" command repetitively, Kodi stops temporary with responding to this command.
After a short amount of time it responds again to these repetitive commands, but then again stops responding....etc...etc...etc.
Example 1:
In the SSH command line of my RPI system with LibreElec I send below kodi-send command to navigate through a menu:
kodi-send --host=192.168.192.18 --port=8080 --action="Up"
Example 2 :
From my Python script I do the same by means of a button that responds to an interrupt:
os.system('kodi-send --action=FullScreen')
In an old support request (See this link) I found a thread that was set to solved because the original poster said it was solved without sharing the details on how he did this.
Question : Is this a known problem or even intended feature of the kodi-send client ?
Is there any way how I can work around this ? If I want to navigate through a menu or increase the volume I want to send as many kodi-send commands as I need.
Looking forward to your recommendations.
Rene
After a short amount of time it responds again to these repetitive commands, but then again stops responding....etc...etc...etc.
Example 1:
In the SSH command line of my RPI system with LibreElec I send below kodi-send command to navigate through a menu:
kodi-send --host=192.168.192.18 --port=8080 --action="Up"
Example 2 :
From my Python script I do the same by means of a button that responds to an interrupt:
os.system('kodi-send --action=FullScreen')
In an old support request (See this link) I found a thread that was set to solved because the original poster said it was solved without sharing the details on how he did this.
Question : Is this a known problem or even intended feature of the kodi-send client ?
Is there any way how I can work around this ? If I want to navigate through a menu or increase the volume I want to send as many kodi-send commands as I need.
Looking forward to your recommendations.
Rene