mirror of
https://github.com/jellyfin/jellyfin-plugin-bookshelf.git
synced 2024-11-23 05:39:51 +00:00
minor changes to build metadata
This commit is contained in:
parent
85ffde8c2b
commit
3306b21771
@ -3,8 +3,8 @@
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.1</TargetFramework>
|
||||
<RootNamespace>Jellyfin.Plugin.Bookshelf</RootNamespace>
|
||||
<AssemblyVersion>3.0.0</AssemblyVersion>
|
||||
<FileVersion>3.0.0</FileVersion>
|
||||
<AssemblyVersion>3.0.0.0</AssemblyVersion>
|
||||
<FileVersion>3.0.0.0</FileVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
@ -13,9 +13,6 @@
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="Configuration\configPage.html" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Configuration\configPage.html" />
|
||||
</ItemGroup>
|
||||
|
||||
|
13
README.md
13
README.md
@ -2,10 +2,11 @@
|
||||
<h3 align="center">Part of the <a href="https://jellyfin.org/">Jellyfin Project</a></h3>
|
||||
|
||||
## 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.
|
||||
|
||||
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
|
||||
@ -13,13 +14,15 @@ Supported eBook file types:
|
||||
- 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
|
||||
```
|
||||
4. Place the resulting `Jellyfin.Plugin.Bookshelf.dll` file in a folder called `plugins/` inside your Jellyfin installation / data directory.
|
||||
|
||||
### Screenshot
|
||||
<img src=screenshot.png>
|
||||
4. Place the resulting `Jellyfin.Plugin.Bookshelf.dll` file in a folder called `plugins/` inside your Jellyfin installation / data directory.
|
||||
|
16
build.yaml
16
build.yaml
@ -1,17 +1,15 @@
|
||||
---
|
||||
name: "jellyfin-plugin-bookshelf"
|
||||
name: "Bookshelf"
|
||||
guid: "9c4e63f1-031b-4f25-988b-4f7d78a8b53e"
|
||||
version: "3" # Please increment with each pull request
|
||||
jellyfin_version: "10.5.0" # The earliest binary-compatible version
|
||||
version: "3.0.0.0"
|
||||
jellyfin_version: "10.5.0.0"
|
||||
owner: "jellyfin"
|
||||
nicename: "Bookshelf"
|
||||
description: "Manage your books"
|
||||
overview: >
|
||||
overview: "Manage your books"
|
||||
description: >
|
||||
Supports several different metadata providers and options for
|
||||
organizing your collection.
|
||||
category: "Metadata"
|
||||
artifacts:
|
||||
- "Jellyfin.Plugin.Bookshelf.dll"
|
||||
build_type: "dotnet"
|
||||
dotnet_configuration: "Release"
|
||||
dotnet_framework: "netstandard2.1"
|
||||
changelog: >
|
||||
changelog
|
||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 247 KiB |
Loading…
Reference in New Issue
Block a user