From 19645fb42017ad0be9f496f4057545c5a4d58a09 Mon Sep 17 00:00:00 2001 From: Brian Lindner <8153326+BrianLindner@users.noreply.github.com> Date: Fri, 1 Jan 2021 11:21:33 -0500 Subject: [PATCH] initial sample files --- sample_config.ini | 7 ++++++ sample_preroll_schedules.yaml | 42 +++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100755 sample_config.ini create mode 100644 sample_preroll_schedules.yaml diff --git a/sample_config.ini b/sample_config.ini new file mode 100755 index 0000000..7179f6e --- /dev/null +++ b/sample_config.ini @@ -0,0 +1,7 @@ +[plexapi] +container_size = 200 +timeout = 60 + +[auth] +server_baseurl = http://127.0.0.1:32400 +server_token = diff --git a/sample_preroll_schedules.yaml b/sample_preroll_schedules.yaml new file mode 100644 index 0000000..ba1ed7e --- /dev/null +++ b/sample_preroll_schedules.yaml @@ -0,0 +1,42 @@ +--- +monthly: + # If enabled, List out each month (lowercase;3-char abreviation) (optional) + enabled: Yes + jan: /path/to/video.mp4 + feb: + mar: + apr: + May: /path/to/video.mp4 + jun: + jul: + aug: + sep: /path/to/video.mp4;/path/to/video.mp4 + oct: + nov: + dec: +date_range: + enabled: Yes + ranges: + - start_date: 2020-01-01 + end_date: 2020-01-01 + path: /path/to/video.mp4 + - start_date: 2021-12-19 + end_date: 2021-12-26 + path: /path/to/video.mp4 +weekly: + # If enabled, list any weeks of the year to have specific prerolls 1-52 (optional) + enabled: No + 1: + 2: + 52: +misc: + # If enabled, additional items for preroll selecton processing + # always_use: If enabled, always include these video files in pre-role listing + enabled: Yes + always_use: /path/to/video.mp4 + #SearchPath: /mnt/Media/Pre-Roll/Plex/ + #NumPathSelect: 2 +default: + # If enabled, Default listing of prerolls to use if no Schedule (above) is specified for date + enabled: Yes + path: /path/to/video1.mp4;/path/to/video3.mp4;/path/to/video4.mp4;