Example #1
0
def launch_miro_helper():
    from miro import miro_helper
    from miro.plat import qt_extractor

    # set as background task
    info = NSBundle.mainBundle().infoDictionary()
    info["LSBackgroundOnly"] = "1"

    # Register the quicktime components
    qt_extractor.register_quicktime_components()

    miro_helper.launch()
Example #2
0
def launch_miro_helper():
    from miro import miro_helper
    miro_helper.launch()
Example #3
0
File: Miro.py Project: codito/miro
def launch_miro_helper():
    from miro import miro_helper
    miro_helper.launch()