]> kaliko git repositories - python-musicpd.git/blob - doc/source/commands.rst
eca6a3ac5b5f5efe41156c473f816e2ab733c366
[python-musicpd.git] / doc / source / commands.rst
1 .. SPDX-FileCopyrightText: 2018-2021  kaliko <kaliko@azylum.org>
2 .. SPDX-License-Identifier: GPL-3.0-or-later
3
4 .. _commands:
5
6 Available commands
7 ==================
8
9 Get current available commands:
10
11 .. code-block:: python
12
13    import musicpd
14    print(' '.join([cmd for cmd in musicpd.MPDClient()._commands.keys()]))
15
16
17 List, last updated for v0.6.0:
18
19 .. literalinclude:: commands.txt