mirror of
https://github.com/beetbox/beets.git
synced 2026-03-26 23:33:43 +01:00
Fix docs formatting
This commit is contained in:
parent
9a735df125
commit
eacaa09a07
2 changed files with 8 additions and 8 deletions
|
|
@ -27,8 +27,8 @@ New features
|
|||
- :doc:`plugins/play`: Added ``-R``/``--randomize`` flag to shuffle the playlist
|
||||
order before passing it to the player.
|
||||
- :doc:`plugins/lyrics`: Add ``exclude_albums`` and ``exclude_songs``
|
||||
configuration options to skip fetching lyrics for specific albums or
|
||||
songs during auto import.
|
||||
configuration options to skip fetching lyrics for specific albums or songs
|
||||
during auto import.
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
|
|
|||
|
|
@ -65,12 +65,12 @@ Default configuration:
|
|||
The available options are:
|
||||
|
||||
- **auto**: Fetch lyrics automatically during import.
|
||||
- **exclude_albums**: A list of album titles to skip when fetching lyrics
|
||||
during auto import. Matching is case-insensitive. Default: ``[]``
|
||||
(no albums excluded).
|
||||
- **exclude_songs**: A list of song titles to skip when fetching lyrics
|
||||
during auto import. Matching is case-insensitive. Default: ``[]``
|
||||
(no songs excluded).
|
||||
- **exclude_albums**: A list of album titles to skip when fetching lyrics during
|
||||
auto import. Matching is case-insensitive. Default: ``[]`` (no albums
|
||||
excluded).
|
||||
- **exclude_songs**: A list of song titles to skip when fetching lyrics during
|
||||
auto import. Matching is case-insensitive. Default: ``[]`` (no songs
|
||||
excluded).
|
||||
- **translate**:
|
||||
|
||||
- **api_key**: Api key to access your Azure Translator resource. (see
|
||||
|
|
|
|||
Loading…
Reference in a new issue