I'm kinda stuck with this... I have few FLAC audio files with TAGS and all I want to do is to decode them to WAV and automatically rename them to "Tracknumber. Artist - Trackname"... And I have to do this in command line.
Something like:
flac.exe -d --output-name="Tracknumber. Artist - Trackname.flac"
If you know any 3rd party free command line utilities to help me out with this then feel free to post them
Thanks in advance