Patrick Farwick c058bc9538 Assume every json entry may be null
Depending on the tool used to save the metadata to the file, not every
value is properly saved. Before storing a null value in the database,
skip this value.
2021-11-04 22:42:24 +00:00
2021-11-01 11:10:04 -06:00
2021-03-10 23:57:38 +01:00
2021-11-01 18:42:49 +00:00
2020-05-26 23:26:10 +09:00

Jellyfin Bookshelf Plugin

Part of the Jellyfin Project

Logo Banner

GitHub Workflow Status MIT License Current Release

About

The Jellyfin Bookshelf plugin enables the collection of eBooks & AudioBooks, with the latter being able to be played through Jellyfin. This plugin uses Google Books as a Metadata provider.

Supported eBook file types:

  • epub
  • mobi
  • pdf
  • cbz
  • cbr

The following limitations apply:

  • .cbr Comics tagged with ComicRacks ComicInfo format are partially supported. Any metadata within the comic book itself will be ignored while external metadata within a ComicInfo.xml file can be read.
  • The Advanced Comic Book Format is not supported.
  • The ComicBookInfo format is not supported. (Not to be confused with the ComicInfo.xml format from ComicRack)

Build & Installation Process

  1. Clone this repository

  2. Ensure you have .NET Core SDK setup and installed

  3. Build the plugin with following command:

dotnet publish --configuration Release --output bin
  1. Place the resulting Jellyfin.Plugin.Bookshelf.dll file in a folder called plugins/ inside your Jellyfin installation / data directory.
Description
No description provided
Readme MIT 17 MiB
Languages
C# 99.1%
HTML 0.9%