Releases: jakewaldron/PlexEmail
Releases · jakewaldron/PlexEmail
Plex Email v0.9.3
Minor Feature:
- Allow users to exclude showing the original title for items
Bug Fixes
- Updated plex web links to use the new format
- Properly close DB connections when done
- Copy DB files before opening (delete copy when done with file) to
avoid corruption issues - Fixes an issue with the GUID (used for direct links)
- logging_file_location is now working if set
- Added logging_enabled to be able to disable logging
Plex Email v0.9.0
Features
- Added the ability to set plex server guid in the config file instead of
getting it from the DNLA db.
Bug Fixes
- Fixed an issue with posters that were not always appearing properly.
- Fixed an issue with logging that was causing the script to break
Plex Email v0.8.7
Various Bug Fixes and Partial Logging Support
Bug Fixes
- Remove duplicate emails - only email each unique address once per script run.
- Handle cases where duration is not an int
- Fixes an issue where the parent_id of an episode was None.
- Check if an image is externally hosted by checking for http:// and https://
- If date_days_back_to_search = 31, treat that as a month instead of days
- Check if imageInfo is empty
New Features
- Added partial logging support to help troubleshoot issues
- Can now set Cloudinary to upload using http or https
Plex Email v0.8.3
Updates Version
- Version updated to v0.8.3
Plex Email v0.8.2
Bug Fix
- Fixes an issue where a previous fix had been removed by accident
- Can now invoke the script with --version to output the current script version
Plex Email v0.8.1
Bug Fix
- Added a missing bracket in the config.conf file
Plex Email v0.8.0
New Feature
- Adds support for music by handling new artists and new albums
Plex Email v0.7.1
Bug Fixes
- Fixes an issue around backwards compatibility
- Fixes an issue with handling of the shared users response
Plex Email v0.7.0
Features
- Can choose between episode, season and show art work for the TV
episodes section. - Can filter (include/exclude) based on the title of the item in all
libraries. Useful if you want to only send emails to a specific user
when a specific show is added. - Added the ability to show the air date for movies, TV shows and TV
episodes.
Bug Fixes
- Fixed an issue with the MIME type when attaching images directly to
the email.
Plex Email v0.6.2
- Added email_unsubscribe to the config file. This will allow the addition of emails to ignore when sending an email. Note that email_to will override any emails in this list.