Releases: jakewaldron/PlexEmail
Plex Email v0.5.0
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
Bug Fix
- Fixes an issue when web_enabled was False and there was no web folder.
Plex Email v0.4.2
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
Bug Fixes
Fixed an issue with utf-8 characters in the episode flow
Now supporting user uploaded images
Plex Email v0.4.0
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
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
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
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
Fixes issues with emails in Outlook (coloring and image sizing)
Plex Email v0.2.5
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