mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 15:04:21 +00:00
Re-add Trakt support for Universe
This commit is contained in:
parent
cb4bb78178
commit
038885cd19
2 changed files with 3 additions and 0 deletions
|
@ -23,10 +23,12 @@ templates:
|
||||||
- name_mapping
|
- name_mapping
|
||||||
- name_<<key>>
|
- name_<<key>>
|
||||||
- summary_<<key>>
|
- summary_<<key>>
|
||||||
|
- trakt_list_<<key>>
|
||||||
- imdb_list_<<key>>
|
- imdb_list_<<key>>
|
||||||
minimum_items: <<minimum_items>>
|
minimum_items: <<minimum_items>>
|
||||||
name_mapping: <<name_mapping_<<key>>>>
|
name_mapping: <<name_mapping_<<key>>>>
|
||||||
imdb_list: <<imdb_list_<<key>>>>
|
imdb_list: <<imdb_list_<<key>>>>
|
||||||
|
trakt_list: <<trakt_list_<<key>>>>
|
||||||
mdblist_list: <<mdblist_list_<<key>>>>
|
mdblist_list: <<mdblist_list_<<key>>>>
|
||||||
summary: <<summary_<<key>>>>
|
summary: <<summary_<<key>>>>
|
||||||
name: <<name_<<key>>>>
|
name: <<name_<<key>>>>
|
||||||
|
|
|
@ -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 |
|
| `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 | | |
|
| `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 | | | |
|
| `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 |
|
| `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 |
|
| `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 |
|
| `exclude` | **Description:** Exclude these Universes from creating a Dynamic Collection.<br>**Values:** List of Universes |
|
||||||
|
|
Loading…
Reference in a new issue