mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-24 00:33:51 -05:00
30 lines
653 B
YAML
30 lines
653 B
YAML
# Prefixes for cpt-kuesels Movie Collections:
|
|
# +1_ = Decades
|
|
# +2_ = Awards
|
|
# +3_ = People
|
|
# +4_ = Genres
|
|
|
|
# In this file:
|
|
# [
|
|
# +5_1_ = Universes
|
|
# +5_2_ = Franchises
|
|
# ]
|
|
|
|
templates:
|
|
Movie:
|
|
optional:
|
|
- collection
|
|
- movie
|
|
- list
|
|
tmdb_collection_details: <<collection>>
|
|
tmdb_movie: <<movie>>
|
|
tmdb_list: <<list>>
|
|
sort_title: <<collection_name>>
|
|
collections:
|
|
Ocean's Movies:
|
|
template: {name: Movie, collection: 304, movie: 402900}
|
|
The Middle Earth Collection:
|
|
template: {name: Movie, collection: "119, 121938"}
|
|
collection_order: alpha
|
|
sort_title: +5_2_The Middle Earth Collection
|