mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[4] transition seasonal to use imdb_search
This commit is contained in:
parent
ae2eee82d3
commit
0d5c21b2b0
3 changed files with 43 additions and 52 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.0.1-develop3
|
||||
2.0.1-develop4
|
||||
|
|
|
@ -143,35 +143,45 @@ dynamic_collections:
|
|||
lgbtq: range(05/31-06/30)
|
||||
latinx: range(09/15-10/15)
|
||||
women: range(02/28-03/31)
|
||||
# check3
|
||||
imdb_list:
|
||||
years: https://www.imdb.com/list/ls066838460/
|
||||
valentine:
|
||||
- https://www.imdb.com/list/ls000094398/
|
||||
- https://www.imdb.com/list/ls057783436/
|
||||
- https://www.imdb.com/list/ls064427905/
|
||||
patrick: https://www.imdb.com/list/ls063934595/
|
||||
easter:
|
||||
- https://www.imdb.com/list/ls062665509/
|
||||
- https://www.imdb.com/list/ls051733651/
|
||||
mother: https://www.imdb.com/list/ls072551197/
|
||||
memorial: https://www.imdb.com/list/ls561621160/
|
||||
father: https://www.imdb.com/list/ls020471057/
|
||||
independence:
|
||||
- https://www.imdb.com/list/ls068664510/
|
||||
- https://www.imdb.com/list/ls080925875/
|
||||
labor: https://www.imdb.com/list/ls002014923/
|
||||
halloween:
|
||||
- https://www.imdb.com/list/ls023118929/
|
||||
- https://www.imdb.com/list/ls000099714/
|
||||
veteran:
|
||||
- https://www.imdb.com/list/ls565595526/
|
||||
thanksgiving:
|
||||
- https://www.imdb.com/list/ls000835734/
|
||||
- https://www.imdb.com/list/ls091597850/
|
||||
christmas: https://www.imdb.com/list/ls000096828/
|
||||
# check4
|
||||
imdb_search:
|
||||
years:
|
||||
list.any: ls066838460
|
||||
valentine:
|
||||
list.any:
|
||||
- ls000094398
|
||||
- ls057783436
|
||||
- ls064427905
|
||||
patrick:
|
||||
list.any: ls063934595
|
||||
easter:
|
||||
list.any:
|
||||
- ls062665509
|
||||
- ls051733651
|
||||
mother:
|
||||
list.any: ls072551197
|
||||
memorial:
|
||||
list.any: ls561621160
|
||||
father:
|
||||
list.any: ls020471057
|
||||
independence:
|
||||
list.any:
|
||||
- ls068664510
|
||||
- ls080925875
|
||||
labor:
|
||||
list.any: ls002014923
|
||||
halloween:
|
||||
list.any:
|
||||
- ls023118929
|
||||
- ls000099714
|
||||
veteran:
|
||||
list.any: ls565595526
|
||||
thanksgiving:
|
||||
list.any:
|
||||
- ls000835734
|
||||
- ls091597850
|
||||
christmas:
|
||||
list.any: ls000096828
|
||||
women:
|
||||
type: movie
|
||||
keyword.any: women in film, women's rights, women's suffrage, womens rights, womens suffrage
|
||||
|
|
|
@ -66,11 +66,11 @@ work. Any value not specified will use its default value if it has one if not it
|
|||
| Variable | Description & Values |
|
||||
|:--------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `tmdb_collection_<<key>>`<sup>1</sup> | **Description:** Adds the TMDb Collection IDs given to the specified key's collection. Overrides the [default tmdb_collection](#tmdb-collection) for that collection if used.<br>**Values:** List of TMDb Collection IDs |
|
||||
| `tmdb_movie_<<key>>`<sup>1</sup> | **Description:** Adds the TMDb Movie IDs given to the specified key's collection. Overrides the [default tmdb_movie](#tmdb-movie) for that collection if used.<br>**Values:** List of TMDb Movie IDs | |
|
||||
| `imdb_list_<<key>>`<sup>1</sup> | **Description:** Adds the Movies in the IMDb List to the specified key's collection. Overrides the [default imdb_list](#imdb-list) for that collection if used.<br>**Values:** List of IMDb List URLs | | |
|
||||
| `imdb_search_<<key>>`<sup>1</sup> | **Description:** Adds the Movies in the IMDb Search to the specified key's collection. Overrides the [default imdb_search](#imdb-search) for that collection if used.<br>**Values:** List of IMDb List URLs | | |
|
||||
| `trakt_list_<<key>>`<sup>1</sup> | **Description:** Adds the Movies in the Trakt List to the specified key's collection. Overrides the [default trakt_list](#trakt-list) for that collection if used.<br>**Values:** List of Trakt List URLs | | | |
|
||||
| `mdblist_list_<<key>>`<sup>1</sup> | **Description:** Adds the Movies in the MDb List to the specified key's collection. Overrides the [default mdblist_list](#mdblist-list) for that collection if used.<br>**Values:** List of MDBList URLs | | | |
|
||||
| `tmdb_movie_<<key>>`<sup>1</sup> | **Description:** Adds the TMDb Movie IDs given to the specified key's collection. Overrides the [default tmdb_movie](#tmdb-movie) for that collection if used.<br>**Values:** List of TMDb Movie IDs |
|
||||
| `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_search_<<key>>`<sup>1</sup> | **Description:** Adds the Movies in the IMDb Search to the specified key's collection. Overrides the [default imdb_search](#imdb-search) for that collection if used.<br>**Values:** List of IMDb List URLs |
|
||||
| `trakt_list_<<key>>`<sup>1</sup> | **Description:** Adds the Movies in the Trakt List to the specified key's collection. Overrides the [default trakt_list](#trakt-list) for that collection if used.<br>**Values:** List of Trakt List URLs |
|
||||
| `mdblist_list_<<key>>`<sup>1</sup> | **Description:** Adds the Movies in the MDb List to the specified key's collection. Overrides the [default mdblist_list](#mdblist-list) for that collection if used.<br>**Values:** List of MDBList URLs |
|
||||
| `emoji` | **Description:** Controls the Emoji Prefix for all Collections. Set to `""` to remove all emojis.<br>**Values:** Any String |
|
||||
| `emoji_<<key>>`<sup>1</sup> | **Description:** Controls the Emoji Prefix for the specified key's collection. Overrides the [default emoji](#emoji) for that collection if used.<br>**Values:** Any String |
|
||||
| `limit` | **Description:** Changes the Builder Limit for all collections in this file.<br>**Values:** Number Greater than 0 |
|
||||
|
@ -193,25 +193,6 @@ If you want to customize these values, use the methods described above.
|
|||
%}
|
||||
```
|
||||
|
||||
??? example "Default Template Variable `imdb_list` (click to expand) <a class="headerlink" href="#imdb-list" title="Permanent link">¶</a>"
|
||||
|
||||
<div id="imdb-list" />
|
||||
|
||||
???+ tip
|
||||
|
||||
Pass `imdb_list_<<key>>` to the file as template variables to change this value per collection.
|
||||
|
||||
```yaml
|
||||
{%
|
||||
include-markdown "../../../defaults/movie/seasonal.yml"
|
||||
comments=false
|
||||
preserve-includer-indent=true
|
||||
dedent=true
|
||||
start="# check3"
|
||||
end="# check4"
|
||||
%}
|
||||
```
|
||||
|
||||
??? example "Default Template Variable `imdb_search` (click to expand) <a class="headerlink" href="#imdb-search" title="Permanent link">¶</a>"
|
||||
|
||||
<div id="imdb-search" />
|
||||
|
|
Loading…
Reference in a new issue