In the podcasting space, more and more software solutions support chapters in media files. ID3 has a chapters module:
http://id3.org/id3v2-chapters-1.0
Would be great if this could be - at least - readable by getid3()
Thanks for considering this idea.
Read MP3 chapters
-
- User
- Posts:2
- Joined:Thu Jun 30, 2005 12:41 pm
- Contact:
-
- getID3() v1 developer
- Posts:1477
- Joined:Fri May 04, 2001 4:00 pm
- Are you a spambot?:no
- Location:Northern Ontario, Canada
- Contact:
Re: Read MP3 chapters
Can you provide a sample file with chapter data in the ID3v2 tag, please?
-
- User
- Posts:2
- Joined:Sun Nov 16, 2014 5:20 pm
- Are you a spambot?:no
Re: Read MP3 chapters
I have an active interest in this feature as well. Writing and reading chapter marks would be awesome!
This podcast for example uses extensivly Chaptermarks: http://trojaalert.bildungsangst.de/
A MP3 File with these marks can be found here: http://trojaalert.bildungsangst.de/podl ... lfahrt.mp3
Thanks a lot
Tim
This podcast for example uses extensivly Chaptermarks: http://trojaalert.bildungsangst.de/
A MP3 File with these marks can be found here: http://trojaalert.bildungsangst.de/podl ... lfahrt.mp3
Thanks a lot
Tim
-
- getID3() v1 developer
- Posts:1477
- Joined:Fri May 04, 2001 4:00 pm
- Are you a spambot?:no
- Location:Northern Ontario, Canada
- Contact:
Re: Read MP3 chapters
Thanks for the sample file. Support for CHAP and CTOC added:
https://github.com/JamesHeinrich/getID3 ... 200b602439
https://github.com/JamesHeinrich/getID3 ... 200b602439
-
- User
- Posts:2
- Joined:Sun Nov 16, 2014 5:20 pm
- Are you a spambot?:no
Re: Read MP3 chapters
Thanks a lot! It seems to me, this code is only for reading CHAP-frames or can I use it to write chapter markers too?James Heinrich wrote:Thanks for the sample file. Support for CHAP and CTOC added:
https://github.com/JamesHeinrich/getID3 ... 200b602439
-
- getID3() v1 developer
- Posts:1477
- Joined:Fri May 04, 2001 4:00 pm
- Are you a spambot?:no
- Location:Northern Ontario, Canada
- Contact:
Re: Read MP3 chapters
Reading only. There are no plans to add any more writing support to getID3.