mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-13 03:38:54 -05:00
57 lines
2.4 KiB
YAML
57 lines
2.4 KiB
YAML
templates:
|
|
tmdb:
|
|
default:
|
|
collection_order: release
|
|
optional:
|
|
- collections
|
|
- lists
|
|
- movies
|
|
- tmdb_summary
|
|
- summary
|
|
tmdb_collection: <<collections>>
|
|
tmdb_list: <<lists>>
|
|
tmdb_movie: <<movies>>
|
|
tmdb_summary: <<tmdb_summary>>
|
|
summary: <<summary>>
|
|
url_poster: <<poster>>
|
|
sort_title: +2_<<collection_name>>
|
|
collection_order: <<collection_order>>
|
|
visible_home: true
|
|
visible_shared: true
|
|
person:
|
|
sort_title: +3_<<collection_name>>
|
|
visible_home: true
|
|
visible_shared: true
|
|
tmdb_discover:
|
|
with_people: <<person>>
|
|
collection_order: release
|
|
genre:
|
|
default:
|
|
title: feature
|
|
limit: 100
|
|
tmdb_discover:
|
|
with_genres: <<genre>>
|
|
sort_by: vote_average.desc
|
|
imdb_list:
|
|
- url: https://www.imdb.com/search/title/?title_type=<<title>>&release_date=1950-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=<<genre>>
|
|
limit: <<limit>>
|
|
- url: https://www.imdb.com/search/title/?title_type=<<title>>&release_date=1950-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=<<genre>>&sort=user_rating,desc
|
|
limit: <<limit>>
|
|
sort_title: +4_<<collection_name>>
|
|
url_poster: <<poster>>
|
|
collection_order: alpha
|
|
visible_home: true
|
|
visible_shared: true
|
|
collections:
|
|
Bud Sepncer & Terrence Hill:
|
|
template: {name: person, person: "18841, 15140"}
|
|
summary: "The congenial duo: Bud Spencer and Terence Hill"
|
|
url_poster: https://i.imgur.com/NQ0PmZD.png
|
|
Middle Earth:
|
|
template: {name: tmdb, collections: "119, 121938", summary: "A collection of all J.R.R. Tolkien's movies.", poster: https://theposterdb.com/api/assets/32987}
|
|
Star Wars Movies in Story Order:
|
|
template: {name: tmdb, lists: 7102821, collection_order: custom, poster: https://theposterdb.com/api/assets/4448}
|
|
Romance:
|
|
template: {name: genre, genre: Romance, limit: 200, poster: https://theposterdb.com/api/assets/117306}
|
|
summary: "Romance film can be defined as a genre wherein the plot revolves around the love between two protagonists. This genre usually has a theme that explores an issue within love, including but not limited to: love at first sight, forbidden love, love triangles, and sacrificial love. The tone of Romance film can vary greatly. Whether the end is happy or tragic, Romance film aims to evoke strong emotions in the audience."
|