开发者

How many characters can I store in an ID3v2 comment?

开发者 https://www.devze.com 2023-04-04 10:37 出处:网络
I\'m trying to find some definite information on the length comment area in ID3v2 tags.In the spec it doesn\'t 开发者_如何学Pythonmention anything concrete(or I just don\'t understand it).

I'm trying to find some definite information on the length comment area in ID3v2 tags. In the spec it doesn't 开发者_如何学Pythonmention anything concrete(or I just don't understand it).

Thanks for your help


The final string size is determined by the frame size. Look up the definition of the frame header; it includes a "size" field. Everything else either has a definite size or is a terminated string, so by the time you get to the final text field, there's no more ambiguity.

0

精彩评论

暂无评论...
验证码 换一张
取 消