-
Notifications
You must be signed in to change notification settings - Fork 5
/
seasonal.yml
178 lines (168 loc) · 6.99 KB
/
seasonal.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
#############################################################
# Seasonal Collections #
# Created by Yozora, Bullmoose20, & Sohjiro #
#############################################################
# Call this from your config.yml (Movie only) #
# If nothing is specified these are the defaults #
# #
# metadata_path: #
# - git: PMM/movie/seasonal #
# template_variables: #
# # Sets the collection mode of the collection #
# collection_mode: #
# # Sets the value at the start of the sort title #
# collection_section: "00" #
# # Sets how all collections are sorted #
# sort_by: title.asc #
# # Turn the separator collection on/off #
# use_separator: false #
# # Separator style (red, blue, green, gray, #
# purple, stb, orig) #
# sep_style: orig #
# #
# # For each collection use the "key" to set #
# # the options. #
# # Available collections #
# # KEY COLLECTION #
# # independence Independence Day #
# # easter Easter #
# # valentine Valentine's Day #
# # patrick St. Patrick's Day #
# # thanksgiving Thanksgiving #
# # halloween Halloween #
# # christmas Christmas #
# # years New Year's Day #
# #
# # Available options. Replace "key" with the #
# # desired collection's key from the chart above. #
# #
# # Turn the collection on/off #
# use_key: true #
# # Set the schedule of a collection. #
# schedule_key: #
# #
# # Default Schedules #
# # KEY COLLECTION #
# # independence range(06/23-07/11) #
# # easter range(03/15-04/30) #
# # valentine range(02/01-02/29) #
# # patrick range(03/01-03/18) #
# # thanksgiving range(11/01-11/30) #
# # halloween range(10/01-10/31) #
# # christmas range(12/01-12/31) #
# # years range(12/26-01/04) #
# #
# # Sets how the collection is sorted #
# sort_by_key: title.asc #
# # Set visible_library for the collection #
# visible_library_key: #
# # Set visible_home for the collection #
# visible_home_key: #
# # Set visible_shared for the collection #
# visible_shared_key: #
# # Adds missing from the collection to radarr #
# radarr_add_missing_key: #
# # Radarr Folder to add to #
# radarr_folder_key: #
# # Radarr Tag for added missing #
# radarr_tag_key: #
# # Radarr Tag for existing items #
# item_radarr_tag_key: #
#############################################################
external_templates:
git: PMM/templates
templates:
Holiday:
default:
key: <<collection_name>>
sort_by: title.asc
sort_by_<<key>>: <<sort_by>>
optional:
- schedule_<<key>>
schedule: <<schedule_<<key>>>>
smart_label: <<sort_by_<<key>>>>
summary: A collection of <<collection_name>> and other movies that may relate to the season.
delete_not_scheduled: true
collections:
Seasonal Collections:
template:
- name: separator off
separator: seasonal
Independence Day:
variables:
key: independence
template:
- name: Holiday
schedule_independence: range(06/23-07/11)
imdb_list:
- https://www.imdb.com/list/ls068664510/
- https://www.imdb.com/list/ls080925875/
Easter:
variables:
key: easter
template:
- name: Holiday
schedule_easter: range(03/15-04/30)
imdb_list:
- https://www.imdb.com/list/ls062665509/
- https://www.imdb.com/list/ls051733651/
Valentine's Day:
variables:
key: valentine
template:
- name: Holiday
schedule_valentine: range(02/01-02/29)
imdb_list:
- https://www.imdb.com/list/ls000094398/
- https://www.imdb.com/list/ls057783436/
- https://www.imdb.com/list/ls064427905/
St. Patrick's Day:
variables:
key: patrick
template:
- name: Holiday
schedule_patrick: range(03/01-03/18)
- name: shared
visible_home_<<key>>: true
visible_shared_<<key>>: true
image: seasonal/<<key>>
imdb_list: https://www.imdb.com/list/ls063934595/
Thanksgiving:
variables:
key: thanksgiving
template:
- name: Holiday
schedule_thanksgiving: range(11/01-11/30)
imdb_list:
- https://www.imdb.com/list/ls000835734/
- https://www.imdb.com/list/ls091597850/
Halloween.:
variables:
key: halloween
template:
- name: Holiday
schedule_halloween: range(10/01-10/31)
imdb_list:
- https://www.imdb.com/list/ls023118929/
- https://www.imdb.com/list/ls000099714/
tmdb_collection:
- 91361 # Halloween Collection
- 8581 # A Nightmare on Elm Street Collection
- 1733 # The Mummy Collection
- 8091 # Alien Collection
tmdb_movie:
- 23437 # A Nightmare on Elm Street (2010)
Christmas:
variables:
key: christmas
template:
- name: Holiday
schedule_christmas: range(12/01-12/31)
imdb_list: https://www.imdb.com/list/ls000096828/
New Year's Day:
variables:
key: years
template:
- name: Holiday
schedule_years: range(12/26-01/04)
imdb_list: https://www.imdb.com/list/ls066838460/