Kodi Community Forum

Full Version: XBMC-Mythtv-Boxee- looking for script to switch between them
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
As topic says. If someone have some proven solution please post it.
If you have something for Myth and XBMC (or any other combination) that will do also (hopefully I am skilled enough to modify it Laugh )
Preferably bash script.
Thx
Happy New Year !
I use this. It can be modified to add "Boxee" to the mix. It's more of a "hack" then an elegant solution, but it works:

http://code.google.com/p/yatvgrabber/wik...thtvRemote

Cheers,
Kermee
thx

Script uses this to start XBMC
Code:
my ($XBMC)="/usr/share/xbmc/xbmc.bin -fs";      #Process name to start

this does not work correctly (blank screen)

Code:
my ($XBMC)="/usr/bin/xbmc";      #Process name to start


did the trick

now for the Boxee modification...