readium / mobile

📱 Readium Mobile is a toolkit for ebooks, audiobooks and comics written in Swift & Kotlin.
https://readium.org/mobile
BSD 3-Clause "New" or "Revised" License
104 stars 6 forks source link

Add comic metadata support #34

Open mickael-menu opened 3 months ago

mickael-menu commented 3 months ago

There are various popular standards for comic book metadata, especially in the case of CBZs, that are not yet parsed and used to provide comic metadata. These include the ComicRack ComicInfo.xml, ComicBookInfo in the ZIP comment, the Advanced Comic Book Format, as a .acbf file and more.

Useful links:

Originally posted by @chocolatkey in https://github.com/readium/go-toolkit/issues/97.