2026-05-28, 03:51 PM
(This post was last modified: 2026-05-28, 04:58 PM by TheDreadPirate. Edited 4 times in total.)
When I was figuring out what I was going to do to start teaching myself C#, I decided that a Jellyfin plugin would be a great place to start. Of the few plugins I have installed, the Newsletter plugin was the one where I had a "wish list" of things I wanted to change. So I forked @cloud9_development 's Newsletter plugin and off I went. After reverse engineering the logic, banging my head against my desk trying to learn how to interface with Jellyfin, and learning the basics of C#, I finally came out the other side of this having completed my "wish list" of new features.
Notable changes from Cloud9's version:
A special thanks to @Venson, @Shadowghost, @Tim, and @sevenrats for putting up with my noob C# questions.
Please provide your feed back and submit any issues, along with newsletter debug logs, at my github below.
Github link: https://github.com/thedreaddpirate/Jelly...ter-Plugin
Manifest link: https://raw.githubusercontent.com/thedre...ifest.json
*** EDIT ***
This plugin is Jellyfin 12 compatible. The x.x.x.1 releases starting with 1.4.0.1 are built for JF12 while the x.x.x.0 releases are for JF 10.11.
Notable changes from Cloud9's version:
- Reworked the database structure
- Embeds poster images directly into the email instead of imgur/self-hosted ref links
- Scanner only retrieves new items added to your library since the last scan
- Scanner is more flexible and has some tolerance for non-compliant library folder structures
- Music support at the album level
- Detects multi-episode files. Previously multi-episode files caused some jankiness in the email.
- Additional jobs for "first run" database initialization (fully scans library, but won't be included in next email)
A special thanks to @Venson, @Shadowghost, @Tim, and @sevenrats for putting up with my noob C# questions.
Please provide your feed back and submit any issues, along with newsletter debug logs, at my github below.
Github link: https://github.com/thedreaddpirate/Jelly...ter-Plugin
Manifest link: https://raw.githubusercontent.com/thedre...ifest.json
*** EDIT ***
This plugin is Jellyfin 12 compatible. The x.x.x.1 releases starting with 1.4.0.1 are built for JF12 while the x.x.x.0 releases are for JF 10.11.

