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