#Stop a single movie from being added to collection

1 messages · Page 1 of 1 (latest)

junior vigil
#

My Christmas collection is created from an IMDB list. However, as it's populated by the public there is stuff I wouldn't want. For example, Terrifier 3. How can I block that movie from being added?

Collection is called Tis The Season & Christmas Movies
Thanks very much

prisma crescentBOT
#

Welcome @junior vigil!

Someone from <@&938443185347244033> will assist when they're available.

Including meta.log from the beginning is a huge help. Type !logs for more information.

After attaching your log, do not forget to hit the green check boxes when prompted by our bot.

#

You can press the "Close Post" button above or type /close at any time to close this post.

simple galleon
#
  Tis The Season:
    schedule: range(11/30-12/27)
    template: {name: Holiday, holiday: "Christmas"}
    imdb_list:
       - https://www.imdb.com/list/ls000096828/
       - https://www.imdb.com/list/ls522633020/
    plex_search:
      all:
        genre: Christmas                        # grab everything with this genre in PLex
    radarr_add_missing: false
    filters:
      title.not: Terrifier
junior vigil