Spelling & changelog for #3334

This commit is contained in:
Adrian Sampson 2019-07-24 22:13:53 -04:00
parent 84032e56e2
commit 9392256993
3 changed files with 8 additions and 3 deletions

View file

@ -46,6 +46,11 @@ New features:
fields: ``moods_mirex`` and ``timbre``.
Thanks to :user:`malcops`.
:bug:`2860`
* :doc:`/plugins/playlist` and :doc:`/plugins/smartplaylist`: A new
``forward_slash`` config option facilitates compatibility with MPD on
Windows.
Thanks to :user:`MartyLake`.
:bug:`3331` :bug:`3334`
Fixes:

View file

@ -46,7 +46,7 @@ other configuration options are:
set it to ``playlist`` to use the playlist's parent directory or to
``library`` to use the library directory.
Default: ``library``
- **forward_slah**: Forces forward slashes in the generated playlist files.
- **forward_slash**: Forces forward slashes in the generated playlist files.
If you intend to use this plugin to generate playlists for MPD on
Windows, set this to yes.
Default: Use system separator.

View file

@ -14,7 +14,7 @@ Then configure your smart playlists like the following example::
smartplaylist:
relative_to: ~/Music
playlist_dir: ~/.mpd/playlists
forward_slah: no
forward_slash: no
playlists:
- name: all.m3u
query: ''
@ -97,7 +97,7 @@ other configuration options are:
directory. If you intend to use this plugin to generate playlists for MPD,
point this to your MPD music directory.
Default: Use absolute paths.
- **forward_slah**: Forces forward slashes in the generated playlist files.
- **forward_slash**: Forces forward slashes in the generated playlist files.
If you intend to use this plugin to generate playlists for MPD on
Windows, set this to yes.
Default: Use system separator.