I'm trying to convert my .flac-files to MP3 using LAME and then put them in my mobile mp3-player. The encoding goes perfectly but the problem is that I want the files to automatically be renamed to:
"Artist - Tracktitle.mp3" --> "Oasis - Stand By Me.mp3" etc
I've tried this:
tag.exe --scheme "A - T" *.mp3
But it doesn't seem to work.
I'd appreciate if someone can take 10 seconds and help me get this to work
Thanks!