[4] transition seasonal to use imdb_search

pull/2038/head
meisnate12 7 months ago
parent ae2eee82d3
commit 0d5c21b2b0

@ -1 +1 @@
2.0.1-develop3 2.0.1-develop4

@ -143,35 +143,45 @@ dynamic_collections:
lgbtq: range(05/31-06/30) lgbtq: range(05/31-06/30)
latinx: range(09/15-10/15) latinx: range(09/15-10/15)
women: range(02/28-03/31) women: range(02/28-03/31)
# check3 # check4
imdb_list: imdb_search:
years: https://www.imdb.com/list/ls066838460/ years:
list.any: ls066838460
valentine: valentine:
- https://www.imdb.com/list/ls000094398/ list.any:
- https://www.imdb.com/list/ls057783436/ - ls000094398
- https://www.imdb.com/list/ls064427905/ - ls057783436
patrick: https://www.imdb.com/list/ls063934595/ - ls064427905
patrick:
list.any: ls063934595
easter: easter:
- https://www.imdb.com/list/ls062665509/ list.any:
- https://www.imdb.com/list/ls051733651/ - ls062665509
mother: https://www.imdb.com/list/ls072551197/ - ls051733651
memorial: https://www.imdb.com/list/ls561621160/ mother:
father: https://www.imdb.com/list/ls020471057/ list.any: ls072551197
memorial:
list.any: ls561621160
father:
list.any: ls020471057
independence: independence:
- https://www.imdb.com/list/ls068664510/ list.any:
- https://www.imdb.com/list/ls080925875/ - ls068664510
labor: https://www.imdb.com/list/ls002014923/ - ls080925875
labor:
list.any: ls002014923
halloween: halloween:
- https://www.imdb.com/list/ls023118929/ list.any:
- https://www.imdb.com/list/ls000099714/ - ls023118929
- ls000099714
veteran: veteran:
- https://www.imdb.com/list/ls565595526/ list.any: ls565595526
thanksgiving: thanksgiving:
- https://www.imdb.com/list/ls000835734/ list.any:
- https://www.imdb.com/list/ls091597850/ - ls000835734
christmas: https://www.imdb.com/list/ls000096828/ - ls091597850
# check4 christmas:
imdb_search: list.any: ls000096828
women: women:
type: movie type: movie
keyword.any: women in film, women's rights, women's suffrage, womens rights, womens suffrage 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 | | 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_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 | | | `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_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 | | | | `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 | | | | | `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 | | | | | `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` | **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 | | `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 | | `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>" ??? example "Default Template Variable `imdb_search` (click to expand) <a class="headerlink" href="#imdb-search" title="Permanent link"></a>"
<div id="imdb-search" /> <div id="imdb-search" />

Loading…
Cancel
Save