From 9156b56d40bcbf83ad172f23c21c825529d799e7 Mon Sep 17 00:00:00 2001 From: SegueChris <{ID}+{username}@users.noreply.github.com> Date: Sun, 27 Nov 2022 08:02:36 -0600 Subject: [PATCH] Holiday movies based on keywords --- SegueChris/Movies.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 SegueChris/Movies.yml diff --git a/SegueChris/Movies.yml b/SegueChris/Movies.yml new file mode 100644 index 0000000..c77d54d --- /dev/null +++ b/SegueChris/Movies.yml @@ -0,0 +1,16 @@ +templates: + Holiday: + summary: "Christmas is coming, countdown the nights with a collection of Christmas movies to get you into the festive mood." + tmdb_keyword: <> + delete_not_scheduled: true + run_again: false + visible_home: true + visible_shared: true + sync_mode: sync + +collections: + Christmas Movies: + schedule: range(11/25-12/31) + sort_title: '!AB' + template: { name: Holiday, keyword: "207317, 65" } + collection_order: title.asc \ No newline at end of file