From f789591b2fe3fe5b6947caa3b6339133516cee48 Mon Sep 17 00:00:00 2001 From: YozoraXCII <96386153+YozoraXCII@users.noreply.github.com> Date: Sat, 6 Jan 2024 01:00:03 +0000 Subject: [PATCH] replace uses of `current_year` and `current` with `latest` --- docs/defaults/award/bafta.md | 2 +- docs/defaults/award/cannes.md | 2 +- docs/defaults/award/choice.md | 6 +++--- docs/defaults/award/emmy.md | 6 +++--- docs/defaults/award/golden.md | 6 +++--- docs/defaults/award/oscars.md | 6 +++--- docs/defaults/award/spirit.md | 6 +++--- docs/defaults/award/sundance.md | 6 +++--- docs/defaults/collections.md | 4 ++-- docs/defaults/example.md | 36 ++++++++++++++++----------------- docs/files/dynamic_types.md | 4 ++-- 11 files changed, 42 insertions(+), 42 deletions(-) diff --git a/docs/defaults/award/bafta.md b/docs/defaults/award/bafta.md index a6ac6745..2d4b00ee 100644 --- a/docs/defaults/award/bafta.md +++ b/docs/defaults/award/bafta.md @@ -53,7 +53,7 @@ work. Any value not specified will use its default value if it has one if not it | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `collection_order`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: current_year-5
Values: Number greater than 0
endingControls the ending year for collections
Default: current_year
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
| + | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: latest-5
Values: Number greater than 0
endingControls the ending year for collections
Default: latest
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
| | `exclude` | **Description:** Exclude these Years from creating a Dynamic Collection.
**Values:** List of Years | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `BAFTA <>`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<> BAFTA Awards.`
**Values:** Any string with `<>` in it. | diff --git a/docs/defaults/award/cannes.md b/docs/defaults/award/cannes.md index c6533c72..a321ae77 100644 --- a/docs/defaults/award/cannes.md +++ b/docs/defaults/award/cannes.md @@ -50,7 +50,7 @@ Note that the `template_variables:` section only needs to be used if you do want | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `collection_order`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: current_year-5
Values: Number greater than 0
endingControls the ending year for collections
Default: current_year
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
  • starting and ending can also have the value current_year
  • You can also use a value relative to the current_year by doing current_year-5
| + | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: latest-5
Values: Number greater than 0
endingControls the ending year for collections
Default: latest
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
  • starting and ending can also have the value latest
  • You can also use a value relative to the latest by doing latest-5
| | `exclude` | **Description:** Exclude these Years from creating a Dynamic Collection.
**Values:** List of Years | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `Cannes <>`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<> Cannes Awards.`
**Values:** Any string with `<>` in it. | diff --git a/docs/defaults/award/choice.md b/docs/defaults/award/choice.md index 785e4546..1d9fbb64 100644 --- a/docs/defaults/award/choice.md +++ b/docs/defaults/award/choice.md @@ -53,7 +53,7 @@ Note that the `template_variables:` section only needs to be used if you do want | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `collection_order`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: current_year-5
Values: Number greater than 0
endingControls the ending year for collections
Default: current_year
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
  • starting and ending can also have the value current_year
  • You can also use a value relative to the current_year by doing current_year-5
| + | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: latest-5
Values: Number greater than 0
endingControls the ending year for collections
Default: latest
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
  • starting and ending can also have the value latest
  • You can also use a value relative to the latest by doing latest-5
| | `exclude` | **Description:** Exclude these Years from creating a Dynamic Collection.
**Values:** List of Years | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `Critics Choice <>`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<> Critics Choice Awards.`
**Values:** Any string with `<>` in it. | @@ -90,8 +90,8 @@ Note that the `template_variables:` section only needs to be used if you do want radarr_add_missing: true #(3)! name_format: Critics Choice Awards <> Winners #(4)! data: - starting: current_year-10 #(5)! - ending: current_year #(6)! + starting: latest-10 #(5)! + ending: latest #(6)! ``` 1. Shows the collection and all of its items within the Library tab in Plex diff --git a/docs/defaults/award/emmy.md b/docs/defaults/award/emmy.md index ce06ba54..bb73c894 100644 --- a/docs/defaults/award/emmy.md +++ b/docs/defaults/award/emmy.md @@ -50,7 +50,7 @@ Note that the `template_variables:` section only needs to be used if you do want | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `collection_order`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: current_year-5
Values: Number greater than 0
endingControls the ending year for collections
Default: current_year
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
  • starting and ending can also have the value current_year
  • You can also use a value relative to the current_year by doing current_year-5
| + | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: latest-5
Values: Number greater than 0
endingControls the ending year for collections
Default: latest
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
  • starting and ending can also have the value latest
  • You can also use a value relative to the latest by doing latest-5
| | `exclude` | **Description:** Exclude these Years from creating a Dynamic Collection.
**Values:** List of Years | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `Emmys <>`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<> Emmy Winners.`
**Values:** Any string with `<>` in it. | @@ -86,8 +86,8 @@ Note that the `template_variables:` section only needs to be used if you do want radarr_add_missing: true #(3)! name_format: Emmys <> Winners #(4)! data: - starting: current_year-10 #(5)! - ending: current_year #(6)! + starting: latest-10 #(5)! + ending: latest #(6)! ``` 1. Shows the collection and all of its items within the Library tab in Plex diff --git a/docs/defaults/award/golden.md b/docs/defaults/award/golden.md index 759cb725..747843ac 100644 --- a/docs/defaults/award/golden.md +++ b/docs/defaults/award/golden.md @@ -54,7 +54,7 @@ Note that the `template_variables:` section only needs to be used if you do want | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `collection_order`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: current_year-5
Values: Number greater than 0
endingControls the ending year for collections
Default: current_year
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
  • starting and ending can also have the value current_year
  • You can also use a value relative to the current_year by doing current_year-5
| + | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: latest-5
Values: Number greater than 0
endingControls the ending year for collections
Default: latest
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
  • starting and ending can also have the value latest
  • You can also use a value relative to the latest by doing latest-5
| | `exclude` | **Description:** Exclude these Years from creating a Dynamic Collection.
**Values:** List of Years | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `Golden Globe <>`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<> Golden Globe Winners.`
**Values:** Any string with `<>` in it. | @@ -90,8 +90,8 @@ Note that the `template_variables:` section only needs to be used if you do want radarr_add_missing: true #(3)! name_format: Emmys <> Winners #(4)! data: - starting: current_year-10 #(5)! - ending: current_year #(6)! + starting: latest-10 #(5)! + ending: latest #(6)! ``` 1. Shows the collection and all of its items within the Library tab in Plex diff --git a/docs/defaults/award/oscars.md b/docs/defaults/award/oscars.md index 53ae3f85..71b3546b 100644 --- a/docs/defaults/award/oscars.md +++ b/docs/defaults/award/oscars.md @@ -49,7 +49,7 @@ Note that the `template_variables:` section only needs to be used if you do want | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `collection_order`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: current_year-6
Values: Number greater than 0
endingControls the ending year for collections
Default: current_year-1
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
  • starting and ending can also have the value current_year
  • You can also use a value relative to the current_year by doing current_year-5
| + | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: latest-6
Values: Number greater than 0
endingControls the ending year for collections
Default: latest-1
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
  • starting and ending can also have the value latest
  • You can also use a value relative to the latest by doing latest-5
| | `exclude` | **Description:** Exclude these Years from creating a Dynamic Collection.
**Values:** List of Years | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `Oscars Winners <>`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `Academy Awards (Oscars) Winners for <>.`
**Values:** Any string with `<>` in it. | @@ -86,8 +86,8 @@ Note that the `template_variables:` section only needs to be used if you do want radarr_add_missing: true #(3)! name_format: Emmys <> Winners #(4)! data: - starting: current_year-10 #(5)! - ending: current_year #(6)! + starting: latest-10 #(5)! + ending: latest #(6)! ``` 1. Shows the collection and all of its items within the Library tab in Plex diff --git a/docs/defaults/award/spirit.md b/docs/defaults/award/spirit.md index b092c404..c456a19e 100644 --- a/docs/defaults/award/spirit.md +++ b/docs/defaults/award/spirit.md @@ -50,7 +50,7 @@ Note that the `template_variables:` section only needs to be used if you do want | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `collection_order`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: current_year-5
Values: Number greater than 0
endingControls the ending year for collections
Default: current_year
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
  • starting and ending can also have the value current_year
  • You can also use a value relative to the current_year by doing current_year-5
| + | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: latest-5
Values: Number greater than 0
endingControls the ending year for collections
Default: latest
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
  • starting and ending can also have the value latest
  • You can also use a value relative to the latest by doing latest-5
