Skip to content

Releases: nwithan8/plex-prerolls

v2.0.0

24 Oct 16:34
172bbd9
Compare
Choose a tag to compare

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

  • [feat] Auto-generate "Recently Added" prerolls via webhooks by @nwithan8 in #6

Full Changelog: 1.3.0...2.0.0

1.3.0

04 Feb 04:07
Compare
Choose a tag to compare

What's Changed

  • [FEAT] New advanced option to use glob patterns to find local files and translate to remote paths.

Related PRs

  • [feat] Use glob patterns to auto-find local paths, translate to remote paths by @nwithan8 in #3

Full Changelog: 1.2.1...1.3.0

1.2.1

22 Jan 06:45
Compare
Choose a tag to compare
  • [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

01 Jan 19:02
Compare
Choose a tag to compare
  • Account for crossing month and year boundaries when using wildcards

Full Changelog: 1.1.0...1.2.0

1.1.0

14 Dec 08:09
Compare
Choose a tag to compare

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

09 Dec 08:24
Compare
Choose a tag to compare
  • 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

09 Dec 08:17
Compare
Choose a tag to compare
  • Fix invalid Docker container paths
  • Add debugging output to Docker logs

Full Changelog: 1.0.1...1.0.2

v1.0.1

09 Dec 00:57
Compare
Choose a tag to compare

Small patch to Docker build process

Full Changelog: 1.0.0...1.0.1

v1.0.0

09 Dec 00:53
Compare
Choose a tag to compare

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 and schedules.yaml into config.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

08 Dec 08:12
Compare
Choose a tag to compare

Add random_count and weight options, remove force option

Full Changelog: 0.13.0...0.14.0