Adrian Sampson

Results 1057 comments of Adrian Sampson

@jtemplet It went to the mailing list: https://groups.google.com/d/msg/beets-users/YXz-LAfQrRs/9yhroO5WLc4J

Good point! This is coming from here: https://github.com/beetbox/beets/blob/b116eb5456d1849489257329b53a4fc588e45c07/beetsplug/parentwork.py#L207 @dosoe, perhaps this was left in from some debugging? The plugin should not output anything when the importer is running in non-verbose...

Sounds good! Marking this as a feature request. For what it's worth, a possible workaround might be to use `extractart` first to associate an image with an album, and then...

Good call. See also #673 and #663.

Sure, at least as a first step! We can always generalize it later.

Sounds good! Maybe a good first step would be investigating the Plex API endpoints required to list all the music in a database?

Interesting! I think the first step to understanding this would be to know whether the library we use to extract these files, namely [the `zipfile.extractall` function](https://docs.python.org/3/library/zipfile.html#zipfile.ZipFile.extractall), can preserve mtimes. If...

Nice find, @arogl! It seems technically possible, but somewhat annoying to implement because we can no longer just use that `extractall` function… but I'll mark this as a feature request...

Yes, something like this could work! With the caveat that the `preserve_mtimes` option is located within the `importadded` configuration—not at the top level of `config`.

Very tricky! I'm not entirely sure what's going on here, but it sure seems related to #4182. Do you know if you're running the latest source version of beets? That...