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