update readme

This commit is contained in:
dkanada 2020-02-24 00:33:58 +09:00
parent d6afa61d2b
commit 027c8c7c11
2 changed files with 10 additions and 6 deletions

View File

@ -2,14 +2,18 @@
<h3 align="center">Part of the <a href="https://jellyfin.media">Jellyfin Project</a></h3>
<p align="center">
Jellfin anime plugin is a plugin built with .NET
This plugin is built with .NET Core to download metadata for anime.
</p>
## Build Process
1. Clone or download this repository
2. Ensure you have .NET Core SDK setup and installed
3. Build plugin with following command.
```sh
dotnet publish --configuration Release --output bin
```
4. Place the resulting .dll file in a folder called ```plugins/``` under the program data directory or inside the portable install directory
4. Place the resulting file in the `plugins` folder under the program data directory or inside the portable install directory

View File

@ -1,14 +1,14 @@
---
name: "jellyfin-plugin-anime"
guid: "a4df60c5-6ab4-412a-8f79-2cab93fb2bc5"
version: "4" # Please increment with each pull request
jellyfin_version: "10.3.0" # The earliest binary-compatible version
version: "4"
jellyfin_version: "10.3.0"
owner: "jellyfin"
nicename: "Anime"
description: "Manage your Anime in Jellyfin"
overview: >
Manage your Anime in Jellyfin. Supports several different metadata providers and options for
organizing your collection.
Manage your anime in Jellyfin. This plugin supports several different metadata providers
and options for organizing your collection.
category: "Metadata"
artifacts:
- "Jellyfin.Plugin.Anime.dll"