jellyfin / jellyfin-plugin-bookshelf

https://jellyfin.org
MIT License
195 stars 20 forks source link

Add ComicBookInfo metadata provider #38

Closed carif closed 2 years ago

carif commented 2 years ago

The ComicBookInfo format stores metadata within the zip archives comment. As System.IO.Compression does not expose the zip archives comment, SharpCompress is used instead.

Reads in all fields the ComicBookInfo defines and saves as many as possible in Jellyfin. Additional fields can be saved once support for these is added in the Jellyfin Server project.

Closes #35 Depends on #34 as it should use the interfaces provided by that PR.