Skip to content

Commit

Permalink
add letterboxd_list template variable to seasonal default (#2307)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin2kkelly authored Nov 8, 2024
1 parent 4fe23ef commit 6f6f0df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions defaults/movie/seasonal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ templates:
imdb_search_<<key>>: <<imdb_search>>
trakt_list_<<key>>: <<trakt_list>>
mdblist_list_<<key>>: <<mdblist_list>>
letterboxd_list_<<key>>: <<letterboxd_list>>
summary_<<key>>: <<summary_format>>
name_<<key>>: <<name_format>>
emoji: ""
Expand All @@ -36,6 +37,7 @@ templates:
- imdb_search
- trakt_list
- mdblist_list
- letterboxd_list
- summary_format
- name_format
- key_name
Expand All @@ -55,6 +57,7 @@ templates:
imdb_search: <<imdb_search_<<key>>>>
trakt_list: <<trakt_list_<<key>>>>
mdblist_list: <<mdblist_list_<<key>>>>
letterboxd_list: <<letterboxd_list_<<key>>>>
cache_builders: 1
translation_key: <<translation_key>>
key_name: <<key_name>>
Expand Down
1 change: 1 addition & 0 deletions docs/defaults/movie/seasonal.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ work. Any value not specified will use its default value if it has one if not it
| `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 |
| `letterboxd_list_<<key>>`<sup>1</sup> | **Description:** Adds the Movies in the Letterboxd List to the specified key's collection.<br>**Values:** List of Letterboxd List 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 |
Expand Down

0 comments on commit 6f6f0df

Please sign in to comment.