Stripping undesired text and other questions #5836
-
Hi! I've been working on my Beets config for the past few days and it is surely an incredible tool. There's been one big hurdle that I put off but now I need to find a way over it. At a very high level, I would like to run arbitrary regexes against arbitrary tags. Plugins that seem close are
Below are two examples of what I would like to achieve on tags: Example 0: Example 1: One other question. I intend to run Beets fully automated, or as close as I can. If a good match can't be found I'm opting to fallback on import with If there's anything I can do to help answer the question please let me know! Hoping that I just misunderstood the full capabilities of plugins that already exist. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
For the first question, use https://github.com/edgars-supe/beets-importreplace plugin. After manually updating tags outside beets, you can run 'beets update' to update the beets database. |
Beta Was this translation helpful? Give feedback.
For the first question, use https://github.com/edgars-supe/beets-importreplace plugin.
After manually updating tags outside beets, you can run 'beets update' to update the beets database.