Exemplo n.º 1
0
    def __init__(self):
        PluginBase.__init__(self)

        self.session = None
        self.running = False

        self.player = None
Exemplo n.º 2
0
    def __init__(self):
        PluginBase.__init__(self)

        self.session = None
        self.running = False

        self.player = None
Exemplo n.º 3
0
 def __init__(self):
     PluginBase.__init__(self)
     self.session = None
     self.player = "mpd"
     self.format = "%ARTIST% - %ALBUM% - %TITLE%"
     self.running = False
     self.last_title = None
 def __init__(self):
     PluginBase.__init__(self)
Exemplo n.º 5
0
 def __init__(self):
     PluginBase.__init__(self)
Exemplo n.º 6
0
 def __init__(self):
     """Initialize plugin"""
     PluginBase.__init__(self)
     self.sn = SnarlNotification.sn
Exemplo n.º 7
0
 def __init__(self):
     """Initialize plugin"""
     PluginBase.__init__(self)
     self.sn = SnarlNotification.sn
Exemplo n.º 8
0
 def __init__(self):
     PluginBase.__init__(self)
     self.integration = None