mirror of
https://github.com/jellyfin/jellyfin-plugin-anisearch.git
synced 2024-11-23 13:59:43 +00:00
update readme
This commit is contained in:
parent
d6afa61d2b
commit
027c8c7c11
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user