Merge pull request #27 from jellyfin/readme

Update readme
This commit is contained in:
Anthony Lavado 2020-03-01 10:22:48 -05:00 committed by GitHub
commit 491d11fd87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

View File

@ -2,14 +2,18 @@
<h3 align="center">Part of the <a href="https://jellyfin.org">Jellyfin Project</a></h3>
<p align="center">
This is a plugin built with .NET that can download subtitles from https://opensubtitles.org for your videos.
This is a plugin built with .NET that can download subtitles from [Open Subtitles](https://opensubtitles.org) for your videos.
</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,13 @@
---
name: "jellyfin-plugin-opensubtitles"
guid: "4b9ed42f-5185-48b5-9803-6ff2989014c4"
version: "7" # Please increment with each pull request
jellyfin_version: "10.3.7" # The earliest binary-compatible version
version: "7"
jellyfin_version: "10.3.7"
owner: "jellyfin"
nicename: "Open Subtitles"
description: "Download subtitles for your media"
overview: "Download subtitles from the internet to use with your media files."
category: "Metadata"
owner: "jellyfin"
artifacts:
- "Jellyfin.Plugin.OpenSubtitles.dll"
- "OpenSubtitlesHandler.dll"