-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathbuild.yaml
More file actions
17 lines (17 loc) · 840 Bytes
/
build.yaml
File metadata and controls
17 lines (17 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
name: "Newsletters"
guid: "60f478ab-2dd6-4ea0-af10-04d033f75979"
imageUrl: "https://raw.githubusercontent.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/master/logo.png"
version: "0.6.5.0"
targetAbi: "10.11.0.0"
framework: "net9.0"
overview: "Send newsletters for recently added media"
description: "This plugin automacially scans a users library (default every 4 hours), populates a list of recently added (not previously scanned) media, converts that data into HTML format, and sends out emails to a provided list of recipients."
category: "General"
owner: "jellyfin"
artifacts:
- "Jellyfin.Plugin.Newsletters.dll"
- "SQLitePCL.pretty.dll"
changelog: >
- Updated/fixed support for Jellyfin Server release 10.11.0
FULL CHANGELOG: https://raw.githubusercontent.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/master/CHANGELOG.md