mirror of
https://github.com/beetbox/beets.git
synced 2026-01-17 13:44:01 +01:00
updated documentation for play plugin adding relative_to option info
This commit is contained in:
parent
bedc17e043
commit
87181de29f
1 changed files with 6 additions and 0 deletions
|
|
@ -23,6 +23,12 @@ would on the command-line)::
|
|||
play:
|
||||
command: /usr/bin/command --option1 --option2 some_other_option
|
||||
|
||||
The plugin also supports generating the playlist items with relative paths
|
||||
to a folder, just pass the option relative_to specifying the location::
|
||||
|
||||
play:
|
||||
relative_to: /my/music/folder
|
||||
|
||||
When using the ``-a`` option, the m3u will have the paths to each track on
|
||||
the matched albums. If you wish to have folders instead, you can change that
|
||||
by setting ``use_files: False`` in your configuration file.
|
||||
|
|
|
|||
Loading…
Reference in a new issue