I was hoping to publish a specific library that contains only Christmas movies in the last 5 years by editing my standard Christmas list to just take movies from the last 5 years using the 'starting' and 'ending' flags under template_variables.
I've tried the config below and it creates a new collection but does not limit it to the years provided.
Is this possible, or do I have to go into IMDB and create custom versions of each holiday playlist that is confined to the years I want? Thanks!
Here is the relevant section of my config.yml:
#config.yml
metadata_path:
- file: config/movies/movies.yml
- pmm: actor
- pmm: genre
- pmm: content_rating_us
- pmm: franchise
- file: config/movies/modern_christmas_movies.yml
template_variables:
data:
starting: current_year-5
ending: current_year
#modern_christmas_movies.yml
templates:
Modern_Holiday:
url_poster: <<poster>>
sort_title: +++++++++_<<collection_name>>
collection_order: release.desc
delete_not_scheduled: true
visible_home: true
visible_shared: false
visible_library: true
sync_mode: sync
collections:
Modern Christmas Movies:
schedule: range(11/22-1/8)
template: {name: Modern_Holiday, poster: https://theposterdb.com/api/assets/69443}
sort_title: +++++_Christmas_Modern
trakt_list:
- https://trakt.tv/users/movistapp/lists/christmas-movies
- https://trakt.tv/users/pualani78/lists/christmas-2020
- https://trakt.tv/users/veninjak/lists/complete-christmas-2021-copy
imdb_list:
- https://www.imdb.com/list/ls025976544/
- https://www.imdb.com/list/ls003863000/
- https://www.imdb.com/list/ls526077529/ #christmas 2023 list
#... (a couple of other lists excluded for brevity)
Trakt
The 50 best Christmas movies (http://www.timeout.com/london/film/the-50-best-christmas-movies)