]> kaliko git repositories - python-musicpd.git/blobdiff - musicpd.py
Add delpartition and moveoutput commands (closes #8)
[python-musicpd.git] / musicpd.py
index 008d9d8d4838539fad90031ce538d166971fe5b7..5b2a37a847450f19d8bb5cab060d0b8a61f860cb 100644 (file)
@@ -225,6 +225,7 @@ class MPDClient:
             # Database Commands
             "albumart":           self._fetch_composite,
             "count":              self._fetch_object,
+            "getfingerprint":     self._fetch_object,
             "find":               self._fetch_songs,
             "findadd":            self._fetch_nothing,
             "list":               self._fetch_list,
@@ -264,6 +265,8 @@ class MPDClient:
             "partition":          self._fetch_nothing,
             "listpartitions":     self._fetch_list,
             "newpartition":       self._fetch_nothing,
+            "delpartition":       self._fetch_nothing,
+            "moveoutput":         self._fetch_nothing,
             # Audio Output Commands
             "disableoutput":      self._fetch_nothing,
             "enableoutput":       self._fetch_nothing,