-
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 searches having problems #1760
Comments
Thanks for looking into both of these! It looks like we'll need to remove the Google source (there's no obvious alternative without a complete overhaul) and look more closely at the iTunes source. |
OK, I removed the Google backend. I also improved the logging for the iTunes backend so it will emit a more sensible message like "no results for query X" rather than just the exception's text. In a couple of experiments, the backend was still able to find a couple of images for me, so I think it's still (basically) working. |
* master: (94 commits) Clean up changelog for edit plugin scrub: Demote a log message to debug scrub: Restore tags & art in auto mode (beetbox#1657) scrub: Run on import in auto mode (beetbox#1657) Fix beetbox#1673: Escape regex terms in lyrics snake_case variable names Doc refinements for beetbox#1749 Remove tests for Google fetchart backend (beetbox#1760) fetchart: Remove Google backend (fix beetbox#1760) fetchart: Better logging for iTunes (beetbox#1760) fetchart: Fix beetbox#1610: itunes install docs Fix test that depended on local time, 2 Fix test that depended on local time Fix unused import leftover on test_library Add documentation for M:SS length Move raw_seconds_short to beets.util Add tests for library-specific field types Fix test that was expecting raw length format Fix pyflakes issues, variable name Add config option for human vs raw track duration ...
I just noticed that cover art wasn't being found for some albums, so checked with -v
Google search uses old API that is no longer available
So I tested some URLs directly ...
and get an error page from google
iTunes fails with index out of range
I'm assuming that this is when it can't find that particular cover, so this one is probably not an issue. But it seems to happen a lot, and I thought iTunes had a good selection of cover art ...
The text was updated successfully, but these errors were encountered: