I've been trying to figure out a way to launch Boxee from within xbmc and also xbmc from within Boxee. Preferably when switching to xbmc/boxee the other one would close.
Please let me know if this is possible.
Thanks,
Starpc
[WINDOWS] Boxee/XBMC Launcher Request
starpc
Junior Member Posts: 9 Joined: May 2010 Reputation: 0 |
2010-05-28 21:21
Post: #1
|
| find quote |
lazyboy0172
Junior Member Posts: 27 Joined: Sep 2008 Reputation: 0 |
2010-05-30 16:07
Post: #2
i'm having a similar issue and would love a solution. i tried using the launcher script and added boxee to it, but when launching boxee from that it gives a fatal error about no suitable skin version found... launching boxee from the same exe in windows explorer though, even with xbmc running in the background, produces no error.
|
| find quote |
theophile
Fan Posts: 569 Joined: Jan 2009 Reputation: 30 |
2010-05-30 16:17
Post: #3
To avoid that, you need to shut down XBMC first. The way to accomplish that is to write a small wrapper script that kills XBMC before launching Boxee and have the launcher plugin execute the script.
|
| find quote |
tarbush
Junior Member Posts: 26 Joined: Dec 2007 Reputation: 0 |
2010-06-07 00:27
Post: #4
Once you exit boxee, it won't go back to xbmc, will it?
|
| find quote |
Skindred
Senior Member Posts: 121 Joined: Jan 2007 Reputation: 0 |
2010-06-08 14:36
Post: #5
Create a simple autoit script.
Something like this (note that this is not actual code, just a simplistic way of making an example); Code: If WindowState.Active("XBMC") && WindowState.Active("Boxee") Then |
| find quote |

Search
Help