[id3lib-devel] COMR frame decoding/parsing
Brought to you by:
t1mpy
From: Ankur M. <ank...@gm...> - 2013-03-28 11:13:18
|
Hi, I am evaluating id3lib for decoding ID3 tags having COMR fields. I know that is not common frame so i don't find its parsing implemented in most of the id3 editor / libraries. I could only find it details in id3tag library. I understand if I update code (src/field.cpp) I can get it parsed like other fields and its looks few lines of code (+ verification). My query is, is there any reason other than not much used and nobody needed/used... why its not implemented yet in id3lib. Also is there any tag available which I can use for verifying if I add support for it. One another basic query: I am planning to use buffer based input, rather then providing file of id3. I understand I should use MemoryReader object in Tag.Link() instead of passing filename/filepath... Is my understanding correct? Regards, Ankur |