mirror of
https://github.com/jellyfin/jellyfin-plugin-subtitleextract.git
synced 2024-11-23 05:59:58 +00:00
0c2630e6ff
Co-authored-by: Cody Robibero <cody@robibe.ro>
19 lines
553 B
YAML
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
|