Skip to content

jellyfin/jellyfin-plugin-bookshelf

Repository files navigation

Jellyfin Bookshelf Plugin

Part of the Jellyfin Project

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

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.