]> kaliko git repositories - python-musicpd.git/blobdiff - mpd.py
adding sticker commands
[python-musicpd.git] / mpd.py
diff --git a/mpd.py b/mpd.py
index 56112a9f5db6950ed16c3318569d8be5ee976475..7f610759d6cb516203511068da869ca2066a1cf0 100644 (file)
--- 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,