here's a question that's been troubling me for some time now...
(I googled and checked the documentation too..)
How to modify FLAC's tags (artist, title, etc.) using the command line tool?
I know there's the "-T "artist=Artist", .... option, but it seems it's ment only for encoding from wav...
so, flac -T "artist=Artist" myFlac.flac
results in a error message that the file already exist
any suggestions?