Hello,
I have created a dynamic_collections.yml file where I set up letterboxd_user_lists to automatically retrieve all the lists from my Letterboxd account.
What I would like is for the movies to appear in Plex in the same order as they are in my Letterboxd lists, rather than being sorted by release date.
The variable that seems to allow this is:
collection_order: custom
The problem is that when I add this directly into my dynamic_collections.yml file, it doesn’t work. Here is my current configuration:
dynamic_collections:
Letterboxd User Lists: # This name is the mapping name
type: letterboxd_user_lists
collection_order: custom
sync: true
data:
username: (redacted by Luma)
limit: 1000
This seems incorrect based on what is stated in the logs.
From what I understand, I might need to add the collection_order: custom variable inside a template. However, I don’t know how to do that.
Could you please guide me on how to set this up?
Thank you in advance for your help!