| | `exclude` | **Description:** Exclude these Years from creating a Dynamic Collection.
**Values:** List of Years | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `Independent Spirit Awards <>`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<> Independent Spirit Awards.`
**Values:** Any string with `<>` in it. | @@ -86,8 +86,8 @@ Note that the `template_variables:` section only needs to be used if you do want radarr_add_missing: true #(3)! name_format: Independent Spirit Awards <> Winners #(4)! data: - starting: current_year-10 #(5)! - ending: current_year #(6)! + starting: latest-10 #(5)! + ending: latest #(6)! ``` 1. Shows the collection and all of its items within the Library tab in Plex diff --git a/docs/defaults/award/sundance.md b/docs/defaults/award/sundance.md index 47987232..b2c492a7 100644 --- a/docs/defaults/award/sundance.md +++ b/docs/defaults/award/sundance.md @@ -50,7 +50,7 @@ Note that the `template_variables:` section only needs to be used if you do want | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `collection_order`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: current_year-5
Values: Number greater than 0
endingControls the ending year for collections
Default: current_year
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
  • starting and ending can also have the value current_year
  • You can also use a value relative to the current_year by doing current_year-5
| + | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: latest-5
Values: Number greater than 0
endingControls the ending year for collections
Default: latest
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
  • starting and ending can also have the value latest
  • You can also use a value relative to the latest by doing latest-5
| | `exclude` | **Description:** Exclude these Years from creating a Dynamic Collection.
**Values:** List of Years | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `Sundance Film Festival <>`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `Sundance Film Festival of <>.`
**Values:** Any string with `<>` in it. | @@ -87,8 +87,8 @@ Note that the `template_variables:` section only needs to be used if you do want radarr_add_missing: true #(3)! name_format: Sundance Film Festival <> Winners #(4)! data: - starting: current_year-10 #(5)! - ending: current_year #(6)! + starting: latest-10 #(5)! + ending: latest #(6)! ``` 1. Shows the collection and all of its items within the Library tab in Plex diff --git a/docs/defaults/collections.md b/docs/defaults/collections.md index 7a0b21a1..39463d63 100644 --- a/docs/defaults/collections.md +++ b/docs/defaults/collections.md @@ -135,8 +135,8 @@ libraries: template_variables: radarr_add_missing: true data: - starting: current_year-10 - ending: current_year + starting: latest-10 + ending: latest ``` Or maybe you want to change the number of actor collections made using pmm: actor. diff --git a/docs/defaults/example.md b/docs/defaults/example.md index cc7d7fbd..0902321d 100644 --- a/docs/defaults/example.md +++ b/docs/defaults/example.md @@ -13,20 +13,20 @@ collection_files: - pmm: separator_award # An "index card" - pmm: bafta # BAFTA Awards - template_variables: # Show collections from current_year-10 onwards. + template_variables: # Show collections from latest-10 onwards. data: - starting: current_year-10 - ending: current_year + starting: latest-10 + ending: latest - pmm: golden # Golden Globes Awards - template_variables: # Show collections from current_year-10 onwards. + template_variables: # Show collections from latest-10 onwards. data: - starting: current_year-10 - ending: current_year + starting: latest-10 + ending: latest - pmm: oscars # The Oscars - template_variables: # Show collections from current_year-10 onwards. + template_variables: # Show collections from latest-10 onwards. data: - starting: current_year-10 - ending: current_year + starting: latest-10 + ending: latest - pmm: separator_chart # An "index card" - pmm: basic # Some basic chart collections - pmm: tmdb # TMDb Charts (Popular, Trending, etc.) @@ -73,20 +73,20 @@ collection_files: - pmm: separator_award # An "index card" - pmm: bafta # BAFTA Awards - template_variables: # Show collections from current_year-10 onwards. + template_variables: # Show collections from latest-10 onwards. data: - starting: current_year-10 - ending: current_year + starting: latest-10 + ending: latest - pmm: golden # Golden Globes Awards - template_variables: # Show collections from current_year-10 onwards. + template_variables: # Show collections from latest-10 onwards. data: - starting: current_year-10 - ending: current_year + starting: latest-10 + ending: latest - pmm: oscars # The Oscars - template_variables: # Show collections from current_year-10 onwards. + template_variables: # Show collections from latest-10 onwards. data: - starting: current_year-10 - ending: current_year + starting: latest-10 + ending: latest - pmm: separator_chart # An "index card" - pmm: basic # Some basic chart collections - pmm: tmdb # TMDb Charts (Popular, Trending, etc.) diff --git a/docs/files/dynamic_types.md b/docs/files/dynamic_types.md index 03941054..4e46c9d9 100644 --- a/docs/files/dynamic_types.md +++ b/docs/files/dynamic_types.md @@ -218,8 +218,8 @@ requirements of creating the collection. type: imdb_awards data: event_id: ev0000003 - starting: current-15 - ending: current + starting: latest-15 + ending: latest ``` ??? blank "`trakt_user_lists` - Collections based on Trakt Lists by users.ΒΆ"