A collection_order for trakt_liked_lists in dynamic collections question I have #1046
-
Hello 8-] for my dynamic collection
I get this: so I added
Now I get this error: Questions: Is it possible to sort trakt liked lists the way, they are created by their user? Thank you very much! Log:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
youre correct in needing to use collection_order: custom but its not an attribute that can go under dynamic collection. you need to add the attribute to the template definition that the dynamic collection is using templates:
my-template:
trakt_list_details: <<value>>
collection_order: custom
dynamic_collections:
Trakt Liked Lists:
template: my-template
test: true
type: trakt_liked_lists
data: me
remove_suffix: Collection, Collections, Filmreihe, Filmreihen
remove_prefix: The, Die |
Beta Was this translation helpful? Give feedback.
youre correct in needing to use collection_order: custom but its not an attribute that can go under dynamic collection. you need to add the attribute to the template definition that the dynamic collection is using