Add multi-option command example to the play plugin documentation

This commit is contained in:
Alessandro Ghedini 2014-05-14 23:44:54 +02:00
parent 0f20651f8b
commit cff45bbf99

View file

@ -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.