mpris2_support. add desc and wiki page
This commit is contained in:
@@ -2,6 +2,6 @@
|
|||||||
name: MPRIS2 support
|
name: MPRIS2 support
|
||||||
short_name: mpris2_support
|
short_name: mpris2_support
|
||||||
version: 0.1
|
version: 0.1
|
||||||
description: MPRIS2 support
|
description: MPRIS2 support. Allows to update status message according to the music you're listening via the MPRIS2 D-Bus API.
|
||||||
authors = Denis Fomin <fominde@gmail.com>
|
authors = Denis Fomin <fominde@gmail.com>
|
||||||
homepage = http://trac-plugins.gajim.org/wiki
|
homepage = http://trac-plugins.gajim.org/wiki/MprisSupportPlugin
|
||||||
|
|||||||
@@ -15,7 +15,8 @@ if dbus_support.supported:
|
|||||||
class Mpris2Plugin(GajimPlugin):
|
class Mpris2Plugin(GajimPlugin):
|
||||||
@log_calls('Mpris2Plugin')
|
@log_calls('Mpris2Plugin')
|
||||||
def init(self):
|
def init(self):
|
||||||
self.description = _('MPRIS2 support')
|
self.description = _('MPRIS2 support. Allows to update status message '
|
||||||
|
'according to the music you\'re listening via the MPRIS2 D-Bus API.')
|
||||||
self.config_dialog = None
|
self.config_dialog = None
|
||||||
self.artist = self.title = self.source = ''
|
self.artist = self.title = self.source = ''
|
||||||
self.listener = MusicTrackListener().get()
|
self.listener = MusicTrackListener().get()
|
||||||
|
|||||||
Reference in New Issue
Block a user