jellyfin / jellyfin-plugin-bookshelf

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

Add plugable archive backend #57

Open mohkale opened 2 years ago

mohkale commented 2 years ago

Hi, thanks for the project.

I'm interested in adding support for a pluggable archive backend. One which can support cbr, cbz etc. At the moment this project only seems to support zipfiles (and variants of zips such as epub). The README mentions rar archives are supported but I'm not seeing any reference to cbr or rar so is this not correct.

See also: #23.

carif commented 2 years ago

The README mentions rar archives are supported but I'm not seeing any reference to cbr or rar so is this not correct.

The ExternalComicInfoProvider should read a ComicInfo.xml within the directory the comic lays. Through that way, cbr and cb7 files are supported.

Thought I believe you are referring to directly reading metadata from within a cbr file which is not supported.