Updated Configs, fixed some errors. (#719)

* 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>
This commit is contained in:
ladywhiskers
2026-02-28 21:36:18 +11:00
committed by GitHub
parent 90d28d7650
commit a8242af40e
12 changed files with 5148 additions and 5080 deletions

View File

@@ -1,59 +1,71 @@
##############################################################################
# Other Awards Collections #
# Created by Yozora, Bullmoose20, & Sohjiro #
# Credit to maxwelldeux for the Trakt Lists #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/award/other.html #
##############################################################################
external_templates:
pmm: templates
template_variables:
collection_section: 130
templates:
Rotten Tomatoes:
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-<<key>>
sync_mode: sync
collection_mode: default
collection_order: custom
sort_title: "!130_Rotten Tomatoes Best of <<key>>"
schedule: monthly(01)
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatoes/main/Rotten%20Tomatoes%20Best%20of%20<<key>>.jpg
collections:
Rotten Tomatoes Best All-Time:
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-top-100-movies-of-all-time
sync_mode: sync
collection_mode: default
collection_order: custom
sort_title: "!130_Rotten !1"
schedule: monthly(10)
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatoes/main/Rotten%20Tomatoes%20Best%20All-Time.jpg
Rotten Tomatoes Best Horror:
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-horror-movies-of-all-time
sync_mode: sync
collection_mode: default
collection_order: custom
sort_title: "!130_Rotten !2"
schedule: monthly(10)
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatoes/main/Rotten%20Tomatoes%20Best%20Horror.jpg
Rotten Tomatoes Best Rom Com:
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-the-200-best-romantic-comedies-of-all-time
sync_mode: sync
collection_mode: default
collection_order: custom
sort_title: "!130_Rotten !3"
schedule: monthly(10)
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatoes/main/Rotten%20Tomatoes%20Best%20Rom%20Com.jpg
dynamic_collections:
Rotten Tomatoes Best of:
type: number
sync: true
data:
starting: current_year-2
ending: current_year-1
title_format: Rotten Tomatoes Best of <<key_name>>
template:
- Rotten Tomatoes
# This file defines collections based on critics' ratings and awards,
# primarily from Rotten Tomatoes. It uses Trakt lists to source the movies.
# Credits: Yozora, Bullmoose20, Sohjiro, maxwelldeux, WhoDat104
# External templates are used to avoid repetition.
# 'pmm: templates' likely refers to a set of predefined templates.
external_templates:
pmm: templates
template_variables:
# This variable is used to control the sorting of collections.
collection_section: 130
# Template for creating Rotten Tomatoes "Best of" collections.
templates:
Rotten Tomatoes:
# The Trakt list URL is parameterized with 'key', which will be a year.
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-<<key>>
# 'sync' mode ensures that the Plex collection matches the Trakt list.
sync_mode: sync
collection_mode: default
collection_order: custom
# The sort title is prefixed to control the order of collections in Plex.
sort_title: "!130_Rotten Tomatoes Best of <<key>>"
# Schedule for when to update the collection.
schedule: monthly(01)
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatoes/main/Rotten%20Tomatoes%20Best%20of%20<<key>>.jpg
# Static collections based on specific Rotten Tomatoes lists.
collections:
Rotten Tomatoes Best All-Time:
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-top-100-movies-of-all-time
sync_mode: sync
collection_mode: default
collection_order: custom
sort_title: "!130_Rotten !1"
schedule: monthly(10)
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatoes/main/Rotten%20Tomatoes%20Best%20All-Time.jpg
Rotten Tomatoes Best Horror:
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-horror-movies-of-all-time
sync_mode: sync
collection_mode: default
collection_order: custom
sort_title: "!130_Rotten !2"
schedule: monthly(10)
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatoes/main/Rotten%20Tomatoes%20Best%20Horror.jpg
Rotten Tomatoes Best Rom Com:
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-the-200-best-romantic-comedies-of-all-time
sync_mode: sync
collection_mode: default
collection_order: custom
sort_title: "!130_Rotten !3"
schedule: monthly(10)
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatoes/main/Rotten%20Tomatoes%20Best%20Rom%20Com.jpg
# Dynamic collections are created based on a range of values.
# In this case, it creates "Best of" collections for recent years.
dynamic_collections:
Rotten Tomatoes Best of:
type: number
sync: true
data:
# Creates collections for the last two years.
starting: current_year-2
ending: current_year-1
# The title of the collection will be formatted with the year.
title_format: Rotten Tomatoes Best of <<key_name>>
# The 'Rotten Tomatoes' template is used to create the collections.
template:
- Rotten Tomatoes

View File

@@ -6,7 +6,7 @@ templates:
delete_not_scheduled: false
limit: 250
#sort_title: "+130_<<collection_name>>"
sync_mode: sync
#sync_mode: sync
visible_home: false
visible_library: false
visible_shared: false
@@ -1249,8 +1249,6 @@ collections:
template: {
keyword: "samurai,sword-fight",
language: "en",
letterboxd_list_details_url_1: "https://letterboxd.com/jhcrotinger/list/samurai/by/rating/",
letterboxd_list_details_limit_1: 250,
letterboxd_list: "theme-samurai",
name: sub_genre,
rating.gte: 2,
@@ -1381,7 +1379,7 @@ collections:
schedule: weekly(saturday)
#summary: "Top rated movies in Stop-Motion"
template: {
keyword: "stop-motion",
keyword: "stop-motion-animation",
language: "en",
letterboxd_list_details_url_1: "https://letterboxd.com/savage_/list/stop-motion/by/rating/",
letterboxd_list_details_limit_1: 250,
@@ -1392,7 +1390,7 @@ collections:
votes.gte: 100
}
Superhero":
Superhero:
#summary: "Top rated movies in Superhero"
#url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_superhero.png
schedule: weekly(saturday)

View File

@@ -1,43 +1,55 @@
############################
# Topics #
############################
templates:
Collection:
optional:
- poster
#url_poster: <<poster>>
collection_order: audience_rating.desc
sort_title: "!060_<<collection_name>>"
schedule: monthly(29)
item_genre: <<collection_name>>
build_collection: false
#######################################################################################################
collections:
Football:
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Football.jpg}
imdb_list: https://www.imdb.com/list/ls567409329/
Inspirational:
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Inspirational.jpg}
imdb_list: https://www.imdb.com/list/ls567409348/
trakt_list: https://trakt.tv/users/rizreflects/lists/inspiring
Natural Disaster:
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Natural%20Disaster.jpg}
imdb_list: https://www.imdb.com/list/ls567402383/
Spy:
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Spy.jpg}
imdb_list: https://www.imdb.com/list/ls567409179
Stand-up Comedy:
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Stand-Up%20Comedy.jpg}
imdb_list:
- https://www.imdb.com/list/ls567409881/
imdb_search:
votes.gte: 100
keyword: stand-up comedy
collection_order: release.desc
Unexpectedly Amazing:
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Unexpectedly%20Amazing.jpg}
imdb_list: https://www.imdb.com/list/ls567408147/
Witch:
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Witch.jpg}
imdb_list: https://www.imdb.com/list/ls567408343/
# This file defines collections based on various topics.
# Like the subgenre file, these are not meant to be visible collections,
# but rather a way to tag movies 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:
- poster
collection_order: audience_rating.desc
sort_title: "!060_<<collection_name>>"
schedule: monthly(29)
# 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 movies are sourced from IMDb and Trakt lists.
Football:
template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls567409329/
Inspirational:
template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls567409348/
trakt_list: https://trakt.tv/users/rizreflects/lists/inspiring
Natural Disaster:
template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls567402383/
Spy:
template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls567409179
Stand-up Comedy:
template: {name: Collection}
imdb_list:
- https://www.imdb.com/list/ls567409881/
imdb_search:
votes.gte: 100
keyword: stand-up comedy
collection_order: release.desc
Unexpectedly Amazing:
template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls567408147/
Witch:
template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls567408343/

