Update seasonal.md

Make the "add a holiday" example something that isn't already in the list of seasonal collections, fix some typos.
This commit is contained in:
Chaz Larson 2023-12-04 16:14:20 -06:00 committed by GitHub
parent 6e4ab739ca
commit 341f553838
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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