mirror of
https://github.com/jellyfin/jellyfin-plugin-opensubtitles.git
synced 2024-11-23 06:09:51 +00:00
Jellyfin.Plugin.OpenSubtitles | ||
OpenSubtitlesHandler | ||
.editorconfig | ||
.gitignore | ||
build.yaml | ||
Jellyfin.Plugin.OpenSubtitles.sln | ||
LICENSE | ||
README.md |
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
-
Clone or download this repository
-
Ensure you have .NET Core SDK setup and installed
-
Build plugin with following command
dotnet publish --configuration Release --output bin
- Place the resulting file in the
plugins
folder