Adrian Sampson
Adrian Sampson
Thanks for the detailed report!! As you probably know, the Google backend is _very_ heuristic, in the sense that it makes lots of guesses about how pages are formatted. This...
There certainly are debuggers that could print things out during execution—the main one to recommend is [pdb](https://docs.python.org/3/library/pdb.html). It’s pretty easy to use, overall! But perhaps an even easier way to...
Ah yes, that is certainly a frustration when getting started editing Python! I'm glad you sorted that out.
Got it. What that does, for what it's worth, is take the longest text blob on the page. So I think the underlying problem here is that the logic is...
Quite helpful; thanks! I think the next step, for anyone interested in nailing this down, will be to look specifically for tags like `` and to strip them out before...
I should probably add some meta-commentary here: the Google backend, unlike the other lyrics backends in this plugin, is necessarily very heuristic. That is, there will never be a consistent...
Can you please do a little more investigation into this tag? - What is the standard way of storing this tag in ID3 and other formats? Or is it Picard-specific?...
Thanks for the additional digging! Sadly, Picard's tag mapping page doesn't describe how the field is stored. https://picard.musicbrainz.org/docs/mappings/ In any case, though, this seems like a fine addition if someone's...
That's part of it. We also need to investigate whether there's a standard tag storage key/frame type for all of the file types beets supports (MP3, Vorbis comments, ASF, etc.)....
Thank you! These sample files (and the Picard ticket for `albumartists`) should help.