jellyfin-plugin-opensubtitles/README.md

51 lines
2.4 KiB
Markdown
Raw Permalink Normal View History

2019-11-27 06:31:21 +00:00
<h1 align="center">Jellyfin OpenSubtitles Plugin</h1>
<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">
2021-03-18 22:28:05 +00:00
<img alt="Plugin Banner" src="https://raw.githubusercontent.com/jellyfin/jellyfin-ux/master/plugins/SVG/jellyfin-plugin-opensubtitles.svg?sanitize=true"/>
2021-03-12 18:08:22 +00:00
<br/>
<br/>
<a href="https://github.com/jellyfin/jellyfin-plugin-opensubtitles/actions?query=workflow%3A%22Test+Build+Plugin%22">
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/jellyfin/jellyfin-plugin-opensubtitles/Test%20Build%20Plugin.svg">
</a>
<a href="https://github.com/jellyfin/jellyfin-plugin-opensubtitles">
2021-03-18 22:28:05 +00:00
<img alt="GPLv3 License" src="https://img.shields.io/github/license/jellyfin/jellyfin-plugin-opensubtitles.svg"/>
2021-03-12 18:08:22 +00:00
</a>
<a href="https://github.com/jellyfin/jellyfin-plugin-opensubtitles/releases">
<img alt="Current Release" src="https://img.shields.io/github/release/jellyfin/jellyfin-plugin-opensubtitles.svg"/>
</a>
2019-11-27 06:31:21 +00:00
</p>
2021-03-12 18:08:22 +00:00
## About
2021-03-18 22:28:05 +00:00
2021-12-05 15:34:33 +00:00
This is a plugin allows you to download subtitles from [Open Subtitles](https://opensubtitles.com) for your media.
2021-03-12 18:08:22 +00:00
2021-03-18 22:28:05 +00:00
## Installation
[See the official documentation for install instructions](https://jellyfin.org/docs/general/server/plugins/index.html#installing).
## Build
2024-04-03 21:32:56 +00:00
1. To build this plugin you will need [.Net 8.x](https://dotnet.microsoft.com/download/dotnet/8.0).
2021-03-18 22:28:05 +00:00
2. Build plugin with following command
```
dotnet publish --configuration Release --output bin
```
3. 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](https://github.com/oddstr13/jellyfin-plugin-repository-manager) 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](https://github.com/oddstr13/jellyfin-plugin-repository-manager) for more info.
2020-02-23 15:57:27 +00:00
2021-03-18 22:28:05 +00:00
## Contributing
2020-02-23 15:57:27 +00:00
2021-03-18 22:28:05 +00:00
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](https://github.com/jellyfin/.github/blob/master/CONTRIBUTING.md) for further information.
2020-02-23 15:57:27 +00:00
2021-03-18 22:28:05 +00:00
## Licence
2020-02-23 15:57:27 +00:00
2021-03-18 22:28:05 +00:00
This plugins code and packages are distributed under the GPLv3 License. See [LICENSE](./LICENSE) for more information.