#custom collection on home

1 messages · Page 1 of 1 (latest)

wanton matrix
#

I'm trying to add a custom collection to my home screen, but can't seem to get the syntax correct. I added visible_home: true to the custom collections .yml, but no luck. I also tried adding it to the config,tml right after the custom collection was called, but that didn't work either.

What am I missing?

collections:
  Sharks:
    visible_home: true
    imdb_list:
      - list_id: ls544654478
        limit: 0
        sort_by: rating.asc
    sync_mode: sync
    collection_order: alpha
    - file: config/Sharks.yml
    visible_home: true
last nicheBOT
#

Welcome @wanton matrix!

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.

pseudo snow
#

That seems fine and should work

#

Do you have the log of when you first ran this?

#
    - file: config/Sharks.yml
    visible_home: true

visible_home won't do anything here. You did it correctly when you defined it within the Sharks collection

wanton matrix
# pseudo snow Do you have the log of when you first ran this?

I originally had it in the collection, but at the bottom. It didn't seem to work, so I tried in the config. Obviously, that didn't work either. After I posted this, I went back to the collection and moved it to the top. Once the run completed, the collection is now visible.

rotund otter
#

Bottom vs top shouldn't matter; probably an indentation thing. Glad it's sorted.

pseudo snow
#

^

#

Happy for us to close this?

wanton matrix
#

Thanks for the help!!