I have a folder of around 40000 audio files and I need to find all tracks with an ID3v2.2 tag on them and add them to a folder.
I am very new to eyed3 and ffmpeg, so is there a way to use one of these to get the files I need? I've read both docs and found the 'tag-version' function and 'display' pattern for eyed3, but I'm not sure how to use them.
Thanks!