From 341f553838d1484cdcd814c0ccb12c13e289b0ee Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Mon, 4 Dec 2023 16:14:20 -0600 Subject: [PATCH] Update seasonal.md Make the "add a holiday" example something that isn't already in the list of seasonal collections, fix some typos. --- docs/defaults/movie/seasonal.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/defaults/movie/seasonal.md b/docs/defaults/movie/seasonal.md index 600794b6..2cc28e5a 100644 --- a/docs/defaults/movie/seasonal.md +++ b/docs/defaults/movie/seasonal.md @@ -100,19 +100,19 @@ libraries: schedule_thanksgiving: range(10/01-10/30) #(2)! sort_by: random #(3)! append_data: - veteran: Veteran's Day #(4)! - schedule_veteran: range(11/01-11/30) #(5)! - imdb_list_veteran: https://www.imdb.com/list/ls565595526/ #(6)! - emoji_veteran: "🪖 " #(7)! + apes: Planet of the Apes Day #(4)! + schedule_apes: range(11/24-11/26) #(5)! + imdb_list_apes: https://www.imdb.com/list/ls005126084/ #(6)! + emoji_veteran: "🐵 " #(7)! ``` 1. Do not create the "Independence Day" collection 2. Set a custom schedule for the Thanksgiving Day collection -3. Sort the collections created by this file to random -4. Create a new Seasonal collection called "Veteran's Day", they key for this collection is `veteran` -5. Set a scheduled range for the "Veteran's Day" collection -6. Add an IMDb List to be used for the "Veteran's Day" collection -7. Add the 🪖 emoji to the "Veteran's Day" collection so that the title in Plex is "🪖 Veteran's Day Movies" +3. Sort the collections created by this file in random order +4. Create a new Seasonal collection called "Planet of the Apes Day", and set the key for this collection to `apes` +5. Set a scheduled range for the "Planet of the Apes Day" collection. Planet Of The Apes Day is 11/25. +6. Add an IMDb List to be used for the "Planet of the Apes Day" collection +7. Add the 🐵 emoji to the "Planet of the Apes Day" collection so that the title in Plex is "🐵 Planet of the Apes Day Movies" ## Default values