Skip to content

Releases: jakewaldron/PlexEmail

Plex Email v0.5.0

17 Mar 04:00
Compare
Choose a tag to compare

New Features and Bug Fixes

  • UTF-8 Characters now supported in the config file
  • Can now filter out specific libraries from being included
  • Can now control the fields shown for each title and can filter by each specific field

Plex Email v0.4.3

14 Mar 21:26
Compare
Choose a tag to compare

Bug Fix

  • Fixes an issue when web_enabled was False and there was no web folder.

Plex Email v0.4.2

13 Mar 23:13
Compare
Choose a tag to compare

New Features

  • Can now set days, hours and minutes and use all fields in the search.
  • Can now filter categories
  • Ease of Use updates

Plex Email v0.4.1

13 Mar 20:57
Compare
Choose a tag to compare

Bug Fixes

Fixed an issue with utf-8 characters in the episode flow
Now supporting user uploaded images

Plex Email v0.4.0

13 Mar 04:11
Compare
Choose a tag to compare

Added Command Line Usage and Parameters

Added the option to pass in an alternative config file.

Pass in an alternate config file. For example the default config file sends out a daily email (using Cloudinary), while an alternate config file is set up for a weekly web page.

python plexEmail.py -c C:\files\plexEmailWeekly.conf

Plex Email v0.3.2

12 Mar 23:58
Compare
Choose a tag to compare

New Feature and Bug Fix

Added an option to skip sending emails if there is no new content
Added an option to skip creating a web page if there is no new content
Fixed a bug where we were using date instead of datetime which made
issue for daily reports

Plex Email v0.3.1

12 Mar 19:03
Compare
Choose a tag to compare

Can now set hours instead of days for backwards search
Put html creation into functions
Don't display categories if empty

Plex Email v0.3.0

11 Mar 19:55
Compare
Choose a tag to compare

Added the ability to use external image hosting for email and web images.
Initial provider is Cloudinary (no hourly limit to uploads)

Plex Email v0.2.6

10 Mar 19:27
Compare
Choose a tag to compare

Fixes issues with emails in Outlook (coloring and image sizing)

Plex Email v0.2.5

09 Mar 22:25
Compare
Choose a tag to compare

Can now set a friendly name for the FROM line of emails
New config option to delete old images at start of script
More message config options