2019-11-27 06:31:21 +00:00
|
|
|
<h1 align="center">Jellyfin OpenSubtitles Plugin</h1>
|
2019-11-28 18:50:05 +00:00
|
|
|
<h3 align="center">Part of the <a href="https://jellyfin.org">Jellyfin Project</a></h3>
|
2019-11-27 06:31:21 +00:00
|
|
|
|
|
|
|
<p align="center">
|
2020-03-05 17:15:28 +00:00
|
|
|
This is a plugin built with .NET that can download subtitles from <a href="https://opensubtitles.org">Open Subtitles</a> for your videos.
|
2019-11-27 06:31:21 +00:00
|
|
|
</p>
|
|
|
|
|
|
|
|
## Build Process
|
2020-02-23 15:57:27 +00:00
|
|
|
|
2019-11-27 06:31:21 +00:00
|
|
|
1. Clone or download this repository
|
2020-02-23 15:57:27 +00:00
|
|
|
|
2019-11-27 06:31:21 +00:00
|
|
|
2. Ensure you have .NET Core SDK setup and installed
|
2020-02-23 15:57:27 +00:00
|
|
|
|
2019-11-28 18:51:49 +00:00
|
|
|
3. Build plugin with following command
|
2020-02-23 15:57:27 +00:00
|
|
|
|
2019-11-27 06:31:21 +00:00
|
|
|
```sh
|
|
|
|
dotnet publish --configuration Release --output bin
|
|
|
|
```
|
2020-05-26 13:43:12 +00:00
|
|
|
|
|
|
|
4. Place the resulting file in the `plugins` folder
|