Go to file
2020-03-05 17:15:28 +00:00
Jellyfin.Plugin.OpenSubtitles Increase version 2019-10-29 20:45:14 +01:00
OpenSubtitlesHandler Preventing too many requests being sent. 2019-10-03 11:13:43 -05:00
.gitignore add sln and build config files 2019-03-11 12:12:43 +09:00
build.yaml update readme 2020-02-24 00:57:27 +09: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 Fixed the Hyperlink Open Subtitles 2020-03-05 17:15:28 +00: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 under the program data directory or inside the portable install directory