I'm building some collections besides several pmm default collections. I want them to be sorted after the default/basic ones (sort title starting with !020_)
but before the genres (starting with !060_).
For now I've done it like so in my movies_collections.yml file:
collections:
Films With A Good Heart:
letterboxd_list: https://letterboxd.com/darrencb/list/films-with-a-good-heart/
collection_order: custom
sync_mode: append
sort_title: '!021_Films With A Good Heart'
summary: Films that promote caring and understanding. Films with good intentions.
I was wondering if there was a better way to manage sort_title? So that I don't have to include the collection title again. I saw that one could use collection_section as template variable in the config file, but that doesn't seem to work for collection files (invalid variable).