mirror of
https://github.com/jellyfin/jellyfin-plugin-tvmaze.git
synced 2024-11-23 05:49:59 +00:00
25 lines
651 B
YAML
25 lines
651 B
YAML
name: "TVmaze"
|
|
guid: "A4A488D0-17A3-4919-8D82-7F3DE4F6B209"
|
|
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvmaze.png"
|
|
version: "11"
|
|
targetAbi: "10.9.0.0"
|
|
framework: "net8.0"
|
|
owner: "jellyfin"
|
|
overview: "Get TV metadata from TVmaze"
|
|
description: >
|
|
Get TV metadata from TVmaze
|
|
|
|
category: "Metadata"
|
|
artifacts:
|
|
- "Jellyfin.Plugin.TvMaze.dll"
|
|
- "TvMaze.Api.Client.dll"
|
|
- "Flurl.dll"
|
|
- "Flurl.Http.dll"
|
|
- "Polly.dll"
|
|
changelog: |2-
|
|
### Code or Repo Maintenance ###
|
|
- Fix build (#36) @crobibero
|
|
|
|
### Dependency updates ###
|
|
- chore(deps): bump Microsoft.Extensions.Http from 5.0.0 to 6.0.0 (#33) @dependabot
|