mythboxee/launch.py

18 lines
273 B
Python

import mc
import sys
import signal
import mythtv
import mythboxee
from mythboxee import MythBoxee
# DEBUG #
#mc.GetApp().GetLocalConfig().SetValue("dbconn", "")
# DEBUG #
# Activate Loading Window
mc.ActivateWindow(14001)
# Lets go ahead and launch the app
MythBoxee()