Open gAmUssA opened 7 years ago
Yes, I believe the library does support this.
ID3v2 id3v2Tag = mp3file.getId3v2Tag();
id3v2Tag.getChapters();
Let me know if I can close this issue. If a response is not received in 7 days, I will close the issue.
Thank you
correct me if I'm wrong but chapter's frame doesn't see to be completed. Could you point me to the way how to extract subframes with text info with chapter name and chapter description?
also, chapter's start and end time. is it in seconds?
Thank you
Hi
Does this lib support chapter frame http://id3.org/id3v2-chapters-1.0?
Thanks