diff --git a/defaults/movie/seasonal.yml b/defaults/movie/seasonal.yml index 3c9303943..9c2e8f45a 100644 --- a/defaults/movie/seasonal.yml +++ b/defaults/movie/seasonal.yml @@ -23,6 +23,7 @@ templates: imdb_search_<>: <> trakt_list_<>: <> mdblist_list_<>: <> + letterboxd_list_<>: <> summary_<>: <> name_<>: <> emoji: "" @@ -36,6 +37,7 @@ templates: - imdb_search - trakt_list - mdblist_list + - letterboxd_list - summary_format - name_format - key_name @@ -55,6 +57,7 @@ templates: imdb_search: <>>> trakt_list: <>>> mdblist_list: <>>> + letterboxd_list: <>>> cache_builders: 1 translation_key: <> key_name: <> diff --git a/docs/defaults/movie/seasonal.md b/docs/defaults/movie/seasonal.md index e36bc3bc4..500fd1339 100644 --- a/docs/defaults/movie/seasonal.md +++ b/docs/defaults/movie/seasonal.md @@ -71,6 +71,7 @@ work. Any value not specified will use its default value if it has one if not it | `imdb_search_<>`1 | **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.
**Values:** List of IMDb List URLs | | `trakt_list_<>`1 | **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.
**Values:** List of Trakt List URLs | | `mdblist_list_<>`1 | **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.
**Values:** List of MDBList URLs | + | `letterboxd_list_<>`1 | **Description:** Adds the Movies in the Letterboxd List to the specified key's collection.
**Values:** List of Letterboxd List URLs | | `emoji` | **Description:** Controls the Emoji Prefix for all Collections. Set to `""` to remove all emojis.
**Values:** Any String | | `emoji_<>`1 | **Description:** Controls the Emoji Prefix for the specified key's collection. Overrides the [default emoji](#emoji) for that collection if used.
**Values:** Any String | | `limit` | **Description:** Changes the Builder Limit for all collections in this file.
**Values:** Number Greater than 0 |