Skip to content

Find and Replace in Genre Tag #5138

Answered by JOJ0
slyfoxgh asked this question in Q&A
Discussion options

You must be logged in to vote

Isn't ChatGPT always right? haha ;-)

In that suggested command, what I know is that the beet mod command is correct syntax more or less, but not sure about the regex... Why don't you test the regex on just a couple of albums. Modify alsways asks for confirmation before it actually does the modifications (unless you omit that question with the -y option.

This is how modify or short mod command basically works

beet modify genre::query_in_form_of_regex genre=new_value

I personally always switch the order of the options, I think it adds to readability since the last option always is my query, which often could be rather longish:

beet mod genre=new_value genre::regex_query more_query_args

I …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JOJ0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants