set_track_fields in addition to set_fields #3925
Replies: 1 comment 5 replies
-
Hi there! This does make sense, but I want to point out a little bit of backstory: this has come up in #1881 (comment), at which point @wisp3rwind's follow-up pointed to an alternative: #2988 can obviate the need for some cases where you want to set item-level attributes on all of an album's tracks. I think that doesn't exactly work for your use case because you actually want to set on-disk (e.g., ID3) tags—you don't want these for queries. I think we probably should do something about this, but I'm not certain about the |
Beta Was this translation helpful? Give feedback.
-
Hi there and thx 4 beets,
my goal is to add certain fields at track level automatically during import. E.g. a comment like 'managed by the magnificent beets tool'. 😅 Those fields should be written to files.
There is a similar feature, the
set_fields
importer option and the accompanying--set
CLI option. Hoever, these work at album level. I would like to implementset_track_fields
resp.--set-track
with analogous semantics at the track level. From quite some discussions out on the internet, I noticed that this is not only my wish, but also the desire of other people.Are there concerns/objections/blockers for the additional
set_track_fields
or does it have a good chance to be merged? Asking b/c I'd rather save the precious time if the feature is not welcome.Example config and CLI call:
The suggestion to implement an additional option
set_track_fields
instead of adding a flag toset_fields
to switch between 'album mode' and 'track mode' is for two reasons:Let me know what you think.
Regards and thx again,
bb
Beta Was this translation helpful? Give feedback.
All reactions