jellyfin-plugin-subtitleext.../build.yaml
jellyfin-bot 0c2630e6ff
Prepare for release v4 (#28)
Co-authored-by: Cody Robibero <cody@robibe.ro>
2024-05-12 12:21:19 -06:00

19 lines
553 B
YAML

name: "Subtitle Extract"
guid: "CD893C24-B59E-4060-87B2-184070E1BF68"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-subtitleextract.png"
version: 4
targetAbi: "10.9.0.0"
framework: "net8.0"
owner: "jellyfin"
overview: "Extracts Subtitles."
description: >
Extracts embedded subtitles.
category: "General"
artifacts:
- "Jellyfin.Plugin.SubtitleExtract.dll"
changelog: |2-
### Code or Repo Maintenance ###
- Downgrade log level to reduce spam (#27) @crobibero
- Fix extracting subtitles, fix memory leak @crobibero