Skip to content
Discussion options

You must be logged in to vote

[<>:"\?\*\|] is a regular expression (as the documentation mentions). It matches any of the following:

  • <
  • >
  • :
  • "
  • ?
  • *
  • |

The replace option only applies to paths and I'm not aware of any functionality in beets to allow replacing in tags - you'd need a new plugin to do that.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@2V3EvG4LMJFdRe
Comment options

@jackwilsdon
Comment options

Answer selected by 2V3EvG4LMJFdRe
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
Converted from issue

This discussion was converted from issue #4580 on December 12, 2022 09:08.