Skip to content

A collection_order for trakt_liked_lists in dynamic collections question I have #1046

Answered by meisnate12
gitttt54 asked this question in Q&A
Discussion options

You must be logged in to vote

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

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gitttt54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants