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