X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=mpd.py;fp=mpd.py;h=7f610759d6cb516203511068da869ca2066a1cf0;hp=56112a9f5db6950ed16c3318569d8be5ee976475;hb=b38fd7af26788bb6c81235733209bbeb0391abc8;hpb=9eea05a9c3180a856e99ceadb21c118ea050fa69 diff --git a/mpd.py b/mpd.py index 56112a9..7f61075 100644 --- a/mpd.py +++ b/mpd.py @@ -120,6 +120,12 @@ class MPDClient(object): "lsinfo": self._fetch_database, "search": self._fetch_songs, "update": self._fetch_item, + # Sticker Commands + "sticker get": self._fetch_item, + "sticker set": self._fetch_nothing, + "sticker delete": self._fetch_nothing, + "sticker list": self._fetch_list, + "sticker find": self._fetch_songs, # Connection Commands "close": None, "kill": None,