mirror of
https://github.com/beetbox/beets.git
synced 2026-01-07 00:15:20 +01:00
lyrics: update docs + changelog
This commit is contained in:
parent
05970e8a93
commit
95b77bf5d0
2 changed files with 5 additions and 2 deletions
|
|
@ -10,6 +10,9 @@ New features:
|
|||
art while copying it.
|
||||
* :doc:`/plugins/importadded`: A new `preserve_write_mtimes` option
|
||||
lets you preserve mtime of files after each write.
|
||||
* :doc:`/plugins/lyrics`: The plugin can now translate the fetched lyrics to a
|
||||
configured `bing_lang_to` langage. Enabling translation require to register
|
||||
for a Microsoft Azure Marketplace free account. Thanks to :user:`Kraymer`.
|
||||
|
||||
Fixes:
|
||||
|
||||
|
|
|
|||
|
|
@ -134,8 +134,8 @@ using `pip`_ by typing::
|
|||
|
||||
You also need to register for a Microsoft Azure Marketplace free account and
|
||||
to the `Microsoft Translator API`_. Follow the four steps process, specifically
|
||||
at step 3 enter `beets`` as *Client ID* and copy the generated *Client secret*.
|
||||
Paste it into your ``bing_client_secret`` configuration, alongside
|
||||
at step 3 enter `beets`` as *Client ID* and copy/paste the generated
|
||||
*Client secret*. into your ``bing_client_secret`` configuration, alongside
|
||||
``bing_lang_to`` target `language code`_.
|
||||
|
||||
.. _langdetect: https://pypi.python.org/pypi/langdetect
|
||||
|
|
|
|||
Loading…
Reference in a new issue