Skip to content

update poster from link #204

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

You must be logged in to vote

if you're just using the templates from the sample file then neither Movie nor Collection would do what you want.

This is the collection template and it only takes two variables, collection and movie, so anything else given to it is just ignored i.e. poster and summary

  Collection:
    optional:
      - collection
      - movie
    tmdb_collection_details: <<collection>>
    tmdb_movie: <<movie>>
    sync_mode: sync
    collection_order: release

if you want summary and poster to work in the template you can add it here also if you use tmdb_collection_details it will update the poster background and summary of the collection so doing a summary variable is redundant.

  Collection:
    opti…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by meisnate12
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
Converted from issue

This discussion was converted from issue #203 on April 14, 2021 12:19.