From 34cdeeefb72b23dc00e291ecf1934030089417b6 Mon Sep 17 00:00:00 2001 From: Jan Holthuis Date: Sun, 17 Feb 2019 15:35:30 +0100 Subject: [PATCH] docs: Reword documentation of playlist plugin's relative_to option --- docs/plugins/playlist.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/plugins/playlist.rst b/docs/plugins/playlist.rst index 0a4e797c3..1156e7f77 100644 --- a/docs/plugins/playlist.rst +++ b/docs/plugins/playlist.rst @@ -32,6 +32,7 @@ other configuration options are: - **playlist_dir**: Where to read playlist files from. Default: The current working directory (i.e., ``'.'``). - **relative_to**: Interpret paths in the playlist files relative to a base - directory. It is also possible to set it to ``playlist`` to use the - playlist's parent directory as base directory. + directory. Instead of setting it to a fixed path, it is also possible to + set it to ``playlist`` to use the playlist's parent directory or to + ``library`` to use the library directory. Default: ``library``