~raoul-snyman/openlp/pyro-impress

« back to all changes in this revision

Viewing changes to openlp/core/ui/media/mediaplayer.py

  • Committer: Raoul Snyman
  • Date: 2019-06-05 04:53:18 UTC
  • mfrom: (2700.2.174 openlp)
  • Revision ID: raoul@snyman.info-20190605045318-bd2hsvmgrf7f5qew
HEAD

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
        self.parent = parent
39
39
        self.name = name
40
40
        self.available = self.check_available()
41
 
        self.is_active = False
42
41
        self.can_background = False
43
42
        self.can_folder = False
44
43
        self.state = {0: MediaState.Off, 1: MediaState.Off}
45
44
        self.has_own_widget = False
46
 
        self.audio_extensions_list = []
47
 
        self.video_extensions_list = []
48
45
 
49
46
    def check_available(self):
50
47
        """
166
163
        """
167
164
        return ''
168
165
 
169
 
    def get_info(self):
170
 
        """
171
 
        Returns Information about the player
172
 
        """
173
 
        return ''
174
 
 
175
166
    def get_live_state(self):
176
167
        """
177
168
        Get the state of the live player