mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
Converted to TMDB - added Best Director
This commit is contained in:
parent
2d597021b8
commit
11a76f78e2
1 changed files with 21 additions and 4 deletions
|
@ -15,9 +15,9 @@ translations:
|
|||
pmm: translations
|
||||
|
||||
collections:
|
||||
Golden Globe Best Motion Pictures:
|
||||
Golden Globes Best Picture Winners:
|
||||
variables:
|
||||
key: best
|
||||
key: best_picture
|
||||
template:
|
||||
- name: shared
|
||||
sort: Golden Globes !1
|
||||
|
@ -25,10 +25,27 @@ collections:
|
|||
image: award/golden/best_picture_winner
|
||||
- name: arr
|
||||
- name: custom
|
||||
collection_order: release.desc
|
||||
- name: translation
|
||||
translation_key: golden_best
|
||||
trakt_list: https://trakt.tv/users/maxwelldeux/lists/golden-globe-award-best-motion-picture
|
||||
tmdb_list:
|
||||
- 8191011 # Drama
|
||||
- 8191022 # Musical or Comedy
|
||||
- 8235497 # Animation
|
||||
|
||||
Golden Globes Best Director Winners:
|
||||
variables:
|
||||
key: best_director
|
||||
template:
|
||||
- name: shared
|
||||
sort: Golden Globes !2
|
||||
allowed_libraries: movie
|
||||
image: award/golden/best_director_winner
|
||||
- name: arr
|
||||
- name: custom
|
||||
- name: translation
|
||||
translation_key: golden_director
|
||||
tmdb_list: 8235502
|
||||
dynamic_collections:
|
||||
Golden Globes Awards:
|
||||
type: number
|
||||
|
@ -46,7 +63,7 @@ dynamic_collections:
|
|||
- custom
|
||||
template_variables:
|
||||
imdb_list:
|
||||
default: https://www.imdb.com/search/title/?release_date=<<key>>-01-01,<<key>>-12-31&groups=golden_globe_winner&sort=<<imdb_sort>>
|
||||
default: https://www.imdb.com/search/title/?release_date=<<key-1>>-01-01,<<key-1>>-12-31&groups=golden_globe_winner&sort=<<imdb_sort>>
|
||||
imdb_sort:
|
||||
default: moviemeter,asc
|
||||
image:
|
||||
|
|
Loading…
Reference in a new issue