-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmovies-general.yml
99 lines (99 loc) · 3.39 KB
/
movies-general.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
templates:
#####################################
# Custom Collection Templates #
#####################################
Director:
sort_title: "!A <<collection_name>>"
tmdb_director_details: <<tmdb>>
collection_order: release
collection_mode: hide
schedule: weekly(friday)
radarr_tag: PMM,PMM-<<collection_name>> # New
item_radarr_tag: PMM,PMM-<<collection_name>> # Existing
visible_library: false
visible_shared: false
visible_home: false
radarr_monitor: false
radarr_search: false
radarr_add_missing: false
Studio:
sort_title: "!B <<collection_name>>"
collection_mode: hide
schedule: daily
radarr_tag: PMM,PMM-<<collection_name>> # New
item_radarr_tag: PMM,PMM-<<collection_name>> # Existing
visible_library: false
visible_shared: false
visible_home: false
radarr_monitor: false
radarr_search: false
radarr_add_missing: false
Special Genre:
sort_title: "!C <<collection_name>>"
collection_order: alpha
collection_mode: hide
visible_library: true
radarr_tag: PMM,PMM-<<collection_name>> # New
item_radarr_tag: PMM,PMM-<<collection_name>> # Existing
visible_shared: false
visible_home: false
radarr_monitor: false
radarr_search: false
radarr_add_missing: false
Movies:
optional:
- collection
- tmdb_movie
- tmdb_list
tmdb_collection_details: <<collection>>
tmdb_movie: <<tmdb_movie>>
tmdb_list: <<tmdb_list>>
sort_title: "!D <<collection_name>>"
collection_order: release
collection_mode: hide
visible_library: true
radarr_tag: PMM,PMM-<<collection_name>> # New
item_radarr_tag: PMM,PMM-<<collection_name>> # Existing
radarr_monitor: false
radarr_search: false
radarr_add_missing: false
collections:
#####################################
# Director Collections #
######################################
Christopher Nolan:
template: { name: Director, tmdb: 525 }
M. Night Shyamalan:
template: { name: Director, tmdb: 11614 }
Martin Scorsese:
template: { name: Director, tmdb: 1032 }
Steven Spielberg:
template: { name: Director, tmdb: 488 }
Quentin Tarantino:
template: { name: Director, tmdb: 138 }
#####################################
# Studio Collections #
#####################################
DC Extended Universe:
template: { name: Studio }
imdb_list: https://www.imdb.com/list/ls077827588/
summary: "The DC Extended Universe (DCEU) is a media franchise and shared universe centered on superheros from DC Comics."
collection_order: release
Marvel Studios:
template: { name: Studio }
imdb_list: https://www.imdb.com/list/ls009410711/
summary: "A collection of movies and shows created by Marvel Studios, comprising of the Marvel Cinematic Universe."
collection_order: release
Pixar Animation:
template: { name: Studio }
imdb_list: https://www.imdb.com/list/ls087911008/
summary: "A collection of Pixar Animation movies."
content_rating: G
collection_order: alpha
#####################################
# Special Genre Collections #
#####################################
Superhero Movies:
template: { name: Special Genre }
trakt_list: https://trakt.tv/users/hdlists/lists/superhero-movies-from-1980-to-today
summary: "A collection of superhero movies released from 1980 until today."