X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/f47d40ba33dbfa7cb4fd6a8e22176bd4fa61e9ea..31773020eedbe29daff0a407619df9607e569e22:/python/disorder.py.in diff --git a/python/disorder.py.in b/python/disorder.py.in index 2ad2b44..a8afcba 100644 --- a/python/disorder.py.in +++ b/python/disorder.py.in @@ -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.