mpris2_support. add desc and wiki page

This commit is contained in:
Denis Fomin
2011-10-05 10:33:32 +03:00
parent ace6532d81
commit 783f07188a
2 changed files with 4 additions and 3 deletions

View File

@@ -2,6 +2,6 @@
name: MPRIS2 support
short_name: mpris2_support
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>
homepage = http://trac-plugins.gajim.org/wiki
homepage = http://trac-plugins.gajim.org/wiki/MprisSupportPlugin

View File

@@ -15,7 +15,8 @@ if dbus_support.supported:
class Mpris2Plugin(GajimPlugin):
@log_calls('Mpris2Plugin')
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.artist = self.title = self.source = ''
self.listener = MusicTrackListener().get()