mirror of
https://github.com/jellyfin/jellyfin-plugin-bookshelf.git
synced 2024-11-23 05:39:51 +00:00
.github | ||
Jellyfin.Plugin.Bookshelf | ||
.editorconfig | ||
.gitignore | ||
build.yaml | ||
Jellyfin.Plugin.Bookshelf.sln | ||
LICENSE | ||
README.md |
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
- cbz
- cbr
Build & Installation Process
-
Clone this repository
-
Ensure you have .NET Core SDK setup and installed
-
Build the plugin with following command:
dotnet publish --configuration Release --output bin
- Place the resulting
Jellyfin.Plugin.Bookshelf.dll
file in a folder calledplugins/
inside your Jellyfin installation / data directory.