From 82dc89ad83b8b389f2037ce586c3e1abee3adb83 Mon Sep 17 00:00:00 2001 From: Josh Brown Date: Wed, 10 Feb 2016 10:14:48 -0600 Subject: [PATCH 1/2] documention for overriding the default last.fm api key with a custom one in lastimport --- docs/plugins/lastimport.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/plugins/lastimport.rst b/docs/plugins/lastimport.rst index a38447083..697ce2717 100644 --- a/docs/plugins/lastimport.rst +++ b/docs/plugins/lastimport.rst @@ -53,3 +53,8 @@ options under the ``lastimport:`` section: * **retry_limit**: How many times should we re-send requests to Last.fm on failure? Default: 3. + +By default lastimport will use beets Last.fm API key. If you wish you can +override this with your own API key. + lastfm: + api_key: your_api_key From 0babeab862b62c1d61898990f5e7e60124fdae97 Mon Sep 17 00:00:00 2001 From: Josh Brown Date: Wed, 10 Feb 2016 10:33:52 -0600 Subject: [PATCH 2/2] fix documentation error --- docs/plugins/lastimport.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/plugins/lastimport.rst b/docs/plugins/lastimport.rst index 697ce2717..78a4a3953 100644 --- a/docs/plugins/lastimport.rst +++ b/docs/plugins/lastimport.rst @@ -55,6 +55,7 @@ options under the ``lastimport:`` section: Default: 3. By default lastimport will use beets Last.fm API key. If you wish you can -override this with your own API key. - lastfm: +override this with your own API key.:: + + lastfm: api_key: your_api_key