docs: Reword documentation of playlist plugin's relative_to option

This commit is contained in:
Jan Holthuis 2019-02-17 15:35:30 +01:00
parent d52dcdd48f
commit 34cdeeefb7

View file

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