- Use sort titles for per-year awards, top actors collections
This commit is contained in:
parent
5104b5ca9e
commit
0acb48ea9b
|
@ -9,3 +9,4 @@ dynamic_collections:
|
|||
The A List: # mapping name DOES matter, since this isn't based on a template
|
||||
type: tmdb_popular_people
|
||||
data: 100 # top 100 actors right now, according to TMDb
|
||||
sort_title: 09_+<<level>>_<<key>>
|
||||
|
|
|
@ -15,24 +15,28 @@ templates:
|
|||
imdb_sort: moviemeter,asc
|
||||
allowed_library_types: movie
|
||||
summary: <<key>> Academy Awards (Oscars) Winners
|
||||
sort_title: 05_+<<level>>_<<key>>
|
||||
imdb_list: https://www.imdb.com/search/title/?release_date=<<key>>-01-01,<<key>>-12-31&groups=oscar_winner&sort=<<imdb_sort>>
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/oscars/winner/<<key>>.jpg
|
||||
|
||||
Yearly_Berlinale_Awards:
|
||||
allowed_library_types: movie
|
||||
summary: <<key>> Berlinale International Film Festival
|
||||
sort_title: 05_+<<level>>_<<key>>
|
||||
trakt_list: https://trakt.tv/users/hernandezel/lists/<<key>>-berlinale
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/berlinale/<<key>>.jpg
|
||||
|
||||
Yearly_Cannes_Awards:
|
||||
allowed_library_types: movie
|
||||
summary: <<key>> Cannes Film Festival
|
||||
sort_title: 05_+<<level>>_<<key>>
|
||||
trakt_list: https://trakt.tv/users/hernandezel/lists/<<key>>-cannes
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/cannes/<<key>>.jpg
|
||||
|
||||
Yearly_Sundance_Awards:
|
||||
allowed_library_types: movie
|
||||
summary: <<key>> Sundance Film Festival
|
||||
sort_title: 05_+<<level>>_<<key>>
|
||||
trakt_list: https://trakt.tv/users/hernandezel/lists/<<key>>-sundance
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/sundance/<<key>>.jpg
|
||||
|
||||
|
@ -40,12 +44,14 @@ templates:
|
|||
default:
|
||||
imdb_sort: moviemeter,asc
|
||||
summary: <<key>> Golden Globe Winners
|
||||
sort_title: 05_+<<level>>_<<key>>
|
||||
imdb_list: https://www.imdb.com/search/title/?release_date=<<key>>-01-01,<<key>>-12-31&groups=golden_globe_winner&sort=<<imdb_sort>>
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/golden/winner/<<key>>.jpg
|
||||
|
||||
Yearly_Spirit_Awards:
|
||||
allowed_library_types: movie
|
||||
summary: <<key>> Independent Spirit Awards
|
||||
sort_title: 05_+<<level>>_<<key>>
|
||||
trakt_list: https://trakt.tv/users/hernandezel/lists/<<key>>-independent-spirits
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/spirit/<<key>>.jpg
|
||||
|
||||
|
@ -59,6 +65,7 @@ templates:
|
|||
Yearly_BAFTA_Awards:
|
||||
allowed_library_types: movie
|
||||
summary: <<key>> BAFTA awards
|
||||
sort_title: 05_+<<level>>_<<key>>
|
||||
trakt_list: https://trakt.tv/users/pjcob/lists/<<key>>-bafta
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/bafta/<<key>>.jpg
|
||||
|
||||
|
|
Loading…
Reference in New Issue