mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-18 14:09:43 -05:00
14 lines
398 B
YAML
14 lines
398 B
YAML
### Single Movies that belong to a Show will be put in a hidden collection
|
|
### in order to link them together in the Overview when you scroll down.
|
|
|
|
templates:
|
|
Movie:
|
|
tmdb_movie: <<movie>>
|
|
collection_mode: hide
|
|
sort_title: <<collection_name>>
|
|
|
|
collections:
|
|
Hogfather:
|
|
template: {name: Movie, movie: 11910}
|
|
What We Do in the Shadows:
|
|
template: {name: Movie, movie: 246741} |