diff --git a/defaults/both/universe.yml b/defaults/both/universe.yml index 25876278..2be42ec9 100644 --- a/defaults/both/universe.yml +++ b/defaults/both/universe.yml @@ -23,10 +23,12 @@ templates: - name_mapping - name_<> - summary_<> + - trakt_list_<> - imdb_list_<> minimum_items: <> name_mapping: <>>> imdb_list: <>>> + trakt_list: <>>> mdblist_list: <>>> summary: <>>> name: <>>> diff --git a/docs/defaults/both/universe.md b/docs/defaults/both/universe.md index b0672082..10b1ce0f 100644 --- a/docs/defaults/both/universe.md +++ b/docs/defaults/both/universe.md @@ -65,6 +65,7 @@ This file contains a [Separator](../separators) so all [Shared Separator Variabl | `name_mapping_<>`1 | **Description:** Sets the name mapping value for using assets of the specified key's collection.
**Values:** Any String | | `imdb_list_<>`1 | **Description:** Adds the Movies in the IMDb List to the specified key's collection.
**Values:** List of IMDb List URLs | | | | `mdblist_list_<>`1 | **Description:** Adds the Movies in the MDBList List to the specified key's collection. Overrides the [default mdblist_list](#default-mdblist_list) for that collection if used.
**Values:** List of MDBList List URLs | | | | +| `trakt_list_<>`1 | **Description:** Adds the Movies in the Trakt List to the specified key's collection.
**Values:** List of Trakt List URLs | | | | | `data` | **Description:** Overrides the [default data dictionary](#default-data). Defines the data that the custom dynamic collection processes.
**Values:** Dictionary List of keys/names | | `append_data` | **Description:** Appends to the [default data dictionary](#default-data).
**Values:** Dictionary List of keys/names | | `exclude` | **Description:** Exclude these Universes from creating a Dynamic Collection.
**Values:** List of Universes |