reading/writing non-default file tags? #5358
Unanswered
presentday-presenttime
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Beets doesn't really support arbitrary metadata fields out of the box. You'd need a plugin for that. What specific tags do you mean? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using some existing tags, that aren't natively supported by beets (from picard, Mp3tag, or wherever). I want to be able to read/write them using beets. is there a way to do this?
using the
modify
command afaik doesn't actually write to the file unless it's one of the already supported tags.I've tried using the
inline
plugin withmutagen
but it's slow, and I couldn't figure out how to support writing.Beta Was this translation helpful? Give feedback.
All reactions