mirror of
https://github.com/beetbox/beets.git
synced 2025-12-30 12:32:33 +01:00
Add multi-option command example to the play plugin documentation
This commit is contained in:
parent
0f20651f8b
commit
cff45bbf99
1 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue