Go to file
2021-03-12 19:07:25 +01:00
Jellyfin.Plugin.OpenSubtitles Apply suggestions from code review 2020-11-28 18:26:20 -06:00
OpenSubtitlesHandler Apply suggestions from code review 2020-11-28 18:26:20 -06:00
.editorconfig update default editorconfig 2021-03-12 19:07:25 +01:00
.gitignore add sln and build config files 2019-03-11 12:12:43 +09:00
build.yaml Update build.yaml 2020-11-30 21:51:32 +01:00
Jellyfin.Plugin.OpenSubtitles.sln Move the OpenSubtitleHandlers project out of the plugins project folder 2019-04-24 15:10:52 +02:00
LICENSE move solution and change license to GPLv3 for OpenSubtitlesHandler 2019-03-12 01:39:56 +09:00
README.md minor changes to build metadata 2020-05-26 22:43:12 +09:00

Jellyfin OpenSubtitles Plugin

Part of the Jellyfin Project

This is a plugin built with .NET that can download subtitles from Open Subtitles for your videos.

Build Process

  1. Clone or download this repository

  2. Ensure you have .NET Core SDK setup and installed

  3. Build plugin with following command

dotnet publish --configuration Release --output bin
  1. Place the resulting file in the plugins folder