Renaming and moving .lrc files using the same pattern used for songs?


Often I don't want (Remaster) or (Live) to remain in the title tag of my files. Removing those is easy with regex replace. I then rename all the songs via "convert -> tag-filename" to the pattern and folder structure of my choice.

Which leaves me with a bunch of .lrc files that have different names than the songs they belong to, breaking the connection between them.

I would love to be able to use mp3-tag to recognize when a song and an .lrc file have the same name and to link the .lrc file to the song, meaning when the song is renamed/moved through mp3-tag, the .lrc file gets renamed/moved as well and ends up in the same folder with the same name as the song it belongs to.

Is that possible? I've been moving and renaming .lrc files by hand for quite some time now and I'd love to be able to automate that step.