This repository has been archived by the owner on Mar 30, 2022. It is now read-only.
forked from arkyntech/pmm-configs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
movies_awards.yml
53 lines (53 loc) · 2.29 KB
/
movies_awards.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
######################################################
# BAFTA Collections #
######################################################
templates:
Awards:
sort_title: +2_<<num>><<collection_name>>
sync_mode: sync
collection_mode: hide
collection_order: custom
schedule: monthly(1), monthly(15)
collections:
Oscar Winners:
template: {name: Awards, num: 5 }
imdb_list:
url: https://www.imdb.com/search/title/?title_type=feature&groups=oscar_winner&languages=en&sort=release_date,desc
limit: 75
summary: A collection of Oscar Winners
file_poster: config/assets/Awards/awards_academyawards.jpg
Oscar Nominees:
template: {name: Awards, num: 6 }
imdb_list:
url: https://www.imdb.com/search/title/?title_type=feature&groups=oscar_nominee&languages=en&sort=release_date,desc
limit: 75
summary: A collection of Oscar Nominees
file_poster: config/assets/Awards/awards_academyawards_nominated.jpg
Emmy Award Winners:
template: {name: Awards, num: 7 }
imdb_list:
url: https://www.imdb.com/search/title/?title_type=feature&groups=emmy_winner&languages=en&sort=release_date,desc
limit: 75
summary: A collection of Emmy Award Winners
file_poster: config/assets/Awards/awards_emmy_winners.jpg
Emmy Award Nominees:
template: {name: Awards, num: 8 }
imdb_list:
url: https://www.imdb.com/search/title/?title_type=feature&groups=emmy_nominee&languages=en&sort=release_date,desc
limit: 75
summary: A collection of Emmy Awards Nominees
file_poster: config/assets/Awards/awards_emmy_nominated.jpg
Golden Globes Winners:
template: {name: Awards, num: 9 }
imdb_list:
url: https://www.imdb.com/search/title/?title_type=feature&groups=golden_globe_winner&languages=en&sort=release_date,desc
limit: 75
summary: A collection of Golden Globes Winners
file_poster: config/assets/Awards/awards_goldenglobes.jpg
Golden Globes Nominees:
template: {name: Awards, num: 91 }
imdb_list:
url: https://www.imdb.com/search/title/?title_type=feature&groups=golden_globe_nominee&languages=en&sort=release_date,desc
limit: 75
summary: A collection of Golden Globes Nominees
file_poster: config/assets/Awards/awards_goldenglobes_nominated.jpg