jellyfin-plugin-opensubtitles/build.yaml

18 lines
594 B
YAML
Raw Permalink Normal View History

2020-05-26 13:43:12 +00:00
name: "Open Subtitles"
2019-03-11 03:12:43 +00:00
guid: "4b9ed42f-5185-48b5-9803-6ff2989014c4"
2021-05-07 21:06:13 +00:00
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opensubtitles.png"
2024-05-11 19:17:18 +00:00
version: 20
2024-03-25 23:53:42 +00:00
targetAbi: "10.9.0.0"
framework: "net8.0"
2019-04-19 20:49:23 +00:00
owner: "jellyfin"
2020-05-26 13:43:12 +00:00
overview: "Download subtitles for your media"
2024-04-03 21:32:56 +00:00
description: "Download subtitles from the internet to use with your media files. (Requires configuration)"
2019-05-13 01:26:25 +00:00
category: "Metadata"
2019-03-11 03:12:43 +00:00
artifacts:
2021-05-07 21:06:13 +00:00
- "Jellyfin.Plugin.OpenSubtitles.dll"
2024-05-11 19:17:18 +00:00
changelog: |-
- 10.9 (#145) @crobibero
2022-03-19 16:00:28 +00:00
2024-05-11 19:17:18 +00:00
### Dependency updates ###
- chore(deps): update xunit-dotnet monorepo (#117) @renovate