]> kaliko git repositories - python-musicpd.git/commitdiff
Add getfingerprint command
authorKaliko Jack <kaliko@azylum.org>
Wed, 9 Dec 2020 11:04:03 +0000 (12:04 +0100)
committerKaliko Jack <kaliko@azylum.org>
Wed, 9 Dec 2020 11:04:15 +0000 (12:04 +0100)
CHANGES.txt
musicpd.py

index bf0cdce17522d7588f48ca25a81907dd5baf0716..7a1fa44693780da399ac1705290524b5069d3d72 100644 (file)
@@ -5,6 +5,7 @@ Changes in 0.#.# UNRELEASED
 ----------------------------
 
 * Add readpicture command
+* Add getfingerprint command
 * Update host and port attributes when reconnecting
 * Fixed albumart
 
index 008d9d8d4838539fad90031ce538d166971fe5b7..6157c103b6b7b2192391c3ea37a2255b9ff601a6 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,