jellyfin-plugin-tvdb/build.yaml

21 lines
608 B
YAML
Raw Permalink Normal View History

2020-10-09 00:45:45 +00:00
name: "TheTVDB"
guid: "a677c0da-fac5-4cde-941a-7134223f14c8"
2021-05-07 22:14:36 +00:00
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvdb.png"
2024-11-03 15:10:38 +00:00
version: 18
2024-10-29 23:38:40 +00:00
targetAbi: "10.10.0.0"
2024-03-09 23:06:55 +00:00
framework: "net8.0"
2020-10-09 00:45:45 +00:00
owner: "jellyfin"
overview: "Get TV metadata from TheTvdb"
description: >
Get TV metadata from TheTvdb
2021-08-07 20:43:09 +00:00
2020-10-09 00:45:45 +00:00
category: "Metadata"
artifacts:
2021-05-07 22:14:36 +00:00
- "Jellyfin.Plugin.Tvdb.dll"
- "Tvdb.Sdk.dll"
2024-10-30 14:32:25 +00:00
changelog: |2-
2024-05-11 19:24:30 +00:00
### Bug Fixes ###
2024-11-03 15:10:38 +00:00
- Increase robustness of retrieving tmdb id (again) (#194) @scampower3
- Fix orphaned episodes deletion (#195) @scampower3
- Queue refresh after adding child (#196) @scampower3