Re-add Trakt support for Universe

This commit is contained in:
YozoraXCII 2023-02-18 22:08:46 +00:00
parent cb4bb78178
commit 038885cd19
2 changed files with 3 additions and 0 deletions

View file

@ -23,10 +23,12 @@ templates:
- name_mapping
- name_<<key>>
- summary_<<key>>
- trakt_list_<<key>>
- imdb_list_<<key>>
minimum_items: <<minimum_items>>
name_mapping: <<name_mapping_<<key>>>>
imdb_list: <<imdb_list_<<key>>>>
trakt_list: <<trakt_list_<<key>>>>
mdblist_list: <<mdblist_list_<<key>>>>
summary: <<summary_<<key>>>>
name: <<name_<<key>>>>

View file

@ -65,6 +65,7 @@ This file contains a [Separator](../separators) so all [Shared Separator Variabl
| `name_mapping_<<key>>`<sup>1</sup> | **Description:** Sets the name mapping value for using assets of the specified key's collection. <br>**Values:** Any String |
| `imdb_list_<<key>>`<sup>1</sup> | **Description:** Adds the Movies in the IMDb List to the specified key's collection.<br>**Values:** List of IMDb List URLs | | |
| `mdblist_list_<<key>>`<sup>1</sup> | **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.<br>**Values:** List of MDBList List URLs | | | |
| `trakt_list_<<key>>`<sup>1</sup> | **Description:** Adds the Movies in the Trakt List to the specified key's collection.<br>**Values:** List of Trakt List URLs | | | |
| `data` | **Description:** Overrides the [default data dictionary](#default-data). Defines the data that the custom dynamic collection processes.<br>**Values:** Dictionary List of keys/names |
| `append_data` | **Description:** Appends to the [default data dictionary](#default-data).<br>**Values:** Dictionary List of keys/names |
| `exclude` | **Description:** Exclude these Universes from creating a Dynamic Collection.<br>**Values:** List of Universes |