If I type:
CODE
vorbiscomment -t "ARTIST=Some Guy" -a file.ogg
It creates the file "file.ogg.vctemp".
Isn't it supposed to replace the original instead of creating this temp-file?
I've checked to make sure "file.ogg" is not write-protected or in use by WinAmp or other application.
However, this works as expected:
CODE
vorbiscomment -t "ARTIST=Some Guy" -a file.ogg out.ogg
It creates the file "out.ogg".
And, is there any way to pass UTF8-encoded string to vorbiscomment? As it is now, it doesn't seem to support them.
I used vorbiscomment from Winvorbis 1.33