-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to specify fields with beet write
#3720
Comments
So, I'll start by saying that For the write part, I'm having a little trouble understanding the use for why you would only want to write a couple of tags to the files. Can you provide an extended example of what you'd like to achieve with this? |
Ok, my bad about the update flag, I missed that option. For the wirte part, sure! There are many many fields beets fetches from MusicBrainz when importing a release; among them:
all of them, I really really don't want them, nor need them on the music file. It's ok to have them on the library, but on the file I really don't want them around. Mplayer/Mpv (my main music player) list them all when loading the file and floods the terminal. So I really prefer to write a minimum of fields to the music file, say: artist, albumartist, title, track and nothing more. Again I'd like to keep them on the music library, but don't want them on the terminal. |
Even more, this flag could come in company of a setting for |
beet write
To justify even more. Other uses for the functionality I find useful: I have some music files with the comments' tag full. Running |
For this particular use case, @baco, you might try doing a |
I'd also find it useful to specify which tags Beets actually write to. It seems fairly obvious to me that a music tagger should have options for which tags to actually use. There are some tags that I do some manual intervention on, and would like Beets to never write to unless forced. Using 'beet update' is not ideal because I also sync my beets database with mbsync regularly. It gets complicated to sync your entire collection except a few tags with MusicBrainz. Ideally I would just sync beets with Mbsync, and then write to my files without worrying that Beets will tag something I don't want. |
That sure is a legitimate feature request that was discussed often already. For example this one. It's the other way round: Excluding fields, not including, but isn't that essentially the same? By any chance you are a developer and want to start implementing a draft version of it? |
I would really like to see the ability as well (exclude fields). In my case I need it as a work-around for #4715 so my |
This is something I desperately want to see in a musicbrainz tagger and since picard doesn't have this option either I would be more than happy to have this option |
Use case
I'm trying to use beets to correct some tags on the music files
Solution
The library already contains the correct tags for the entire album, but I want only to reflect some of them on the music files, for instance the year of the track. Running
beet write
will write all tags in the library, not just the track's year. I'd like to have a--fields
flag that allows me to specify which tags to write:On the other way around, suppose I have the correct field in the music file, but the release wasn't properly on MusicBrainz, and I like to have the correct value on my beets' database; I'd also like to have the flag
--fields
on theupdate
command to specify which fields beets should overwrite on DB from file:The text was updated successfully, but these errors were encountered: