From 95b77bf5d07ae84ac6b5e36f9b1afd5e1f1c59ea Mon Sep 17 00:00:00 2001 From: Fabrice Laporte Date: Thu, 14 Apr 2016 23:24:16 +0200 Subject: [PATCH] lyrics: update docs + changelog --- docs/changelog.rst | 3 +++ docs/plugins/lyrics.rst | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 67960d56f..81078950e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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: diff --git a/docs/plugins/lyrics.rst b/docs/plugins/lyrics.rst index 5cdc3f1c7..b922b747f 100644 --- a/docs/plugins/lyrics.rst +++ b/docs/plugins/lyrics.rst @@ -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