From 9392256993b0cf6f4e2a545d9c504decb71542d9 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 24 Jul 2019 22:13:53 -0400 Subject: [PATCH] Spelling & changelog for #3334 --- docs/changelog.rst | 5 +++++ docs/plugins/playlist.rst | 2 +- docs/plugins/smartplaylist.rst | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index cd6863781..e6e846eef 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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: diff --git a/docs/plugins/playlist.rst b/docs/plugins/playlist.rst index 5abbe6dcf..31609cb3c 100644 --- a/docs/plugins/playlist.rst +++ b/docs/plugins/playlist.rst @@ -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. diff --git a/docs/plugins/smartplaylist.rst b/docs/plugins/smartplaylist.rst index 2aef5e8f8..dd3ee45ba 100644 --- a/docs/plugins/smartplaylist.rst +++ b/docs/plugins/smartplaylist.rst @@ -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.