예제 #1
0
 def __init__(self, config, video):
     MenuPopulator.__init__(self, config)
     self.video = video
예제 #2
0
 def __init__(self, config, path):
     MenuPopulator.__init__(self, config)
     self.path = path
예제 #3
0
 def __init__(self, config, videos):
     MenuPopulator.__init__(self, config)
     self.videos = videos
     self.videos.sort()
예제 #4
0
 def __init__(self, config):
     MenuPopulator.__init__(self, config)
     self.root_title = "Dinoteeth Media Launcher"
예제 #5
0
 def __init__(self, config, test_id):
     MenuPopulator.__init__(self, config)
     self.test_id = test_id
예제 #6
0
 def __init__(self, config):
     MenuPopulator.__init__(self, config)
     self.root_title = "Edit Test!"
예제 #7
0
 def __init__(self, config):
     MenuPopulator.__init__(self, config)
     self.cached_media = None