From 87181de29f673f69e0d6a73979fe3bd5b997e71c Mon Sep 17 00:00:00 2001 From: BrainDamage Date: Thu, 4 Sep 2014 19:28:36 +0200 Subject: [PATCH] updated documentation for play plugin adding relative_to option info --- docs/plugins/play.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/plugins/play.rst b/docs/plugins/play.rst index 5ec5289f8..674618281 100644 --- a/docs/plugins/play.rst +++ b/docs/plugins/play.rst @@ -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.