#Collection Error: template_variables attribute not supported
1 messages · Page 1 of 1 (latest)
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.
The error I'm getting is:
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
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
this is the solution 🙂
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
ahh okay thank you