TV card support?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
vdrfan Offline
Team-XBMC Developer
Posts: 2,793
Joined: Jan 2008
Reputation: 7
Location: Germany
Post: #11
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
find quote
Gamester17 Offline
Team-XBMC Forum Moderator
Posts: 10,595
Joined: Sep 2003
Reputation: 9
Location: Sweden
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.

regards
vdrfan
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 Offline
Team-XBMC Developer
Posts: 2,793
Joined: Jan 2008
Reputation: 7
Location: Germany
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 Offline
Junior Member
Posts: 2
Joined: Jul 2008
Reputation: 0
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
Post Reply