chiark / gitweb /
dump.py exercises tags db harder
[disorder] / python / disorder.py.in
index 2ad2b44f791c920f796f338a4032082e077ee469..a8afcba9401dfaef6995eeb0755b56edac62808e 100644 (file)
@@ -659,6 +659,14 @@ class client:
     self._simple("search", _quote(words))
     return self._body()
 
+  def tags(self):
+    """List all tags
+
+    The return value is a list of all tags which apply to at least one
+    track."""
+    self._simple("tags")
+    return self._body()
+
   def stats(self):
     """Get server statistics.