From cff45bbf993d8aece5cf120936f97515380db0c4 Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Wed, 14 May 2014 23:44:54 +0200 Subject: [PATCH] Add multi-option command example to the play plugin documentation --- docs/plugins/play.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/plugins/play.rst b/docs/plugins/play.rst index 4aa93c021..c0b4ece49 100644 --- a/docs/plugins/play.rst +++ b/docs/plugins/play.rst @@ -16,5 +16,11 @@ command, you can use a ``play:`` section in your configuration file:: play: command: /Applications/VLC.app/Contents/MacOS/VLC +You can also specify additional space-separated options to command (like you +would on the command-line):: + + play: + command: /usr/bin/command --option1 --option2 some_other_option + Enable beets' verbose logging to see the command's output if you need to debug.