#Date specific collection

1 messages · Page 1 of 1 (latest)

simple peak
#

I have the below Friday 13th collection but I was wanting to make it appear on the Thursday till Satuday and remove sunday morning?

Thanks

    imdb_list: https://www.imdb.com/list/ls009545302/
    summary: "An American slasher series set largely around the fictional town of Crystal Lake, New Jersey, which tells the story of serial murderer Jason Voorhees, and others who would kill on his behalf and in his name."
    visible_home: all[weekly(friday), monthly(13)]
    content_rating: gb/18
    collection_order: release.asc
chrome pumiceBOT
#

Welcome @simple peak!

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.

modern junco
#

Perhaps:

  Friday the 13th Collection:
    imdb_list: https://www.imdb.com/list/ls009545302/
    summary: "An American slasher series set largely around the fictional town of Crystal Lake, New Jersey, which tells the story of serial murderer Jason Voorhees, and others who would kill on his behalf and in his name."
    visible_home:
      - all[weekly(thursday), monthly(12)]
      - all[weekly(friday), monthly(13)]
      - all[weekly(saturday), monthly(14)]
    content_rating: gb/18
    collection_order: release.asc
chrome pumiceBOT
#

✅ YAML validation passed!! That is valid YAML, but may not meet Kometa's requirements

simple peak