From 87a33c841b92fbb62190f67209713ffcf9151c27 Mon Sep 17 00:00:00 2001 From: Aldric Date: Wed, 2 Feb 2022 07:11:44 +0100 Subject: [PATCH] Create French.yml 5 collections, best of per decade in France. --- Aldfeu/French.yml | 51 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 Aldfeu/French.yml diff --git a/Aldfeu/French.yml b/Aldfeu/French.yml new file mode 100644 index 0000000..2551e4d --- /dev/null +++ b/Aldfeu/French.yml @@ -0,0 +1,51 @@ +templates: + Chart: + sort_title: +1_<><> + sync_mode: sync + smart_label: random +collections: + Best of the 1970s: + template: { name: Chart, num: 1 } + tmdb_discover: + primary_release_date.gte: 01/01/1970 + primary_release_date.lte: 12/31/1979 + with_original_language: fr + sort_by: popularity.desc + limit: 100 + summary: A collection of the Top Content of the 1970s + Best of the 1980s: + template: { name: Chart, num: 2 } + tmdb_discover: + primary_release_date.gte: 01/01/1980 + primary_release_date.lte: 12/31/1989 + with_original_language: fr + sort_by: popularity.desc + limit: 100 + summary: A collection of the Top Content of the 1980s + Best of the 1990s: + template: { name: Chart, num: 3 } + tmdb_discover: + primary_release_date.gte: 01/01/1990 + primary_release_date.lte: 12/31/1999 + with_original_language: fr + sort_by: popularity.desc + limit: 100 + summary: A collection of the Top Content of the 1990s + Best of the 2000s: + template: { name: Chart, num: 4 } + tmdb_discover: + primary_release_date.gte: 01/01/2000 + primary_release_date.lte: 12/31/2009 + with_original_language: fr + sort_by: popularity.desc + limit: 100 + summary: A collection of the Top Content of the 2000s + Best of the 2010s: + template: { name: Chart, num: 5 } + tmdb_discover: + primary_release_date.gte: 01/01/2010 + primary_release_date.lte: 12/31/2019 + with_original_language: fr + sort_by: popularity.desc + limit: 100 + summary: A collection of the Top Content of the 2010s