search for: flac__metadata_chain_status_ok

Displaying 2 results from an estimated 2 matches for "flac__metadata_chain_status_ok".

2004 Sep 10
2
using vorbiscomments with metaflac not utf8-encoded
Using metaflac (1.0.3) like this: metaflac file.flac --set-vc-field=title=test??????e? The vorbiscomment will not be UTF8-encoded, instead they will be stored directly as ANSI. When trying to add some more comment, it gave the following error: ERROR: writing FLAC file file.flac, error = FLAC__METADATA_CHAIN_STATUS_OK Does that mean that weren't enough room for the comments? But shouldn't it then rewrite the entire file and perhaps add an extra padding block (I believe OggVorbis does this). And, it would be really nice if at least the Winamp-plugin could display these vorbiscomments. Even better if t...
2004 Sep 10
0
using vorbiscomments with metaflac not utf8-encoded
...rectly as ANSI. yes, metaflac is currently not doing utf-8 encoding. the same libutf8 from libvorbis is in the flac source tree but it's not hooked up yet. > When trying to add some more comment, it gave the > following error: > > ERROR: writing FLAC file file.flac, error = > FLAC__METADATA_CHAIN_STATUS_OK > > Does that mean that weren't enough room for the > comments? But shouldn't it then rewrite the entire > file and perhaps add an extra padding block (I > believe OggVorbis does this). yes, it should rewrite. you may have found a bug but there's not enough info for me...