#Seasonal Collections Exist but not show

1 messages · Page 1 of 1 (latest)

dense jetty
#

Hey I am trying to make the seasonal collections exist as a collection but only show on home when it is scheduled. Can someone help me do this?

    - default: seasonal
      template_variables:
        schedule: daily
        radarr_monitor: false
        radarr_add_missing: false
        radarr_tag: PMM,PMM-<<collection_name>>   # New
        item_radarr_tag: PMM,PMM-<<collection_name>>   # Existing
        use_separator: true
        use_lgbtq: false
        sep_style: stb
        sort_by: release.desc
        delete_not_scheduled: false
runic frigateBOT
#

Welcome @dense jetty!

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.

cedar flint
#
    - default: seasonal
      template_variables:
        schedule: daily  # process them daily so they are always 
                         # present in the collections tab
        visible_home_thanksgiving: range(11/01-11/30)
                         # thanksgiving visible on home during this range
        visible_home_christmas: range(12/01-12/31)
                         # christmas visible on home during this range
        delete_not_scheduled: false # they're scheduled every day,
                                    # so this will never happen,
                                    # but just in case

and so on

frozen sigil
#

@dense jetty have you tested to see if the radarr_tag actually has the collection name?

dense jetty
#

Ok, I have done this using:

        visible_home:
          years: range(12/26-01/04)
          valentine: range(02/01-02/29)
          patrick: range(03/01-03/18)
          easter: range(03/20-04/30)
          mother: range(05/05-05/10)
          memorial: range(5/18-6/7)
          father: range(06/15-06/20)
          independence: range(06/23-07/11)
          labor: range(09/01-09/10)
          halloween: range(10/01-10/31)
          veteran: range(11/01-11/30)
          thanksgiving: range(11/01-11/30)
          christmas: range(12/01-12/31)
          aapi: range(04/30-05/31)
          disabilities: range(12/02-12/04)
          black_history: range(02/01-03/01)
          latinx: range(09/15-10/15)
          women: range(02/28-03/31)

Hopefully that works, otherwise I will use the other method. Yes the radarr_tag does work.

cedar flint
#
    - default: seasonal
      template_variables:
        schedule: daily
        delete_not_scheduled: false
        visible_home_years: range(12/26-01/04)
        visible_home_valentine: range(02/01-02/29)
        visible_home_patrick: range(03/01-03/18)
        visible_home_easter: range(03/20-04/30)
        visible_home_mother: range(05/05-05/10)
        visible_home_memorial: range(5/18-6/7)
        visible_home_father: range(06/15-06/20)
        visible_home_independence: range(06/23-07/11)
        visible_home_labor: range(09/01-09/10)
        visible_home_halloween: range(10/01-10/31)
        visible_home_veteran: range(11/01-11/30)
        visible_home_thanksgiving: range(11/01-11/30)
        visible_home_christmas: range(12/01-12/31)
        visible_home_aapi: range(04/30-05/31)
        visible_home_disabilities: range(12/02-12/04)
        visible_home_black_history: range(02/01-03/01)
        visible_home_latinx: range(09/15-10/15)
        visible_home_women: range(02/28-03/31)
dense jetty
#

I assumed cause it works with schedules I think. But I fixed it with this. Once the schedule runs again, I'll know if it works.

frozen sigil
dense jetty
#

All of the collections are still visible on the home screen.

cedar flint
dense jetty
#

Gathering that now.

cedar flint
#

I just ran this against my test server:

libraries:
  Movies:
    collection_files:
    - default: seasonal
      template_variables:
        schedule: daily
        delete_not_scheduled: false
        use_lgbtq: false
        visible_home_years: range(12/26-01/04)
        visible_home_valentine: range(02/01-02/29)
        visible_home_patrick: range(03/01-03/18)
        visible_home_easter: range(03/20-04/30)
        visible_home_mother: range(05/05-05/10)
        visible_home_memorial: range(5/18-6/7)
        visible_home_father: range(06/15-06/20)
        visible_home_independence: range(06/23-07/11)
        visible_home_labor: range(09/01-09/10)
        visible_home_halloween: range(10/01-10/31)
        visible_home_veteran: range(11/01-11/30)
        visible_home_thanksgiving: range(11/01-11/30)
        visible_home_christmas: range(12/01-12/31)
        visible_home_aapi: range(04/30-05/31)
        visible_home_disabilities: range(12/02-12/04)
        visible_home_black_history: range(02/01-03/01)
        visible_home_latinx: range(09/15-10/15)
        visible_home_women: range(02/28-03/31)

And the only two collections on the home screen are veterans and thanksgiving. They are all present in the collections tab.

frozen sigil
dense jetty
#

Found that my kometa, for some reason, was running one log for 3 days. Rebooted and fixed a few things and it ran super fast. This now working. Thanks for all the help!