mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-17 13:48:54 -05:00
24 lines
644 B
YAML
24 lines
644 B
YAML
templates:
|
|
Set:
|
|
optional:
|
|
- collection
|
|
- movie
|
|
- list
|
|
tmdb_collection_details: <<collection>>
|
|
tmdb_movie: <<movie>>
|
|
tmdb_list: <<list>>
|
|
sync_mode: sync
|
|
collection_order: release
|
|
url_poster: <<poster>>
|
|
sort_title: <<collection_name>>
|
|
collections:
|
|
|
|
"American Graffiti":
|
|
template: {name: Set, collection: 124950, poster: https://theposterdb.com/api/assets/168691 }
|
|
|
|
"Indiana Jones":
|
|
template: {name: Set, collection: 84, poster: https://theposterdb.com/api/assets/163391 }
|
|
|
|
"Star Wars":
|
|
template: {name: Set, collection: 10, poster: https://theposterdb.com/api/assets/164120 }
|