Skip to content

Commit 105f1e3

Browse files
authoredFeb 9, 2021
Create Movies.yml
1 parent 71a1b27 commit 105f1e3

File tree

1 file changed

+250
-0
lines changed

1 file changed

+250
-0
lines changed
 

‎omerher/Movies.yml

+250
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,250 @@
1+
collections:
2+
3+
######################################################
4+
# Dynamic Collections #
5+
######################################################
6+
7+
# TMDb Popular:
8+
# tmdb_popular: 30
9+
# sync_mode: sync
10+
# sort_title: $000
11+
12+
13+
14+
######################################################
15+
# Genre/Year Collections #
16+
######################################################
17+
18+
Family:
19+
plex_search:
20+
genre: Family
21+
summary: A collection of family films.
22+
sort_title: '*000'
23+
collection_order: alpha
24+
collection_mode: default
25+
Action:
26+
plex_search:
27+
genre: Action, Action/Adventure
28+
summary: A collection of action films.
29+
sort_title: '*001'
30+
collection_order: alpha
31+
collection_mode: default
32+
Comedy:
33+
plex_search:
34+
genres: Comedy
35+
summary: A collection of comedy films.
36+
sort_title: '*002'
37+
collection_order: alpha
38+
collection_mode: default
39+
Science Fiction:
40+
plex_search:
41+
genres: Sci-Fi
42+
summary: A collection of sci-fi films.
43+
sort_title: '*003'
44+
collection_order: alpha
45+
collection_mode: default
46+
1970s:
47+
plex_search:
48+
year: 1970-1979
49+
summary: A collection of movies released in the 1970s
50+
sort_title: '*004'
51+
collection_mode: default
52+
1980s:
53+
plex_search:
54+
year: 1980-1999
55+
summary: A collection of movies released in the 1980s
56+
sort_title: '*005'
57+
collection_mode: default
58+
1990s:
59+
plex_search:
60+
year: 1990-1999
61+
summary: A collection of movies released in the 1990s
62+
sort_title: '*006'
63+
collection_mode: default
64+
2000s:
65+
plex_search:
66+
year: 2000-2009
67+
summary: A collection of movies released in the 2000s
68+
sort_title: '*007'
69+
collection_mode: default
70+
2010s:
71+
plex_search:
72+
year: 2010-2019
73+
summary: A collection of movies released in the 2010s
74+
sort_title: '*008'
75+
collection_mode: default
76+
77+
78+
79+
######################################################
80+
# Universes Collections #
81+
######################################################
82+
83+
Pixar:
84+
imdb_list: https://www.imdb.com/list/ls087911008/
85+
summary: A collection of Pixar movies
86+
sort_title: '+000'
87+
content_rating: G
88+
collection_order: release
89+
collection_mode: default
90+
Marvel Cinematic Universe:
91+
imdb_list: https://www.imdb.com/list/ls066946827/
92+
summary: A collection of all MCU movies.
93+
sort_title: '+001'
94+
collection_order: release
95+
collection_mode: default
96+
Walt Disney Animation Studios:
97+
imdb_list: https://www.imdb.com/search/title/?companies=co0074039&count=250
98+
summary: A collection of Disney Animation movies.
99+
sort_title: '+002'
100+
collection_order: alpha
101+
collection_mode: default
102+
Wizarding World:
103+
tmdb_list: https://www.themoviedb.org/list/94773
104+
summary: A collection of all the Wizarding World movies.
105+
sort_title: '+003'
106+
collection_order: release
107+
collection_mode: default
108+
Star Wars:
109+
tmdb_collection: https://www.themoviedb.org/collection/10-star-wars-collection
110+
tmdb_summary: https://www.themoviedb.org/collection/10-star-wars-collection
111+
sort_title: '+004'
112+
collection_order: release
113+
collection_mode: default
114+
Spider-Man:
115+
imdb_list: https://www.imdb.com/list/ls049852613/
116+
summary: A collection of all Spider-Man movies.
117+
sort_title: '+005'
118+
collection_order: release
119+
collection_mode: default
120+
Middle Earth:
121+
tmdb_collection:
122+
- 119
123+
- 121938
124+
summary: A collection of all J.R.R. Tolkien's movies.
125+
sort_title: '+006'
126+
collection_order: release
127+
collection_mode: default
128+
129+
130+
131+
######################################################
132+
# Directors Collections #
133+
######################################################
134+
135+
Christopher Nolan:
136+
plex_search:
137+
directors: Christopher Nolan
138+
summary: A collection of Christopher Nolan's movies.
139+
sort_title: '.000'
140+
collection_order: release
141+
collection_mode: default
142+
Martin Scorsese:
143+
plex_search:
144+
directors: Martin Scorsese
145+
summary: A collection of Martin Scorsese's movies.
146+
sort_title: '.001'
147+
collection_order: release
148+
collection_mode: default
149+
Quentin Tarantino:
150+
plex_search:
151+
directors: Quentin Tarantino
152+
summary: A collection of Quentin Tarantino's movies.
153+
sort_title: '.002'
154+
collection_order: release
155+
collection_mode: default
156+
157+
158+
159+
######################################################
160+
# List Collections #
161+
######################################################
162+
163+
Chris Stuckmann Hilariocity:
164+
imdb_list: https://www.imdb.com/list/ls089509838/
165+
summary: Chris Stuckmann reviews cinematic abominations so awful, he believes them to be hilarious.
166+
sort_title: '/000'
167+
collection_order: alpha
168+
collection_mode: default
169+
Best Picture Winners:
170+
imdb_list: https://www.imdb.com/list/ls062667125/
171+
summary: A collection of all Oscar winners.
172+
sort_title: '/001'
173+
collection_order: alpha
174+
#schedule: monthly(1), monthly(15)
175+
collection_mode: default
176+
sync_mode: sync
177+
Best Picture Nominees:
178+
imdb_list: https://www.imdb.com/list/ls009487211/
179+
summary: A collection of all Oscar nominees.
180+
sort_title: '/002'
181+
collection_order: alpha
182+
#schedule: monthly(1), monthly(15)
183+
collection_mode: default
184+
sync_mode: sync
185+
IMDb Top 250:
186+
imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250
187+
sync_mode: sync
188+
sort_title: "/003"
189+
collection_order: alpha
190+
#schedule: monthly(1), monthly(15)
191+
collection_mode: default
192+
Reddit Top 250:
193+
trakt_list: https://trakt.tv/users/jay-greene/lists/reddit-top-250-2019-edition
194+
summary: A collection of Reddit's Top 250 Movies (2019).
195+
sort_title: '/004'
196+
collection_order: alpha
197+
#schedule: monthly(1), monthly(15)
198+
collection_mode: default
199+
sync_mode: sync
200+
201+
202+
203+
######################################################
204+
# TMDB Collections #
205+
######################################################
206+
207+
Back to the Future:
208+
tmdb_collection: 264
209+
tmdb_summary: 264
210+
collection_mode: hide
211+
Deadpool:
212+
tmdb_collection: 448150
213+
tmdb_summary: 448150
214+
collection_mode: hide
215+
Fantastic Beasts:
216+
tmdb_collection: 435259
217+
tmdb_summary: 435259
218+
collection_mode: hide
219+
The Godfather:
220+
tmdb_collection: 230
221+
tmdb_summary: 230
222+
collection_mode: hide
223+
Harry Potter:
224+
tmdb_collection: 1241
225+
tmdb_summary: 1241
226+
collection_mode: hide
227+
John Wick:
228+
tmdb_collection: 404609
229+
tmdb_summary: 404609
230+
collection_mode: hide
231+
Mission Impossible:
232+
tmdb_collection: 87359
233+
tmdb_summary: 87359
234+
collection_mode: hide
235+
Pirates of the Caribbean:
236+
tmdb_collection: 295
237+
tmdb_summary: 295
238+
collection_mode: hide
239+
The Karate Kid:
240+
tmdb_collection: 8580
241+
tmdb_summary: 8580
242+
collection_mode: hide
243+
MonsterVerse:
244+
imdb_list: https://www.imdb.com/list/ls060980695/
245+
summary: A collection of all the MonsterVerse movies.
246+
collection_mode: hide
247+
The Dark Knight Collection:
248+
tmdb_collection: 263
249+
tmdb_summary: 263
250+
collection_mode: hide

0 commit comments

Comments
 (0)
Please sign in to comment.