From 2f1bd39be8d0373c34c38fbe4e1249732c3f745b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 7 Nov 2009 15:57:22 +0100 Subject: command: added command "decoders" This command prints a list of decoder plugins and their suffixes / MIME types. --- doc/protocol.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'doc') diff --git a/doc/protocol.xml b/doc/protocol.xml index b6271403..1f053aca 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -1589,6 +1589,25 @@ OK + + + + decoders + + + + + Print a list of decoder plugins, followed by their + supported suffixes and MIME types. Example response: + + plugin: mad +suffix: mp3 +suffix: mp2 +mime_type: audio/mpeg +plugin: mpcdec +suffix: mpc + + -- cgit v1.2.3