mirror of
https://github.com/jellyfin/jellyfin-plugin-opensubtitles.git
synced 2024-11-23 14:19:50 +00:00
commit
491d11fd87
@ -2,14 +2,18 @@
|
||||
<h3 align="center">Part of the <a href="https://jellyfin.org">Jellyfin Project</a></h3>
|
||||
|
||||
<p align="center">
|
||||
This is a plugin built with .NET that can download subtitles from https://opensubtitles.org for your videos.
|
||||
This is a plugin built with .NET that can download subtitles from [Open Subtitles](https://opensubtitles.org) for your videos.
|
||||
</p>
|
||||
|
||||
## Build Process
|
||||
|
||||
1. Clone or download this repository
|
||||
|
||||
2. Ensure you have .NET Core SDK setup and installed
|
||||
|
||||
3. Build plugin with following command
|
||||
|
||||
```sh
|
||||
dotnet publish --configuration Release --output bin
|
||||
```
|
||||
4. Place the resulting .dll file in a folder called `plugins/` under the program data directory or inside the portable install directory
|
||||
4. Place the resulting file in the `plugins` folder under the program data directory or inside the portable install directory
|
||||
|
@ -1,14 +1,13 @@
|
||||
---
|
||||
name: "jellyfin-plugin-opensubtitles"
|
||||
guid: "4b9ed42f-5185-48b5-9803-6ff2989014c4"
|
||||
version: "7" # Please increment with each pull request
|
||||
jellyfin_version: "10.3.7" # The earliest binary-compatible version
|
||||
version: "7"
|
||||
jellyfin_version: "10.3.7"
|
||||
owner: "jellyfin"
|
||||
nicename: "Open Subtitles"
|
||||
description: "Download subtitles for your media"
|
||||
overview: "Download subtitles from the internet to use with your media files."
|
||||
category: "Metadata"
|
||||
owner: "jellyfin"
|
||||
artifacts:
|
||||
- "Jellyfin.Plugin.OpenSubtitles.dll"
|
||||
- "OpenSubtitlesHandler.dll"
|
||||
|
Loading…
Reference in New Issue
Block a user