-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fetchart plugin: new google custom search engine backend #1778
Conversation
Requires an API key from google similar to lyrics plugin. Limited to 100 queries/day.
This is awesome! Thanks for bringing this back—and double thanks for adding the readable, mock-based tests. ✨ Can I ask for one small change? Although using the configuration keys from the lyrics plugin was a good idea, those names don't fit well with the rest of beets' configuration. (I regret settling on those names in the first place.) Can you change them for this plugin to something more consistent and lower-case? For example, |
OK, I renamed the keys to |
Awesome; thank you again. I'll merge this now. |
Fetchart plugin: new google custom search engine backend
This restores the fetchart plugin’s google backend (see #1760) using the google custom search API.
Configuration options are identical to the lyrics plugin.