[[!meta title="Krejčí Lukáš"]] **Project name and homepage:** [VLC](http://www.videolan.org) and [taglib](http://taglib.github.io) Assignment ====== Original assignment was to do one of following enhancements on VLC. * Add MP3 chapters support ([ticket #7485](https://trac.videolan.org/vlc/ticket/7485)) * Improve Windows Media Center IR Remote Controller support ([requested feature link](http://wiki.videolan.org/Mini_Projects#Windows_Media_Center_.28WMC.29_IR_Remote_Control)) However, on WMC IR remote controller support is nothing to improve, so I focused on adding MP3 chapter support. Chapter informations in MP3 files are stored in ID3 tags and VLC uses open-source library taglib for parsing these tags. However, taglib is currently unable to read these information, so the assignment was changed to following. * Add CHAP and CTOC frame support into taglib ([issue #81](https://github.com/taglib/taglib/issues/81)) Links documenting the results of my work ====== Here, I'll add links similar to the examples below and describe what is being linked. * [My communication with VLC developers (concerning MP3 chapters support) in a public mailing list archive](http://mailman.videolan.org/pipermail/vlc-devel/2013-April/092638.html) * [My communication with taglib developers in a public mailing list archive](http://mail.kde.org/pipermail/taglib-devel/2013-April/002473.html) * [Version control repository with the actual state of my work on taglib](https://github.com/krejclu6/taglib/tree/krejclu6_chapters) * [My pull request in the project repository](https://github.com/taglib/taglib/pull/173) * [Additional supporting material](http://lwn.net/Articles/385586/) Presentation ========== * [[Presentation of the aim of my work in PDF or OpenDocument format (upload it as an *Attachment* to this page)|prezentace1.pdf]] * [[Presentation of the results of my work|prezentace2.pdf]] Ohloh ===== Ohloh profile for krejclu6