forked from crobibero/jellyfin-plugin-tmdb-trailers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.yaml
24 lines (23 loc) · 856 Bytes
/
build.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: "TMDb Trailers"
guid: "69104C31-D23F-4040-B99C-8913C09751D6"
version: "9"
targetAbi: "10.8.0.0"
framework: "net6.0"
owner: "crobibero"
overview: "Watch trailers from TMDb"
imageUrl: "https://raw.githubusercontent.com/crobibero/jellyfin-plugin-tmdb-trailers/master/Jellyfin.Plugin.Tmdb.Trailers/Images/jellyfin-plugin-tmdb.png"
description: >
Watch trailers from TMDb
category: "Channels"
artifacts:
- "Jellyfin.Plugin.Tmdb.Trailers.dll"
- "TMDbLib.dll"
- "AngleSharp.dll"
- "CliWrap.dll"
- "YoutubeExplode.dll"
- "YoutubeExplode.Converter.dll"
changelog: |-
- Add ability to user trailers as intro (#19) @crobibero
- Fix saving changes (#17) @crobibero
- ci(deps): bump shogo82148/actions-upload-release-asset from 1.5.0 to 1.6.2 (#16) @dependabot
- ci(deps): bump actions/upload-artifact from 2.3.1 to 3.0.0 (#15) @dependabot