mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2026-03-19 14:58:53 -04:00
* Update config.yml Updated to use letterboxd defaults * Delete ladywhiskers/metadata_folders directory * Update movies_critics_other.yml * Update movies_subgenre.yml * Update movies_topics.yml * Update movies_watchlist.yml * Delete ladywhiskers/music/Music-Genre-top.yml * Add files via upload * Update tvshows_Attenborough.yml * Update tvshows_documentaries.yml * Update tvshows_topic.yml * Update tvshows_watchlist.yml * Add files via upload * Update config.yml Minor edits, commented out genre default * Delete ladywhiskers/tvshows/tvshows_Attenborough.yml Removing unused yml * Update tvshows_documentaries.yml * Update tvshows_topic.yml commenting out sync * Update tvshows_watchlist.yml Added a collection of recommendations for my mum * Update musictemplates.yml * Update Music-Genre.yml * Update continents.yml * Update track_collections.yml * Update movies_critics_other.yml * Update movies_subgenre.yml Replaced ediblehedgehog letterboxd lists with another user * Update movies_topics.yml * Update movies_watchlist.yml Removed Bec's list Added collection for recommendations for my mum. * Delete ladywhiskers/metadata_folders directory * Add files via upload renamed and reorganised a bunch of mediux references - still a work in progress. * Update tvshows_watchlist.yml formatting * Update README.md minor update * Update movies_watchlist.yml Added template to reduce redunancy * Delete ladywhiskers/metadata_folders directory * docs: Document the ladywhiskers Kometa configuration This change adds comprehensive documentation to the Kometa configuration files within the 'ladywhiskers' subfolder. It adds comments to all YAML files to explain their purpose and settings. It also adds a new, detailed README.md file to the 'ladywhiskers' directory to provide a complete guide for new developers, covering the purpose, structure, and usage of the configuration. * Update Music-Genre.yml * Update track_collections.yml * Refactor movie watchlist YAML structure and templates * Add files via upload --------- Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
63 lines
1.9 KiB
YAML
63 lines
1.9 KiB
YAML
# This file defines collections for TV shows based on various topics.
|
|
# Like the other topic and subgenre files, these are not meant to be visible
|
|
# collections, but rather a way to tag shows with a specific topic.
|
|
# This is achieved by using 'build_collection: false' and 'item_genre: <<collection_name>>'.
|
|
|
|
templates:
|
|
# A generic template for creating topic-based collections.
|
|
Collection:
|
|
optional:
|
|
- show
|
|
- poster
|
|
tvdb_show: <<show>>
|
|
sync_mode: sync
|
|
collection_order: audience_rating.desc
|
|
sort_title: "!060_<<collection_name>>"
|
|
schedule: weekly(tuesday)
|
|
# This is the key part: instead of building a collection, it tags the items
|
|
# with the collection's name as a genre.
|
|
item_genre: <<collection_name>>
|
|
build_collection: false
|
|
|
|
collections:
|
|
# Each of the following blocks defines a topic.
|
|
# The 'template' key is used to call the 'Collection' template.
|
|
# The shows are sourced from IMDb lists.
|
|
Anthology:
|
|
template: {name: Collection}
|
|
imdb_list: https://www.imdb.com/list/ls567937024/
|
|
|
|
Apocalypse:
|
|
template: {name: Collection}
|
|
imdb_list: https://www.imdb.com/list/ls527128700/
|
|
|
|
Historical Fiction:
|
|
template: {name: Collection}
|
|
imdb_list: https://www.imdb.com/list/ls527147593/
|
|
|
|
Medical:
|
|
template: {name: Collection}
|
|
imdb_list:
|
|
- https://www.imdb.com/list/ls064005250/
|
|
- https://www.imdb.com/list/ls567394825/
|
|
|
|
Slice of Life:
|
|
template: {name: Collection}
|
|
imdb_list: https://www.imdb.com/list/ls527147618/
|
|
|
|
Spy:
|
|
template: {name: Collection}
|
|
imdb_list: https://www.imdb.com/list/ls527147789/
|
|
|
|
Stephen King:
|
|
template: {name: Collection}
|
|
imdb_list: https://www.imdb.com/list/ls567399416/
|
|
|
|
Supernatural:
|
|
template: {name: Collection}
|
|
imdb_list: https://www.imdb.com/list/ls527140144/
|
|
|
|
Time Travel:
|
|
template: {name: Collection}
|
|
imdb_list: https://www.imdb.com/list/ls527147299/
|