Unify name in all files and resources

This commit is contained in:
coderkun 2017-04-28 11:01:06 +02:00
commit abec42b9ea
9 changed files with 14 additions and 16 deletions

View file

@ -1,7 +1,5 @@
#!/usr/bin/env python3
"""MPDCoverGrid is a client for the Music Player Daemon, focusing on albums instead of single tracks."""
import sys

View file

@ -16,7 +16,7 @@ from mcg import client
class ZeroconfProvider(client.Base):
KEYRING_SYSTEM = 'MPDCoverGrid'
KEYRING_SYSTEM = 'mcg'
KEYRING_USERNAME = 'mpd'
SIGNAL_SERVICE_NEW = 'service-new'
TYPE = '_mpd._tcp'