Go to file
MBR-0001 c7800c2648
Some checks failed
🏗️ Build Plugin / call (push) Failing after 0s
📝 Create/Update Release Draft & Release Bump PR / call (push) Failing after 0s
🔬 Run CodeQL / call (push) Failing after 0s
🧪 Test Plugin / call (push) Failing after 0s
🏷️ Sync labels / call (push) Has been cancelled
Better logging (#152)
2024-09-19 12:23:38 -06:00
.github add unstable workflow 2024-03-25 16:50:34 -06:00
Jellyfin.Plugin.OpenSubtitles Better logging (#152) 2024-09-19 12:23:38 -06:00
tests/Jellyfin.Plugin.OpenSubtitles.Tests 10.9 2024-05-11 13:15:41 -06:00
.editorconfig update default editorconfig 2021-03-12 19:07:25 +01:00
.gitignore add unstable workflow 2024-03-25 16:50:34 -06:00
build.yaml Prepare for release v20 (#136) 2024-05-11 13:17:18 -06:00
Directory.Build.props Prepare for release v20 (#136) 2024-05-11 13:17:18 -06:00
Jellyfin.Plugin.OpenSubtitles.sln Minor improvements 2021-12-15 15:33:51 +01:00
jellyfin.ruleset Fix build.yaml, fix new build errors 2021-11-10 21:18:07 -07:00
LICENSE move solution and change license to GPLv3 for OpenSubtitlesHandler 2019-03-12 01:39:56 +09:00
README.md 10.9 support (#115) 2024-05-11 13:15:41 -06:00

Jellyfin OpenSubtitles Plugin

Part of the Jellyfin Project

Plugin Banner

GitHub Workflow Status GPLv3 License Current Release

About

This is a plugin allows you to download subtitles from Open Subtitles for your media.

Installation

See the official documentation for install instructions.

Build

  1. To build this plugin you will need .Net 8.x.

  2. Build plugin with following command

dotnet publish --configuration Release --output bin
  1. Place the dll-file in the plugins/opensubtitles folder (you might need to create the folders) of your JF install

Releasing

To release the plugin we recommend JPRM that will build and package the plugin. For additional context and for how to add the packaged plugin zip to a plugin manifest see the JPRM documentation for more info.

Contributing

We welcome all contributions and pull requests! If you have a larger feature in mind please open an issue so we can discuss the implementation before you start. In general refer to our contributing guidelines for further information.

Licence

This plugins code and packages are distributed under the GPLv3 License. See LICENSE for more information.