- Add multiple Cannes lists

This commit is contained in:
nwithan8 2023-11-02 17:31:58 -06:00
parent d5da6e1321
commit 5f01ff5adb
1 changed files with 64 additions and 5 deletions

View File

@ -26,13 +26,30 @@ templates:
trakt_list: https://trakt.tv/users/hernandezel/lists/<<key>>-berlinale 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 url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/berlinale/<<key>>.jpg
Yearly_Cannes_Awards: Yearly_Cannes_Awards_2023_Plus:
allowed_library_types: movie allowed_library_types: movie
summary: <<key>> Cannes Film Festival summary: <<key>> Cannes Film Festival
sort_title: 05_Cannes_Winners_<<key>> sort_title: 05_Cannes_Winners_<<key>>
trakt_list: https://trakt.tv/users/hernandezel/lists/<<key>>-cannes 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 url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/cannes/<<key>>.jpg
Yearly_Cannes_Awards_2016_To_2022:
allowed_library_types: movie
summary: <<key>> Cannes Film Festival
sort_title: 05_Cannes_Winners_<<key>>
trakt_list: https://trakt.tv/users/pjcob/lists/<<key>>-cannes
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/cannes/<<key>>.jpg
Yearly_Cannes_Awards:
default:
list_owner: pjcob
url: <<list_owner>>/lists/<<key>>-cannes
allowed_library_types: movie
summary: <<key>> Cannes Film Festival
sort_title: 05_Cannes_Winners_<<key>>
trakt_list: https://trakt.tv/users/<<url>>
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/cannes/<<key>>.jpg
Yearly_Sundance_Awards: Yearly_Sundance_Awards:
allowed_library_types: movie allowed_library_types: movie
summary: <<key>> Sundance Film Festival summary: <<key>> Sundance Film Festival
@ -461,25 +478,67 @@ dynamic_collections:
template: template:
- Yearly_Berlinale_Awards - Yearly_Berlinale_Awards
Yearly Cannes DC: # mapping name does not matter just needs to be unique Yearly Cannes DC 2022 Plus: # mapping name does not matter just needs to be unique
type: number
sync: true
data:
starting: 2022
ending: current_year
title_format: Cannes Film Festival <<key_name>>
template:
- Yearly_Cannes_Awards_2022_Plus
Yearly Cannes DC 2016 To 2021: # mapping name does not matter just needs to be unique
type: number type: number
sync: true sync: true
data: data:
starting: 2016 starting: 2016
ending: 2022
title_format: Cannes Film Festival <<key_name>>
template:
- Yearly_Cannes_Awards_2016_To_2022
Yearly Cannes DC: # mapping name does not matter just needs to be unique
type: number
sync: true
data:
starting: 2014
ending: current_year ending: current_year
title_format: Cannes Film Festival <<key_name>> title_format: Cannes Film Festival <<key_name>>
template: template:
- Yearly_Cannes_Awards - Yearly_Cannes_Awards
template_variables:
list_owner:
2014: pjcob
2015: pjcob
2016: pjcob
2017: pjcob
2018: pjcob
2019: pjcob
2020: pjcob
2021: pjcob
2022: pjcob
2023: hernandezel
Yearly Sundance DC: # mapping name does not matter just needs to be unique Yearly Sundance DC 2022 Plus: # mapping name does not matter just needs to be unique
type: number
sync: true
data:
starting: 2022
ending: current_year
title_format: Sundance Film Festival <<key_name>>
template:
- Yearly_Sundance_Awards_2022_Plus
Yearly Sundance DC 2010 To 2021: # mapping name does not matter just needs to be unique
type: number type: number
sync: true sync: true
data: data:
starting: 2010 starting: 2010
ending: current_year ending: 2021
title_format: Sundance Film Festival <<key_name>> title_format: Sundance Film Festival <<key_name>>
template: template:
- Yearly_Sundance_Awards - Yearly_Sundance_Awards_2010_To_2021
Yearly Golden Globes DC: # mapping name does not matter just needs to be unique Yearly Golden Globes DC: # mapping name does not matter just needs to be unique
type: number type: number