2023-10-16 21:21:20 +00:00
|
|
|
external_templates:
|
|
|
|
- repo: templates/collections
|
|
|
|
- repo: templates/dynamic_collections
|
|
|
|
|
|
|
|
collections:
|
|
|
|
# Random list of 10 movies released in the last 10 years
|
|
|
|
# Regenerates every time the user visits the page
|
2023-10-28 18:44:06 +00:00
|
|
|
"🥳 Something New":
|
2023-10-16 21:21:20 +00:00
|
|
|
template: { name: New,
|
|
|
|
level: "++" }
|
|
|
|
summary: "Let's try something new"
|
|
|
|
smart_filter:
|
|
|
|
type: movies
|
|
|
|
all:
|
|
|
|
# Movie released in the last 10 years
|
|
|
|
release: 3650
|
|
|
|
unplayed: true
|
|
|
|
limit: 10
|
|
|
|
visible_library: true
|
|
|
|
visible_home: true
|
|
|
|
visible_shared: true
|
|
|
|
|
|
|
|
# Random list of 30 movies released in the last 5 months and added in the last 2 months
|
|
|
|
# Regenerates every time the user visits the page
|
2023-10-28 18:44:06 +00:00
|
|
|
"🎲 Spin The Wheel!":
|
2023-10-16 21:21:20 +00:00
|
|
|
template: { name: New,
|
|
|
|
level: "+" }
|
|
|
|
summary: "New releases for you to take a chance on!"
|
|
|
|
smart_filter:
|
|
|
|
type: movies
|
|
|
|
all:
|
|
|
|
# Movie released in the last 5 months
|
|
|
|
release: 150
|
|
|
|
# Movie added in the last 2 months
|
|
|
|
added: 60
|
|
|
|
limit: 30
|
|
|
|
visible_library: true
|
|
|
|
visible_home: true
|
|
|
|
visible_shared: true
|