Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.66 KB

Letterboxd-Builders.md

File metadata and controls

34 lines (26 loc) · 1.66 KB

You can find items using the lists on Letterboxd.com (Letterboxd).

No configuration is required for these builders.

Name Attribute Description Works with Movies Works with Shows Works with Playlists and Custom Sort
Letterboxd List letterboxd_list Finds every movie in the Letterboxd List ✔️ ✔️
Letterboxd List Details letterboxd_list_details Finds every movie in the Letterboxd List and updates the collection with the description of the Letterboxd list ✔️ ✔️

Letterboxd List

Finds every movie in the Letterboxd List.

The expected input is a Letterboxd List URL. Multiple values are supported as either a list or a comma-separated string.

The sync_mode: sync and collection_order: custom Details are recommended since the lists are continuously updated and in a specific order.

collections:
  Vulture’s 101 Best Movie Endings:
    letterboxd_list: https://letterboxd.com/brianformo/list/vultures-101-best-movie-endings/
    collection_order: custom
    sync_mode: sync
  • You can update the collection details with the Letterboxd List's description by using letterboxd_list_details.
  • You can specify multiple collections in letterboxd_list_details but it will only use the first one to update the collection summary.
collections:
  Vulture’s 101 Best Movie Endings:
    letterboxd_list_details: https://letterboxd.com/brianformo/list/vultures-101-best-movie-endings/
    collection_order: custom
    sync_mode: sync