Adrian Sampson
Adrian Sampson
Absolutely. Starting with the popular options sounds great, and we can expand the set on demand as people make requests. You're doing a great job of faking Python expertise! We...
Good points all! Here's my recommendation for now: let's start with the simplest possible thing, release it, and go from there. Specifically, this is what that would look like: *...
Yes! You've got that right—the existing infrastructure in beets should take care of transferring the in-database values for a field to corresponding MediaField values. Your extra import stage, while well-intentioned,...
Hmm... it seems like you can again get by without too much specific effort. The `list` and `modify` commands let users query and set any field, so it should hopefully...
For this particular use case, @baco, you might try doing a `beet update` to load those comments into the beets database. That way, beets and your files will agree about...
Hi! There is little that beets can do about this itself… your system configuration has specified that you're using `gbk` for argument encodings, but you are trying to use a...
Interesting! What do you think about a slightly refined proposal: we create a virtual (i.e., computed) field called `date` that includes the information from the `year`, `month`, and `day` fields...
OK, this is a good idea. Thanks for the suggestion.
Thanks! Looks like we need to do some sort of conversion—perhaps to bytes—before feeding filenames into the GStreamer backend. In the mean time, you can consider using a different RG...
Hi! Can you please include your full configuration, and perhaps a verbose log from a case where `fetchart` did this?