Releases: nwithan8/plex-prerolls
v2.0.0
What's Changed
- [CHANGED] App is now intended as Docker-only. Running standalone Python script is unsupported.
- [ADDED] Webserver running to allow for webhooks + API calls
- [ADDED] Optional auto-generated prerolls (for recently added content via Plex webhooks)
Related PRs
Full Changelog: 1.3.0...2.0.0
1.3.0
What's Changed
- [FEAT] New advanced option to use glob patterns to find local files and translate to remote paths.
Related PRs
Full Changelog: 1.2.1...1.3.0
1.2.1
- [FIX] Bug where non-active schedules with
disable_always: true
were causing Always to be disabled, even though the schedule was not valid. - [IMPR] Cron variable on Unraid Docker template is no longer masked
Full Changelog: 1.2.0...1.2.1
1.2.0
- Account for crossing month and year boundaries when using wildcards
Full Changelog: 1.1.0...1.2.0
1.1.0
Add disable_always
optional flag to disable the always
pre-rolls on a per-schedule basis, e.g. do not include the always
pre-rolls if a Christmas schedule is enabled.
Full Changelog: 1.0.3...1.1.0
v1.0.3
- Remove invalid testing code that kept Docker container always in dry-run (testing) mode
Full Changelog: 1.0.2...1.0.3
v1.0.2
- Fix invalid Docker container paths
- Add debugging output to Docker logs
Full Changelog: 1.0.1...1.0.2
v1.0.1
Small patch to Docker build process
Full Changelog: 1.0.0...1.0.1
v1.0.0
A complete rewrite worthy of the first v1 release.
See README for full details.
This is largely intended to be run as a Docker container, but can be run as a standalone script as well if needed.
Highlights:
- Consolidate
config.ini
andschedules.yaml
intoconfig.yaml
- Change schema for schedules to improve readability and future growth
- Improve under-the-hood config parsing and schedule calculations (no more priority levels - any schedule matching the execution time will be included)
Full Changelog: 0.14.0...1.0.0
0.14.0
Add random_count
and weight
options, remove force
option
Full Changelog: 0.13.0...0.14.0