示例#1
0
文件: Miro.py 项目: zjmmjzzjm/miro
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()
示例#2
0
def launch_miro_helper():
    from miro import miro_helper
    miro_helper.launch()
示例#3
0
文件: Miro.py 项目: codito/miro
def launch_miro_helper():
    from miro import miro_helper
    miro_helper.launch()