remove the personal key warning altogether; it's also in the docs and rather obtrusive

This commit is contained in:
wordofglass 2016-04-18 18:52:18 +02:00
parent 30bca5c8af
commit c3be244109

View file

@ -681,13 +681,6 @@ class FetchArtPlugin(plugins.BeetsPlugin, RequestMixin):
available_sources.remove(u'google')
sources_name = plugins.sanitize_choices(
self.config['sources'].as_str_seq(), available_sources)
if not self.config['fanarttv_key'].get() and \
u'fanarttv' in sources_name:
self._log.warn(
u'fanart.tv source enabled, but no personal API given. This '
u'works as of now, however, fanart.tv prefers users to '
u'register a personal key. Additionaly this makes new art '
u'available shorter after its upload. See the documentation.')
if 'remote_priority' in self.config:
self._log.warning(
u'The `fetch_art.remote_priority` configuration option has '