id3
id3 copied to clipboard
Select files based on metadata
Like to recursively search my mp3's. Find one where the ALBUMARTIST is "Various Artists" and change it to "Various". Could I get some help here?
That's not (in general) yet possible with this tool (you can match parts of the filename); but it's an interesting feature request to select files based on metadata!
E.g, something like:
id3 -R "*.mp3" --filter "%a=[Vv]arious*" --artist "Various"