Adrian Sampson

Results 1057 comments of Adrian Sampson

Hello! I am closing old issues from last year's offering to prepare for the next iteration of the course. If you would like to have this blog post published, please...

That's awesome, even if the plugin only kinda works!! It would indeed be good to handle this automatically inside beets. I also am not sure how to handle IDs, but...

Looking good! I think all this needs is to polish the comments so they're self-contained and oriented toward the code-reader of the future rather than summarizing our discussion here, and...

Very nice work; thanks for your effort on this!!

I believe the plugin should query the standard set of fields, unless you tell it not to (as with ordinary queries).

I think the similarity is proportional to the entire field, not just a substring. Have you tried something like `~'michael jackso'`?

Sure, it might make sense to extend the fuzzy plugin for this purpose. Substring fuzzy matching is probably more intuitive anyway. Would that make sense for you?

Cool! I've updated the title to reflect that idea.

Relative paths would probably be good idea. The problem is that this would be a deceptively large change -- path handling is extremely pervasive in beets, so the changes would...