#Collection Error: template_variables attribute not supported

1 messages · Page 1 of 1 (latest)

pastel helm
#

Hi, I'm trying to create collections from mdblist, so I created a new yml file which gets called from the config.yml, can someone tell me if this is done correctly or if there is a better way?

worn anchorBOT
#

Please complete #938455615741775902 and someone from the community or one of our <@&938443185347244033> members will respond when they're available.

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

hidden latchBOT
#

Find meta.log in config/logs/

Drag it in the Discord thread - the whole thing, DO NOT EDIT IT

Log file too big? USE PASTEBIN or ZIP THE FILE

Still confused? ¯\(ツ)

pastel helm
dusky fox
#

would be nice to see a complete log, not just a select couple of lines

#

but template_variables is not valid

#

take out the template variable line

#

and i think you need the visible_* lines on both collections

#
collections:
  Nostalgic Movies From The 80s & 90s:
    mdblist_list: 
      url: https://mdblist.com/lists/hdlists/nostalgiac-movies-from-the-80s-90s
    sort_by: imdbrating.desc
    collection_order: custom
    sync_mode: sync
    visible_library: true
    visible_home: true
    visible_shared: true
  Action Movies (Top Rated From 1980 to Today):
    mdblist_list: 
      url: https://mdblist.com/lists/hdlists/latest-hd-action-movies-from-1980-to-today
    sort_by: released.desc    
    collection_order: custom
    sync_mode: sync
    visible_library: true
    visible_home: true
    visible_shared: true```
#

and the rest of your spacing was off

pastel helm
#

Yeah sorry the log was 250mb big and I was having issues pasting it in pastebin, I'll try uploading to pastebin or I'll just link it from my OneDrive

dusky sail
#

we don't need the entire log really

#

FYI you can just do mdblist_list: https://mdblist.com/lists/hdlists/nostalgiac-movies-from-the-80s-90s, you don't need the url bit

#

you only need the url bit of you are also doing something like limit

#
collections:
  Top Movies of The Week:
    mdblist_list: https://mdblist.com/lists/linaspurinis/top-watched-movies-of-the-week
    collection_order: custom
    sync_mode: sync

vs

collections:
  Top 10 Movies of The Week:
    mdblist_list: 
      url: https://mdblist.com/lists/linaspurinis/top-watched-movies-of-the-week
      limit: 10
    collection_order: custom
    sync_mode: sync
pastel helm
#

ahh okay thank you