You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now beet update doesn't have an option for updating only selective fields yet, and I think it'd be a good addition.
My use case for that is the following: I've manually updated the music metadata out of band for the Grouping tag using an external media player. However that media player also updates other tags that it's not supposed to, and now I want to update beet's backend with only the new Grouping information.
If this is something desirable, I can open a PR and start working on those. I'm thinking of adding a -f flags to specify which fields to update, and they can be comma separated.
The text was updated successfully, but these errors were encountered:
Yes! This sounds great. The request even sounds familiar—although I can't find another ticket that mentions the idea.
An -f flag to the update command sounds reasonable. But I'd slightly prefer a version where you just provide the -f flag multiple times over a comma-separated list.
Right now
beet update
doesn't have an option for updating only selective fields yet, and I think it'd be a good addition.My use case for that is the following: I've manually updated the music metadata out of band for the Grouping tag using an external media player. However that media player also updates other tags that it's not supposed to, and now I want to update beet's backend with only the new Grouping information.
If this is something desirable, I can open a PR and start working on those. I'm thinking of adding a
-f
flags to specify which fields to update, and they can be comma separated.The text was updated successfully, but these errors were encountered: