Skip to content

Only add movies to a collection after <date>? #183

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

You must be logged in to vote

so to start for radarr: false to work in the template you need to add << and >> around the variable so this radarr_add: radarr becomes this radarr_add: <<radarr>>

you can limit your results by using the tmdb_vote_count.gte filter like this
you could add a filter like this

Collection:
  Studio Ghibli:
    template: {name: Studio, studio: "Studio Ghibli", poster: https://theposterdb.com/api/assets/32223, radarr: false}
    filters:
      tmdb_vote_count.gte: 100   # this will filter the results to only those that have 100 or more votes on tmdb

you can add the filters to the template or to each collection individually.

adjust the value of tmdb_vote_count.gte to be more or less restrictive

tm…

Replies: 1 comment

Comment options

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