Some of these things may allready be addressed: Comments in oggfiles: (meaning the accutall keyword "comment(s)" With xmms you can edit oggtags, among artist and title you have "comment" * xmms creates comment attributes starting with "=" * freeamp does not seem to understand ogg-"comment" at all. * oggenc seems to like to put the comment as is without a "=" at all * vorbiscomment isn't capable of this and needs "keyword=value" This is what it looks like in oggenc (rc3 with utf8patch) Playing: 01.Fantomas_-_Page_3.ogg Album: Fantômas Title: Page 3 Track number: 01 Artist: Fantômas Comment: Comment with With oggenc -c Comment: =Comment from xmms Comment: Comment=Comment from vorbiscomment Comment: tagclean=A special tag for fun, wich seems odd. What is the correct behaviour for a oggcomment "comment"-tag? I would like to know this because I am working on a ogg/mp3 tagcleaning project. -- Audun <p><p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Audun Ytterdal wrote:> * oggenc seems to like to put the comment as is without a "=" at all > * vorbiscomment isn't capable of this and needs "keyword=value"Both do it right. oggenc's -c switch doesn't mean COMMENT=, but comment in general. You can set any comment with it, e.g. -c "ARTIST=Fantomas" (equals -a Fantomas) or -c "ASDF=This is gibberish". oggenc obviously doesn't check whether the comments it gets actually follow the specs (comment name (before the '=') isn't optional, same goes for the '=' itself, and whitespaces and other characters than _ and - are not allowed for the comment's name, etc), which is why it *can* write faulty comments - you could/should file a bug because of that if you wish it fixed. Vorbiscomment checks whether the comments follow the rules (afaik), which is why it isn't capable of doing things wrong. Btw, PP's Winamp plugin does it right, too. <p>Moritz --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.