mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
Spelling & changelog for #3334
This commit is contained in:
parent
84032e56e2
commit
9392256993
3 changed files with 8 additions and 3 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue