jellyfin-plugin-anidb/README.md

20 lines
569 B
Markdown
Raw Normal View History

2020-12-14 22:26:18 +00:00
<h1 align="center">Jellyfin AniDB Plugin</h1>
2019-01-30 14:21:11 +00:00
<h3 align="center">Part of the <a href="https://jellyfin.media">Jellyfin Project</a></h3>
2013-10-26 21:18:02 +00:00
2019-01-30 14:21:11 +00:00
<p align="center">
2020-02-23 15:33:58 +00:00
This plugin is built with .NET Core to download metadata for anime.
2019-01-30 14:21:11 +00:00
</p>
2013-10-27 18:58:37 +00:00
2019-01-30 14:21:11 +00:00
## Build Process
2020-02-23 15:33:58 +00:00
2019-01-30 14:21:11 +00:00
1. Clone or download this repository
2020-02-23 15:33:58 +00:00
2019-01-30 14:21:11 +00:00
2. Ensure you have .NET Core SDK setup and installed
2020-02-23 15:33:58 +00:00
2019-01-30 14:21:11 +00:00
3. Build plugin with following command.
2020-02-23 15:33:58 +00:00
2019-01-30 14:21:11 +00:00
```sh
dotnet publish --configuration Release --output bin
```
2020-02-23 15:33:58 +00:00
4. Place the resulting file in the `plugins` folder under the program data directory or inside the portable install directory