althekiller, is it possible to modify the System.Exec with a bool value for having the complete focus (inputs/lirc included) ? This would make more sense than starting and stopping xbmc everytime a third party app is launched.
regards
vdrfan
vdrfan
Team-XBMC Developer Posts: 2,793 Joined: Jan 2008 Reputation: 7 Location: Germany |
2008-07-17 08:02
Post: #11
|
| find quote |
Gamester17
Team-XBMC Forum Moderator Joined: Sep 2003 Reputation: 9 Location: Sweden |
2008-07-17 13:46
Post: #12
VDRfan Wrote:althekiller, is it possible to modify the System.Exec with a bool value for having the complete focus (inputs/lirc included) ? This would make more sense than starting and stopping xbmc everytime a third party app is launched.Wrong topic thread. Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
vdrfan
Team-XBMC Developer Posts: 2,793 Joined: Jan 2008 Reputation: 7 Location: Germany |
2008-07-17 14:27
Post: #13
althekiller Wrote:Your best bet for now is to call an external python script (which will run in the shell python interpreter not XBMC's) and from that kill XBMC then start your other app and finally restart xbmc when you close the other app. I dont think so. Its a related to the previous post @ Gamester17 |
| find quote |
blazko
Junior Member Posts: 2 Joined: Jul 2008 Reputation: 0 |
2008-07-17 23:49
Post: #14
Hello althekiller,
thanks for the hint! Is there a chance to invoke that external script from within XBMC? What I tried is to invoke a python via XBMC.RunScript() which in turn invokes a shell script. Funily, XBMC seems to shut down (using killall -w -v xbmc.bin) and the following app starts (for testing purposes I use rhythmbox instead of VDR). Rhythmbox then complains about the audio device still in use. I wonder why because how can the script kill XBMC and then start Rhythmbox if it is executed as child process of XBMC? I would have expected that the shell script stops executing upon the killall xbmc.bin - not executing the rest. Has anyone ideas on how to get this working? Tried to reinit the device using alsa command but no success. Playing around with sleep between killing and invoking did not help. Thank you! |
| find quote |

Search
Help