Go to file
2021-03-11 01:31:27 +01:00
.github update download url with new name 2021-03-11 01:31:27 +01:00
Jellyfin.Plugin.Bookshelf Use System.Text.Json 2021-01-01 18:46:09 +01:00
.editorconfig add standard editorconfig 2021-03-10 23:57:38 +01:00
.gitignore update csproj and remove build artifacts 2019-08-01 15:01:38 -07:00
build.yaml Target Jellyfin 10.7 and .NET 5.0 2020-11-20 05:55:40 +01:00
Jellyfin.Plugin.Bookshelf.sln move all files to new location 2019-08-01 15:11:58 -07:00
LICENSE minor changes to build metadata 2020-05-26 23:26:10 +09:00
README.md add basic readme badges 2021-03-11 00:02:15 +01: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

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.