onetagger icon indicating copy to clipboard operation
onetagger copied to clipboard

Feature: Regex based auto-tagger

Open wodinga opened this issue 1 year ago • 1 comments

Some of my music's metadata has been tagged incorrectly. Software like Mixed in Key make it easy to change the titles of your tracks to include extra tags like key and BPM, but impossible to reverse if you would instead prefer to rely on metadata fields instead.

The below image is an example image

I'd love to be able to automatically handle some of this renaming with regex!

Ideally, the flow could work similarly to the existing auto-tagger, with visual feedback on what your regex is matching as you type, and a review screen before applying the operation. Undo functionality would be really helpful here as well.

wodinga avatar Sep 16 '22 04:09 wodinga

Hello, you can use Autotagger to fetch the key/bpm data, and then the Renamer tab to put the metadata into your filenames.

Marekkon5 avatar Sep 16 '22 05:09 Marekkon5