A beets plugin with a boosted modify command to add/remove values in multi-value tags #5995
Morikko
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I needed to modify multi-value tags atomically, like adding or removing an element without modifying the others. Also, I wanted to be able to use a string with a chosen separator.
Both combined were required to leverage navidrome custom tags splitting behavior since v0.55.0. I started by using it to batch add some
groupinglikeRIP CD,Original Soundtrack,Game Soundtrack,Christmas... But other fields may benefit from it likegenre.Preview:
As it is very useful, I decided to finalize and share it. Enjoy :)
Link: https://github.com/Morikko/beets-multivalue
Beta Was this translation helpful? Give feedback.
All reactions