Displaying 2 results from an estimated 2 matches for "000album".
2004 Sep 10
2
adding song metadata
...and-line decoder would still
decode it without complaning.
Would a better solution be to allocate an APPLICATION metadata block id
for comments? If so, what format would be best for storing this kind of
information? A series of null-terminated strings seems the simplest,
say:
ARTIST=Some Artist\000ALBUM=Some Album\000
Comments? (no pun intended :-)
Joshua
--
Joshua Haberman <joshua@haberman.com>
2004 Sep 10
0
adding song metadata
...ng
that uses FLAC.
> Would a better solution be to allocate an APPLICATION metadata block
> id
> for comments? If so, what format would be best for storing this kind
> of
> information? A series of null-terminated strings seems the simplest,
> say:
>
> ARTIST=Some Artist\000ALBUM=Some Album\000
I'm leaning towards having a metadata block that is compatible
with the vorbis comment spec. would this be amenable? I should
probably just reserve the ID for it now, so that it's possible
for people to roll their own until the next release, which will
have better metadata...