View File

@@ -1,57 +1,61 @@
#######################################
# Movie Watchlist #
#######################################
# filepath: c:\Users\laura\Kometa\config\movies\movies_watchlist.yml
templates:
Watchlist:
sync_mode: sync
collection_order: custom
sort_title: "!0001_<<collection_name>>"
collection_mode: show
visible_home: true
collections:
Top Family Movie Picks:
template: Watchlist
trakt_list: https://trakt.tv/users/fuschaitea/lists/top-family-movie-picks
Laura's Watchlist:
template: Watchlist
plex_watchlist: critic_rating.desc
Watch with Britty:
template: Watchlist
trakt_list: https://trakt.tv/users/fuschaitea/lists/movies-to-watch-with-britty
Recommendations for Mum:
trakt_list:
- https://trakt.tv/users/fuschaitea/lists/recommendations-for-mum-movies-couchmoney-tv
- https://trakt.tv/users/fuschaitea/lists/recommendations-for-mum-tv-shows-couchmoney-tv
- https://trakt.tv/users/fuschaitea/lists/recommendations-for-mum
sync_mode: sync
collection_order: custom
collection_mode: show
sort_title: "!0001_<<collection_name>>"
visible_home: range(01/01-12/31)
visible_shared: range(01/01-12/31)
🍿 What Movie Should I Watch?:
smart_filter:
sort_by: random
all:
unplayed: true
release: 3650
limit: 5
url_poster: https://i.imgur.com/OMrEyGg.jpeg
collection_mode: hide
sort_title: "+1_1_next"
visible_library: true
visible_home: true
schedule: weekly(wednesday)
Julia Donaldson:
smart_filter:
sort_by: title.asc
all:
writer: tmdb
tmdb_person: 592851
#######################################
# Movie Watchlist #
#######################################
# filepath: c:\Users\laura\Kometa\config\movies\movies_watchlist.yml
templates:
Watchlist:
sync_mode: sync
collection_order: custom
sort_title: "!0001_<<collection_name>>"
collection_mode: show
visible_library: true
visible_home: true
collections:
Top Family Movie Picks:
template: Watchlist
trakt_list: https://trakt.tv/users/fuschaitea/lists/top-family-movie-picks
Laura's Watchlist:
template: Watchlist
plex_watchlist: critic_rating.desc
Watch with Britty:
template: Watchlist
trakt_list: https://trakt.tv/users/fuschaitea/lists/movies-to-watch-with-britty
Recommendations for Mum:
trakt_list:
- https://trakt.tv/users/fuschaitea/lists/recommendations-for-mum-movies-couchmoney-tv
- https://trakt.tv/users/fuschaitea/lists/recommendations-for-mum-tv-shows-couchmoney-tv
- https://trakt.tv/users/fuschaitea/lists/recommendations-for-mum
sync_mode: sync
collection_order: custom
collection_mode: show
sort_title: "!0001_<<collection_name>>"
visible_home: range(01/01-12/31)
visible_shared: range(01/01-12/31)
🍿 What Movie Should I Watch?:
smart_filter:
sort_by: random
all:
unplayed: true
release: 3650
limit: 5
url_poster: https://i.imgur.com/OMrEyGg.jpeg
collection_mode: hide
sort_title: "+1_1_next"
visible_library: true
visible_home: true
schedule: weekly(wednesday)
Julia Donaldson:
smart_filter:
sort_by: title.asc
all:
writer: tmdb
tmdb_person: 592851
visible_home: true
visible_shared: true
visible_library: true