minor changes to build metadata

This commit is contained in:
dkanada 2020-05-26 23:26:10 +09:00
parent 85ffde8c2b
commit 3306b21771
5 changed files with 18 additions and 20 deletions

View File

@ -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>

View File

View File

@ -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.

View File

@ -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"
- "Jellyfin.Plugin.Bookshelf.dll"
changelog: >
changelog

Binary file not shown.

Before

Width:  |  Height:  |  Size: 247 KiB