Hi,
I'm trying to execute a simple shell script when a remote button is pressed. Part of my keyboard.xml:
When I press the button, xbmc terminates and I get Audio Engine errors:
Is this an Audio Engine bug?
Full xbmc log
I'm trying to execute a simple shell script when a remote button is pressed. Part of my keyboard.xml:
Code:
<F1 mod="ctrl,alt">System.Exec('python /home/xbian/volume_down.py')</F1>
<F2 mod="ctrl,alt">System.Exec('python /home/xbian/volume_up.py')</F2>
When I press the button, xbmc terminates and I get Audio Engine errors:
Code:
15:08:58 T:3042107392 DEBUG: Keyboard: scancode: 3c, sym: 011b, unicode: 0000, modifier: 140
15:08:58 T:3042107392 DEBUG: OnKey: ctrl-alt-f2 (5f091) pressed, action is System.Exec('python /home/xbian/volume_up.py')
15:08:58 T:3042107392 FATAL: ProcessMessage: Failed to restart AudioEngine after return from external player
Is this an Audio Engine bug?
Full xbmc log