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,322 +1,359 @@
# Configuration file for the Kometa application. # This is the main configuration file for Kometa.
# This file specifies the libraries to be used by the application. # It defines the Plex libraries to manage, global settings,
libraries: # and connections to external services like TMDb, Trakt, etc.
Movies:
schedule_overlays: weekly(monday|wednesday|friday|sunday) # The 'libraries' section defines the Plex libraries that Kometa will manage.
template_variables: # Each library has its own set of collections, overlays, and operations.
use_separator: false libraries:
metadata_files: # Configuration for the 'Movies' library in Plex.
- folder: config/metadata_folders Movies:
collection_files: # Schedule for when to apply overlays to movie posters.
- folder: config/movies # This runs on Monday, Wednesday, Friday, and Sunday.
- default: content_rating_au schedule_overlays: weekly(monday|wednesday|friday|sunday)
- default: continent # Template variables are used to pass values to templates.
template_variables: template_variables:
include: use_separator: false
- Oceania # Specifies metadata files to apply to the library.
- default: franchise metadata_files:
template_variables: - folder: config/metadata_folders
title_override: # A list of collection files to be processed for this library.
33514: The Twilight Saga # These files define the logic for creating collections in Plex.
9743: Hannibal Lecter collection_files:
489724: Trolls - folder: config/movies # Custom collection files
# - default: genre - default: content_rating_au # Default collection for Australian content ratings
- default: letterboxd - default: continent # Default collection for continents
schedule: monthly(17) template_variables:
template_variables: include:
use_imdb_top_250: true - Oceania
use_oscars: true - default: franchise # Default collection for movie franchises
use_cannes: true template_variables:
visible_library_top_250: true title_override: # Override titles for specific franchises
visible_home_top_250: true 33514: The Twilight Saga
visible_shared_top_250: true 9743: Hannibal Lecter
- default: other_chart 489724: Trolls
template_variables: - default: letterboxd # Collections based on Letterboxd data
use_anidb: false schedule: monthly(17)
use_stevenlu: false template_variables:
use_pirated: false use_imdb_top_250: true
visible_library_commonsense: true use_oscars: true
visible_home_commonsense: true use_cannes: true
visible_shared_commonsense: true visible_library_top_250: true
- default: razzie visible_home_top_250: true
- default: seasonal visible_shared_top_250: true
template_variables: - default: other_chart # Collections from other movie charts
trakt_list_christmas: https://trakt.tv/users/k0meta/lists/christmas-extravaganza-non-tv-movie template_variables:
schedule_christmas: range(11/01-12/26) use_anidb: false
use_patrick: false use_stevenlu: false
use_memorial: false use_pirated: false
schedule_father: range(09/01-09/07) visible_library_commonsense: true
use_independence: false visible_home_commonsense: true
use_labor: false visible_shared_commonsense: true
use_veteran: false - default: razzie # Collection for Razzie-winning movies
use_thanksgiving: false - default: seasonal # Collections for seasonal events (e.g., Christmas)
use_aapi: false template_variables:
- default: studio trakt_list_christmas: https://trakt.tv/users/k0meta/lists/christmas-extravaganza-non-tv-movie
template_variables: schedule_christmas: range(11/01-12/26)
include: use_patrick: false
- A24 use_memorial: false
- Blue Sky Studios schedule_father: range(09/01-09/07)
- DreamWorks Studios use_independence: false
- DreamWorks Pictures use_labor: false
- Pixar use_veteran: false
- Studio Ghibli use_thanksgiving: false
- Walt Disney Animation Studios use_aapi: false
- Walt Disney Pictures - default: studio # Collections for movie studios
- Walt Disney Productions template_variables:
- default: tautulli include:
- default: universe - A24
#- default: collectionless - Blue Sky Studios
overlay_files: - DreamWorks Studios
- default: commonsense - DreamWorks Pictures
- default: mediastinger - Pixar
- default: resolution - Studio Ghibli
template_variables: - Walt Disney Animation Studios
use_resolution: false - Walt Disney Pictures
use_edition: true - Walt Disney Productions
- default: ribbon - default: tautulli # Collections based on Tautulli data
settings: - default: universe # Collections for movie universes
asset_directory: # Defines overlay files to be applied to movie posters.
- config/assets/Movies/ overlay_files:
- config/assets/Collections/ - default: commonsense
prioritize_assets: false - default: mediastinger
operations: - default: resolution
- schedule: daily template_variables:
assets_for_all: true use_resolution: false
delete_collections: use_edition: true
configured: false - default: ribbon
metadata_backup: # Library-specific settings.
path: config/backups/Movies_Metadata_Backup.yml settings:
sync_tags: true asset_directory:
add_blank_entries: false - config/assets/Movies/
- schedule: Weekly (monday) - config/assets/Collections/
mass_user_rating_update: mdb_tomatoes prioritize_assets: false
- schedule: Weekly (tuesday) # Operations to be performed on the library.
mass_critic_rating_update: imdb operations:
- schedule: Weekly (wednesday) - schedule: daily
mass_audience_rating_update: tmdb assets_for_all: true
- schedule: yearly(01/01) delete_collections:
mass_genre_update: configured: false
- tmdb metadata_backup:
- imdb path: config/backups/Movies_Metadata_Backup.yml
- omdb sync_tags: true
- tvdb add_blank_entries: false
- schedule: Weekly (friday) - schedule: Weekly (monday)
mass_content_rating_update: mass_user_rating_update: mdb_tomatoes
- mdb_commonsense - schedule: Weekly (tuesday)
- omdb mass_critic_rating_update: imdb
- schedule: Weekly (saturday) - schedule: Weekly (wednesday)
mass_studio_update: mass_audience_rating_update: tmdb
- tmdb - schedule: yearly(01/01)
- tvdb mass_genre_update:
- omdb - tmdb
- schedule: Weekly (sunday) - imdb
mass_originally_avaliable_update: - omdb
- tmdb - tvdb
- tvdb - schedule: Weekly (friday)
- omdb mass_content_rating_update:
TV Shows: - mdb_commonsense
schedule_overlays: weekly(tuesday|thursday|saturday) - omdb
report_path: config/missing/TV_report.yml - schedule: Weekly (saturday)
template_variables: mass_studio_update:
use_separator: false - tmdb
library_name: TV Shows - tvdb
collection_files: - omdb
- folder: config/tvshows - schedule: Weekly (sunday)
# - default: based mass_originally_avaliable_update:
- default: content_rating_au - tmdb
- default: continent - tvdb
template_variables: - omdb
include:
- Oceania # Configuration for the 'TV Shows' library in Plex.
- default: franchise TV Shows:
#- default: genre schedule_overlays: weekly(tuesday|thursday|saturday)
- default: other_chart report_path: config/missing/TV_report.yml
template_variables: template_variables:
use_anidb: false use_separator: false
use_stevenlu: false library_name: TV Shows
use_pirated: false collection_files:
visible_library_commonsense: true - folder: config/tvshows
visible_home_commonsense: true - default: content_rating_au
visible_shared_commonsense: true - default: continent
- default: tautulli template_variables:
- default: universe include:
metadata_files: - Oceania
- folder: config/metadata_folders - default: franchise
overlay_files: - default: other_chart
- default: commonsense template_variables:
- default: status use_anidb: false
- default: ribbon use_stevenlu: false
settings: use_pirated: false
asset_directory: visible_library_commonsense: true
- config/assets/TV Shows/ visible_home_commonsense: true
- config/assets/Collections/ visible_shared_commonsense: true
prioritize_assets: true - default: tautulli
operations: - default: universe
- schedule: daily metadata_files:
assets_for_all: true - folder: config/metadata_folders
delete_collections: overlay_files:
configured: false - default: commonsense
metadata_backup: - default: status
path: config/backups/TVShows_Metadata_Backup.yml - default: ribbon
sync_tags: true settings:
add_blank_entries: false asset_directory:
- schedule: Weekly (monday) - config/assets/TV Shows/
mass_user_rating_update: mdb_tomatoes - config/assets/Collections/
- schedule: Weekly (tuesday) prioritize_assets: true
mass_critic_rating_update: imdb operations:
- schedule: Weekly (wednesday) - schedule: daily
mass_audience_rating_update: tmdb assets_for_all: true
- schedule: yearly (01/01) delete_collections:
mass_genre_update: configured: false
- tmdb metadata_backup:
- imdb path: config/backups/TVShows_Metadata_Backup.yml
- omdb sync_tags: true
- tvdb add_blank_entries: false
- schedule: Weekly (friday) - schedule: Weekly (monday)
mass_content_rating_update: mass_user_rating_update: mdb_tomatoes
- mdb_commonsense - schedule: Weekly (tuesday)
- omdb mass_critic_rating_update: imdb
- schedule: Weekly (saturday) - schedule: Weekly (wednesday)
mass_studio_update: mass_audience_rating_update: tmdb
- tmdb - schedule: yearly (01/01)
- tvdb mass_genre_update:
- omdb - tmdb
- schedule: Weekly (sunday) - imdb
mass_originally_avaliable_update: - omdb
- tmdb - tvdb
- tvdb - schedule: Weekly (friday)
- omdb mass_content_rating_update:
Music: - mdb_commonsense
schedule: weekly (sunday) - omdb
library_name: Music - schedule: Weekly (saturday)
collection_files: mass_studio_update:
- folder: config/music - tmdb
settings: - tvdb
asset_directory: config/assets/Music - omdb
playlist_files: - schedule: Weekly (sunday)
- default: playlist mass_originally_avaliable_update:
template_variables: - tmdb
libraries: Movies, TV Shows - tvdb
#- folder: config/playlists - omdb
settings:
cache: true # Configuration for the 'Music' library in Plex.
cache_expiration: 2048 Music:
asset_directory: config/assets schedule: weekly (sunday)
report_path: config/missing library_name: Music
asset_folders: true collection_files:
asset_depth: 1 - folder: config/music
create_asset_folders: true settings:
prioritize_assets: false asset_directory: config/assets/Music
dimensional_asset_rename: true
download_url_assets: true # Defines playlist files to be processed.
show_missing_season_assets: false playlist_files:
show_missing_episode_assets: false - default: playlist
show_asset_not_needed: false template_variables:
sync_mode: sync libraries: Movies, TV Shows
minimum_items: 1
default_collection_order: # Global settings for Kometa.
delete_below_minimum: true settings:
delete_not_scheduled: true cache: true
run_again_delay: 2 cache_expiration: 2048
missing_only_released: true asset_directory: config/assets
only_filter_missing: false report_path: config/missing
show_unmanaged: true asset_folders: true
show_unconfigured: true asset_depth: 1
show_filtered: false create_asset_folders: true
show_options: false prioritize_assets: false
show_missing: false dimensional_asset_rename: true
show_missing_assets: false download_url_assets: true
save_report: false show_missing_season_assets: false
tvdb_language: eng show_missing_episode_assets: false
ignore_ids: show_asset_not_needed: false
ignore_imdb_ids: sync_mode: sync
item_refresh_delay: 0 minimum_items: 1
playlist_sync_to_user: all default_collection_order:
playlist_exclude_users: delete_below_minimum: true
playlist_report: false delete_not_scheduled: true
verify_ssl: false run_again_delay: 2
custom_repo: missing_only_released: true
check_nightly: true only_filter_missing: false
run_order: show_unmanaged: true
- operations show_unconfigured: true
- metadata show_filtered: false
- collections show_options: false
- overlays show_missing: false
overlay_artwork_filetype: jpg show_missing_assets: false
overlay_artwork_quality: save_report: false
show_unfiltered: false tvdb_language: eng
webhooks: ignore_ids:
error: notifiarr ignore_imdb_ids:
version: notifiarr item_refresh_delay: 0
run_start: notifiarr playlist_sync_to_user: all
run_end: notifiarr playlist_exclude_users:
changes: notifiarr playlist_report: false
delete: verify_ssl: false
plex: custom_repo:
url: http://localhost:32400 check_nightly: true
token: [REDACTED] run_order:
timeout: 600 - operations
clean_bundles: false - metadata
empty_trash: false - collections
optimize: false - overlays
db_cache: overlay_artwork_filetype: jpg
tmdb: overlay_artwork_quality:
apikey: [REDACTED] show_unfiltered: false
language: en
cache_expiration: 600 # Webhook settings for sending notifications.
region: webhooks:
tautulli: error: notifiarr
url: http://localhost:1818 version: notifiarr
apikey: [REDACTED] run_start: notifiarr
omdb: run_end: notifiarr
apikey: [REDACTED] changes: notifiarr
cache_expiration: 600 delete:
mdblist:
apikey: [REDACTED] # Plex connection settings.
cache_expiration: 600 plex:
notifiarr: url: http://localhost:32400
apikey: [REDACTED] token: [REDACTED] # Your Plex token
radarr: timeout: 600
url: http://localhost:7878 clean_bundles: false
token: [REDACTED] empty_trash: false
add_missing: false optimize: false
add_existing: false db_cache:
root_folder_path: Z:\data\media\movies
monitor: true # TMDb (The Movie Database) API settings.
availability: announced tmdb:
quality_profile: HD Bluray + Web apikey: [REDACTED] # Your TMDb API key
tag: language: en
search: false cache_expiration: 600
radarr_path: region:
plex_path:
upgrade_existing: false # Tautulli connection settings.
ignore_cache: false tautulli:
sonarr: url: http://localhost:1818
url: http://localhost:8989 apikey: [REDACTED] # Your Tautulli API key
token: [REDACTED]
add_missing: false # OMDb (Open Movie Database) API settings.
add_existing: false omdb:
root_folder_path: Z:\data\media\tv apikey: [REDACTED] # Your OMDb API key
monitor: all cache_expiration: 600
quality_profile: WEB-1080p
language_profile: English # MDbList connection settings.
series_type: standard mdblist:
season_folder: true apikey: [REDACTED] # Your MDbList API key
tag: cache_expiration: 600
search: false
cutoff_search: false # Notifiarr connection settings.
sonarr_path: notifiarr:
plex_path: apikey: [REDACTED] # Your Notifiarr API key
upgrade_existing: false
ignore_cache: false # Radarr connection settings.
trakt: radarr:
client_id: [REDACTED] url: http://localhost:7878
client_secret: [REDACTED] token: [REDACTED] # Your Radarr API token
pin: add_missing: false
authorization: add_existing: false
access_token: [REDACTED] root_folder_path: Z:\data\media\movies
token_type: [REDACTED] monitor: true
expires_in: [REDACTED] availability: announced
refresh_token: [REDACTED] quality_profile: HD Bluray + Web
scope: [REDACTED] tag:
created_at: [REDACTED] search: false
radarr_path:
plex_path:
upgrade_existing: false
ignore_cache: false
# Sonarr connection settings.
sonarr:
url: http://localhost:8989
token: [REDACTED] # Your Sonarr API token
add_missing: false
add_existing: false
root_folder_path: Z:\data\media\tv
monitor: all
quality_profile: WEB-1080p
language_profile: English
series_type: standard
season_folder: true
tag:
search: false
cutoff_search: false
sonarr_path:
plex_path:
upgrade_existing: false
ignore_cache: false
# Trakt connection settings.
trakt:
client_id: [REDACTED] # Your Trakt client ID
client_secret: [REDACTED] # Your Trakt client secret
pin:
authorization:
access_token: [REDACTED]
token_type: [REDACTED]
expires_in: [REDACTED]
refresh_token: [REDACTED]
scope: [REDACTED]
created_at: [REDACTED]

View File

@@ -1,59 +1,71 @@
############################################################################## # This file defines collections based on critics' ratings and awards,
# Other Awards Collections # # primarily from Rotten Tomatoes. It uses Trakt lists to source the movies.
# Created by Yozora, Bullmoose20, & Sohjiro # # Credits: Yozora, Bullmoose20, Sohjiro, maxwelldeux, WhoDat104
# Credit to maxwelldeux for the Trakt Lists #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # External templates are used to avoid repetition.
# https://metamanager.wiki/en/latest/defaults/award/other.html # # 'pmm: templates' likely refers to a set of predefined templates.
############################################################################## external_templates:
pmm: templates
external_templates: template_variables:
pmm: templates # This variable is used to control the sorting of collections.
template_variables: collection_section: 130
collection_section: 130
# Template for creating Rotten Tomatoes "Best of" collections.
templates:
templates: Rotten Tomatoes:
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>> trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-<<key>>
sync_mode: sync # 'sync' mode ensures that the Plex collection matches the Trakt list.
collection_mode: default sync_mode: sync
collection_order: custom collection_mode: default
sort_title: "!130_Rotten Tomatoes Best of <<key>>" collection_order: custom
schedule: monthly(01) # The sort title is prefixed to control the order of collections in Plex.
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatoes/main/Rotten%20Tomatoes%20Best%20of%20<<key>>.jpg sort_title: "!130_Rotten Tomatoes Best of <<key>>"
collections: # Schedule for when to update the collection.
Rotten Tomatoes Best All-Time: schedule: monthly(01)
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-top-100-movies-of-all-time url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatoes/main/Rotten%20Tomatoes%20Best%20of%20<<key>>.jpg
sync_mode: sync
collection_mode: default # Static collections based on specific Rotten Tomatoes lists.
collection_order: custom collections:
sort_title: "!130_Rotten !1" Rotten Tomatoes Best All-Time:
schedule: monthly(10) trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-top-100-movies-of-all-time
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatoes/main/Rotten%20Tomatoes%20Best%20All-Time.jpg sync_mode: sync
Rotten Tomatoes Best Horror: collection_mode: default
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-horror-movies-of-all-time collection_order: custom
sync_mode: sync sort_title: "!130_Rotten !1"
collection_mode: default schedule: monthly(10)
collection_order: custom url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatoes/main/Rotten%20Tomatoes%20Best%20All-Time.jpg
sort_title: "!130_Rotten !2"
schedule: monthly(10) Rotten Tomatoes Best Horror:
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatoes/main/Rotten%20Tomatoes%20Best%20Horror.jpg trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-horror-movies-of-all-time
Rotten Tomatoes Best Rom Com: sync_mode: sync
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-the-200-best-romantic-comedies-of-all-time collection_mode: default
sync_mode: sync collection_order: custom
collection_mode: default sort_title: "!130_Rotten !2"
collection_order: custom schedule: monthly(10)
sort_title: "!130_Rotten !3" url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatoes/main/Rotten%20Tomatoes%20Best%20Horror.jpg
schedule: monthly(10)
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatoes/main/Rotten%20Tomatoes%20Best%20Rom%20Com.jpg Rotten Tomatoes Best Rom Com:
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-the-200-best-romantic-comedies-of-all-time
dynamic_collections: sync_mode: sync
Rotten Tomatoes Best of: collection_mode: default
type: number collection_order: custom
sync: true sort_title: "!130_Rotten !3"
data: schedule: monthly(10)
starting: current_year-2 url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatoes/main/Rotten%20Tomatoes%20Best%20Rom%20Com.jpg
ending: current_year-1
title_format: Rotten Tomatoes Best of <<key_name>> # Dynamic collections are created based on a range of values.
template: # In this case, it creates "Best of" collections for recent years.
- Rotten Tomatoes 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 delete_not_scheduled: false
limit: 250 limit: 250
#sort_title: "+130_<<collection_name>>" #sort_title: "+130_<<collection_name>>"
sync_mode: sync #sync_mode: sync
visible_home: false visible_home: false
visible_library: false visible_library: false
visible_shared: false visible_shared: false
@@ -1249,8 +1249,6 @@ collections:
template: { template: {
keyword: "samurai,sword-fight", keyword: "samurai,sword-fight",
language: "en", 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", letterboxd_list: "theme-samurai",
name: sub_genre, name: sub_genre,
rating.gte: 2, rating.gte: 2,
@@ -1381,7 +1379,7 @@ collections:
schedule: weekly(saturday) schedule: weekly(saturday)
#summary: "Top rated movies in Stop-Motion" #summary: "Top rated movies in Stop-Motion"
template: { template: {
keyword: "stop-motion", keyword: "stop-motion-animation",
language: "en", language: "en",
letterboxd_list_details_url_1: "https://letterboxd.com/savage_/list/stop-motion/by/rating/", letterboxd_list_details_url_1: "https://letterboxd.com/savage_/list/stop-motion/by/rating/",
letterboxd_list_details_limit_1: 250, letterboxd_list_details_limit_1: 250,
@@ -1392,7 +1390,7 @@ collections:
votes.gte: 100 votes.gte: 100
} }
Superhero": Superhero:
#summary: "Top rated movies in Superhero" #summary: "Top rated movies in Superhero"
#url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_superhero.png #url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/assets/_subgenre_top/subgenre_top_superhero.png
schedule: weekly(saturday) schedule: weekly(saturday)

View File

@@ -1,43 +1,55 @@
############################ # This file defines collections based on various topics.
# Topics # # Like the subgenre file, these are not meant to be visible collections,
############################ # but rather a way to tag movies with a specific topic.
templates: # This is achieved by using 'build_collection: false' and 'item_genre: <<collection_name>>'.
Collection:
optional: templates:
- poster # A generic template for creating topic-based collections.
#url_poster: <<poster>> Collection:
collection_order: audience_rating.desc optional:
sort_title: "!060_<<collection_name>>" - poster
schedule: monthly(29) collection_order: audience_rating.desc
item_genre: <<collection_name>> sort_title: "!060_<<collection_name>>"
build_collection: false 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.
collections: item_genre: <<collection_name>>
Football: build_collection: false
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Football.jpg}
imdb_list: https://www.imdb.com/list/ls567409329/ collections:
Inspirational: # Each of the following blocks defines a topic.
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Inspirational.jpg} # The 'template' key is used to call the 'Collection' template.
imdb_list: https://www.imdb.com/list/ls567409348/ # The movies are sourced from IMDb and Trakt lists.
trakt_list: https://trakt.tv/users/rizreflects/lists/inspiring Football:
Natural Disaster: template: {name: Collection}
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Natural%20Disaster.jpg} imdb_list: https://www.imdb.com/list/ls567409329/
imdb_list: https://www.imdb.com/list/ls567402383/
Spy: Inspirational:
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Spy.jpg} template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls567409179 imdb_list: https://www.imdb.com/list/ls567409348/
Stand-up Comedy: trakt_list: https://trakt.tv/users/rizreflects/lists/inspiring
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Stand-Up%20Comedy.jpg}
imdb_list: Natural Disaster:
- https://www.imdb.com/list/ls567409881/ template: {name: Collection}
imdb_search: imdb_list: https://www.imdb.com/list/ls567402383/
votes.gte: 100
keyword: stand-up comedy Spy:
collection_order: release.desc template: {name: Collection}
Unexpectedly Amazing: imdb_list: https://www.imdb.com/list/ls567409179
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/ Stand-up Comedy:
Witch: template: {name: Collection}
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Witch.jpg} imdb_list:
imdb_list: https://www.imdb.com/list/ls567408343/ - 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 # # Movie Watchlist #
####################################### #######################################
# filepath: c:\Users\laura\Kometa\config\movies\movies_watchlist.yml # filepath: c:\Users\laura\Kometa\config\movies\movies_watchlist.yml
templates: templates:
Watchlist: Watchlist:
sync_mode: sync sync_mode: sync
collection_order: custom collection_order: custom
sort_title: "!0001_<<collection_name>>" sort_title: "!0001_<<collection_name>>"
collection_mode: show collection_mode: show
visible_home: true visible_library: true
visible_home: true
collections:
Top Family Movie Picks: collections:
template: Watchlist Top Family Movie Picks:
trakt_list: https://trakt.tv/users/fuschaitea/lists/top-family-movie-picks template: Watchlist
trakt_list: https://trakt.tv/users/fuschaitea/lists/top-family-movie-picks
Laura's Watchlist:
template: Watchlist Laura's Watchlist:
plex_watchlist: critic_rating.desc template: Watchlist
plex_watchlist: critic_rating.desc
Watch with Britty:
template: Watchlist Watch with Britty:
trakt_list: https://trakt.tv/users/fuschaitea/lists/movies-to-watch-with-britty template: Watchlist
trakt_list: https://trakt.tv/users/fuschaitea/lists/movies-to-watch-with-britty
Recommendations for Mum:
trakt_list: Recommendations for Mum:
- https://trakt.tv/users/fuschaitea/lists/recommendations-for-mum-movies-couchmoney-tv trakt_list:
- https://trakt.tv/users/fuschaitea/lists/recommendations-for-mum-tv-shows-couchmoney-tv - https://trakt.tv/users/fuschaitea/lists/recommendations-for-mum-movies-couchmoney-tv
- https://trakt.tv/users/fuschaitea/lists/recommendations-for-mum - https://trakt.tv/users/fuschaitea/lists/recommendations-for-mum-tv-shows-couchmoney-tv
sync_mode: sync - https://trakt.tv/users/fuschaitea/lists/recommendations-for-mum
collection_order: custom sync_mode: sync
collection_mode: show collection_order: custom
sort_title: "!0001_<<collection_name>>" collection_mode: show
visible_home: range(01/01-12/31) sort_title: "!0001_<<collection_name>>"
visible_shared: range(01/01-12/31) visible_home: range(01/01-12/31)
visible_shared: range(01/01-12/31)
🍿 What Movie Should I Watch?:
smart_filter: 🍿 What Movie Should I Watch?:
sort_by: random smart_filter:
all: sort_by: random
unplayed: true all:
release: 3650 unplayed: true
limit: 5 release: 3650
url_poster: https://i.imgur.com/OMrEyGg.jpeg limit: 5
collection_mode: hide url_poster: https://i.imgur.com/OMrEyGg.jpeg
sort_title: "+1_1_next" collection_mode: hide
visible_library: true sort_title: "+1_1_next"
visible_home: true visible_library: true
schedule: weekly(wednesday) visible_home: true
schedule: weekly(wednesday)
Julia Donaldson:
smart_filter: Julia Donaldson:
sort_by: title.asc smart_filter:
all: sort_by: title.asc
writer: tmdb all:
tmdb_person: 592851 writer: tmdb
tmdb_person: 592851
visible_home: true
visible_shared: true
visible_library: true

File diff suppressed because it is too large Load Diff

View File

@@ -1,425 +1,360 @@
############################################################################## # This file defines collections for music from different continents.
# Continent Collections # # It uses a dynamic collection to create a collection for each continent,
# Created by Adam Pope, bartolomesorianol, Bullmoose20 & Sohjiro # # and then groups countries under each continent.
# Artwork Credit to Duhniel, Bullmoose20, and Wiki Commons #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # External templates are used to avoid repetition.
# https://metamanager.wiki/en/latest/defaults/movie/continent.html # external_templates:
############################################################################## file: config/templates/musictemplates.yml
template_variables:
external_templates: collection_section: "001"
file: config/templates/musictemplates.yml
template_variables: # Template for creating smart filters.
collection_section: "001" templates:
templates: smart_filters:
smart_filters: default:
default: sort_by: plays.desc
sort_by: plays.desc sort_by_<<key>>: <<sort_by>>
sort_by_<<key>>: <<sort_by>> limit_<<key>>: <<limit>>
limit_<<key>>: <<limit>> search_value: <<value>>
search_value: <<value>> optional:
optional: - search_term2
- search_term2 - search_value2
- search_value2 - limit
- limit - type
- type smart_filter:
smart_filter: sort_by: <<sort_by_<<key>>>>
sort_by: <<sort_by_<<key>>>> limit: <<limit_<<key>>>>
limit: <<limit_<<key>>>> type: <<type>>
type: <<type>> any:
any: <<search_term>>: <<search_value>>
<<search_term>>: <<search_value>> <<search_term2>>: <<search_value2>>
<<search_term2>>: <<search_value2>>
collections:
collections: # This creates a separator in Plex to group the continent collections.
Continent Collections: Continent Collections:
template: template:
- name: separator - name: separator
separator: continent separator: continent
key_name: Continent key_name: Continent
translation_key: separator translation_key: separator
dynamic_collections: # This dynamic collection creates a collection for each continent.
Continent: dynamic_collections:
type: country Continent:
title_format: <<key_name>> type: country
other_name: Other Continents title_format: <<key_name>>
template: other_name: Other Continents
- smart_filters template:
- shared - smart_filters
other_template: - shared
- other_collection other_template:
- smart_filters - other_collection
- shared - smart_filters
template_variables: - shared
search_term: template_variables:
default: artist_country search_term:
image: default: artist_country
default: country/<<style>>/<<original_key_name_encoded>> image:
style: default: country/<<style>>/<<original_key_name_encoded>>
default: white style:
translation_key: default: white
default: country translation_key:
other: country_other default: country
dynamic: other: country_other
default: true dynamic:
default: true
include:
- Africa # The list of continents to create collections for.
- Americas include:
- Antarctica - Africa
- Asia - Americas
- Europe - Antarctica
- Oceania - Asia
- Europe
addons: - Oceania
Africa:
# Northern Africa: # The 'addons' section maps countries to continents.
- Algeria addons:
- Egypt Africa:
- Libya # Northern Africa:
- Morocco - Algeria
- Sudan - Egypt
- Tunisia - Libya
- Western Sahara - Morocco
# Eastern Africa: - Sudan
- British Indian Ocean Territory - Tunisia
- Burundi - Western Sahara
- Comoros # ... and so on for all other continents and countries.
- Djibouti Americas:
- Eritrea # Caribbean:
- Ethiopia - Anguilla
- French Southern Territories - Antigua and Barbuda
- Kenya - Antigua # Antigua and Barbuda
- Madagascar - Barbuda # Antigua and Barbuda
- Malawi - Aruba
- Mauritius - Bahamas
- Mayotte - Barbados
- Mozambique - Bonaire, Sint Eustatius and Saba
- Réunion - Bonaire # Bonaire, Sint Eustatius and Saba
- Rwanda - Sint Eustatius # Bonaire, Sint Eustatius and Saba
- Seychelles - Saba # Bonaire, Sint Eustatius and Saba
- Somalia - Netherlands Antilles
- South Sudan - British Virgin Islands
- Uganda - Cayman Islands
- Tanzania - Cuba
- United Republic of Tanzania # Tanzania - Curaçao
- Zambia - Dominica
- Zimbabwe - Dominican Republic
# Central Africa: - Grenada
- Angola - Guadeloupe
- Cameroon - Haiti
- Central African Republic - Jamaica
- Chad - Martinique
- Republic of the Congo - Montserrat
- Congo # Republic of the Congo - Puerto Rico
- Democratic Republic of the Congo - Saint Barthélemy
- Zaire # Democratic Republic of the Congo - Saint Kitts and Nevis
- Equatorial Guinea - St. Kitts and Nevis # Saint Kitts and Nevis
- Gabon - Saint Lucia
- São Tomé and Príncipe - St. Lucia # Saint Lucia
- Sao Tome and Principe # São Tomé and Príncipe - Saint Martin
# Southern Africa: - Saint Vincent and the Grenadines
- Botswana - Saint Vincent and Grenadines # Saint Vincent and the Grenadines
- Eswatini - St. Vincent and the Grenadines # Saint Vincent and the Grenadines
- Swaziland # Eswatini - St. Vincent and Grenadines # Saint Vincent and the Grenadines
- Lesotho - Sint Maarten
- Namibia - Trinidad and Tobago
- South Africa - Turks and Caicos Islands
# Western Africa: - US Virgin Islands
- Benin - U.S. Virgin Islands # US Virgin Islands
- Burkina Faso - United States Virgin Islands # US Virgin Islands
- Cape Verde # Central America:
- Cabo Verde # Cape Verde - Belize
- Côte d'Ivoire - Costa Rica
- Côte dIvoire # Côte d'Ivoire - El Salvador
- Ivory Coast # Côte d'Ivoire - Guatemala
- Gambia - Honduras
- Ghana - Mexico
- Guinea - Nicaragua
- Guinea-Bissau - Panama
- Liberia # South America:
- Mali - Argentina
- Mauritania - Bolivia
- Niger - Plurinational State of Bolivia # Bolivia
- Nigeria - Bouvet Island
- Saint Helena, Ascension and Tristan da Cunha - Brazil
- Saint Helena # Saint Helena, Ascension and Tristan da Cunha - Chile
- St. Helena # Saint Helena, Ascension and Tristan da Cunha - Colombia
- Ascension # Saint Helena, Ascension and Tristan da Cunha - Ecuador
- Tristan da Cunha # Saint Helena, Ascension and Tristan da Cunha - Falkland Islands
- Senegal - Malvinas # Falkland Islands
- Sierra Leone - French Guiana
- Togo - Guyana
Americas: - Paraguay
# Caribbean: - Peru
- Anguilla - South Georgia and the South Sandwich Islands
- Antigua and Barbuda - South Georgia and South Sandwich Islands # South Georgia and the South Sandwich Islands
- Antigua # Antigua and Barbuda - South Georgia # South Georgia and the South Sandwich Islands
- Barbuda # Antigua and Barbuda - South Sandwich Islands # South Georgia and the South Sandwich Islands
- Aruba - Suriname
- Bahamas - Uruguay
- Barbados - Venezuela
- Bonaire, Sint Eustatius and Saba - Bolivarian Republic of Venezuela # Venezuela
- Bonaire # Bonaire, Sint Eustatius and Saba # North America:
- Sint Eustatius # Bonaire, Sint Eustatius and Saba - Bermuda
- Saba # Bonaire, Sint Eustatius and Saba - Canada
- Netherlands Antilles - Greenland
- British Virgin Islands - Saint Pierre and Miquelon
- Cayman Islands - St. Pierre and Miquelon # Saint Pierre and Miquelon
- Cuba - United States
- Curaçao - United States of America # United States
- Dominica Asia:
- Dominican Republic # Central Asia:
- Grenada - Kazakhstan
- Guadeloupe - Kyrgyzstan
- Haiti - Tajikistan
- Jamaica - Turkmenistan
- Martinique - Uzbekistan
- Montserrat # Eastern Asia:
- Puerto Rico - China
- Saint Barthélemy - Hong Kong
- Saint Kitts and Nevis - Hong Kong SAR China # Hong Kong
- St. Kitts and Nevis # Saint Kitts and Nevis - Macao
- Saint Lucia - Macau # Macao
- St. Lucia # Saint Lucia - Macau SAR China # Macao
- Saint Martin - North Korea
- Saint Vincent and the Grenadines - Democratic People's Republic of Korea # North Korea
- Saint Vincent and Grenadines # Saint Vincent and the Grenadines - Japan
- St. Vincent and the Grenadines # Saint Vincent and the Grenadines - Mongolia
- St. Vincent and Grenadines # Saint Vincent and the Grenadines - South Korea
- Sint Maarten - Republic of Korea # South Korea
- Trinidad and Tobago - Korea # South Korea
- Turks and Caicos Islands - Taiwan
- US Virgin Islands - Taiwan, Province of China # Taiwan
- U.S. Virgin Islands # US Virgin Islands # South-Eastern Asia:
- United States Virgin Islands # US Virgin Islands - Brunei
# Central America: - Brunei Darussalam # Brunei
- Belize - Cambodia
- Costa Rica - Indonesia
- El Salvador - Laos
- Guatemala - Lao People's Democratic Republic # Laos
- Honduras - Lao # Laos
- Mexico - Malaysia
- Nicaragua - Myanmar
- Panama - Burma # Myanmar
# South America: - Philippines
- Argentina - Singapore
- Bolivia - Thailand
- Plurinational State of Bolivia # Bolivia - East Timor
- Bouvet Island - Timor-Leste # East Timor
- Brazil - Vietnam
- Chile - Viet Nam # Vietnam
- Colombia # Southern Asia:
- Ecuador - Afghanistan
- Falkland Islands - Bangladesh
- Malvinas # Falkland Islands - Bhutan
- French Guiana - India
- Guyana - Iran
- Paraguay - Islamic Republic of Iran # Iran
- Peru - Maldives
- South Georgia and the South Sandwich Islands - Nepal
- South Georgia and South Sandwich Islands # South Georgia and the South Sandwich Islands - Pakistan
- South Georgia # South Georgia and the South Sandwich Islands - Sri Lanka
- South Sandwich Islands # South Georgia and the South Sandwich Islands # Western Asia:
- Suriname - Armenia
- Uruguay - Azerbaijan
- Venezuela - Bahrain
- Bolivarian Republic of Venezuela # Venezuela - Cyprus
# North America: - Georgia
- Bermuda - Iraq
- Canada - Israel
- Greenland - Jordan
- Saint Pierre and Miquelon - Kuwait
- St. Pierre and Miquelon # Saint Pierre and Miquelon - Lebanon
- United States - Oman
- United States of America # United States - Qatar
Asia: - Saudi Arabia
# Central Asia: - Palestine
- Kazakhstan - State of Palestine # Palestine
- Kyrgyzstan - Syria
- Tajikistan - Syrian Arab Republic # Syria
- Turkmenistan - Turkey
- Uzbekistan - Türkiye # Turkey
# Eastern Asia: - United Arab Emirates
- China - Yemen
- Hong Kong Europe:
- Hong Kong SAR China # Hong Kong # Eastern Europe:
- Macao - Belarus
- Macau # Macao - Bulgaria
- Macau SAR China # Macao - Czech Republic
- North Korea - Czechia # Czech Republic
- Democratic People's Republic of Korea # North Korea - Czechoslovakia # Czech Republic
- Japan - Hungary
- Mongolia - Poland
- South Korea - Moldova
- Republic of Korea # South Korea - Republic of Moldova # Moldova
- Korea # South Korea - Romania
- Taiwan - Russia
- Taiwan, Province of China # Taiwan - Russian Federation # Russia
# South-Eastern Asia: - Soviet Union
- Brunei - Slovakia
- Brunei Darussalam # Brunei - Ukraine
- Cambodia # Northern Europe:
- Indonesia - Åland Islands
- Laos - Guernsey
- Lao People's Democratic Republic # Laos - Jersey
- Lao # Laos - Sark
- Malaysia - Denmark
- Myanmar - Estonia
- Burma # Myanmar - Faroe Islands
- Philippines - Finland
- Singapore - Iceland
- Thailand - Ireland
- East Timor - Northern Ireland
- Timor-Leste # East Timor - Isle of Man
- Vietnam - Latvia
- Viet Nam # Vietnam - Lithuania
# Southern Asia: - Norway
- Afghanistan - Svalbard and Jan Mayen Islands
- Bangladesh - Svalbard and Jan Mayen # Svalbard and Jan Mayen Islands
- Bhutan - Sweden
- India - United Kingdom
- Iran # Southern Europe:
- Islamic Republic of Iran # Iran - Albania
- Maldives - Andorra
- Nepal - Bosnia and Herzegovina
- Pakistan - Croatia
- Sri Lanka - Gibraltar
# Western Asia: - Greece
- Armenia - Kosovo
- Azerbaijan - Vatican City
- Bahrain - Holy See # Vatican City
- Cyprus - Italy
- Georgia - Malta
- Iraq - Montenegro
- Israel - North Macedonia
- Jordan - Macedonia # North Macedonia
- Kuwait - Republic of North Macedonia # North Macedonia
- Lebanon - Portugal
- Oman - San Marino
- Qatar - Serbia
- Saudi Arabia - Serbia and Montenegro
- Palestine - Slovenia
- State of Palestine # Palestine - Spain
- Syria - Yugoslavia
- Syrian Arab Republic # Syria # Western Europe:
- Turkey - Austria
- Türkiye # Turkey - Belgium
- United Arab Emirates - France
- Yemen - French Republic # France
Europe: - Germany
# Eastern Europe: - East Germany
- Belarus - Liechtenstein
- Bulgaria - Luxembourg
- Czech Republic - Monaco
- Czechia # Czech Republic - Netherlands
- Czechoslovakia # Czech Republic - Switzerland
- Hungary Oceania:
- Poland # Australia and New Zealand:
- Moldova - Australia
- Republic of Moldova # Moldova - Christmas Island
- Romania - Cocos (Keeling) Islands
- Russia - Heard Island and McDonald Islands
- Russian Federation # Russia - Heard and McDonald Islands # Heard Island and McDonald Islands
- Soviet Union - New Zealand
- Slovakia - Norfolk Island
- Ukraine # Melanesia:
# Northern Europe: - Fiji
- Åland Islands - New Caledonia
- Guernsey - Papua New Guinea
- Jersey - New Guinea # Papua New Guinea
- Sark - Solomon Islands
- Denmark - Vanuatu
- Estonia # Micronesia:
- Faroe Islands - Guam
- Finland - Kiribati
- Iceland - Marshall Islands
- Ireland - Micronesia
- Northern Ireland - Federated States of Micronesia # Micronesia
- Isle of Man - Nauru
- Latvia - Northern Mariana Islands
- Lithuania - Palau
- Norway - US Minor Outlying Islands
- Svalbard and Jan Mayen Islands - United States Minor Outlying Islands # US Minor Outlying Islands
- Svalbard and Jan Mayen # Svalbard and Jan Mayen Islands - United States Outlying Islands # US Minor Outlying Islands
- Sweden - U.S. Minor Outlying Islands # US Minor Outlying Islands
- United Kingdom - U.S. Outlying Islands # US Minor Outlying Islands
# Southern Europe: - US Outlying Islands # US Minor Outlying Islands
- Albania # Polynesia:
- Andorra - American Samoa
- Bosnia and Herzegovina - Cook Islands
- Croatia - French Polynesia
- Gibraltar - Niue
- Greece - Pitcairn
- Kosovo - Pitcairn Islands # Pitcairn
- Vatican City - Samoa
- Holy See # Vatican City - Tokelau
- Italy - Tonga
- Malta - Tuvalu
- Montenegro - Wallis and Futuna Islands
- North Macedonia - Wallis and Futuna # Wallis and Futuna Islands
- Macedonia # North Macedonia
- Republic of North Macedonia # North Macedonia
- Portugal
- San Marino
- Serbia
- Serbia and Montenegro
- Slovenia
- Spain
- Yugoslavia
# Western Europe:
- Austria
- Belgium
- France
- French Republic # France
- Germany
- East Germany
- Liechtenstein
- Luxembourg
- Monaco
- Netherlands
- Switzerland
Oceania:
# Australia and New Zealand:
- Australia
- Christmas Island
- Cocos (Keeling) Islands
- Heard Island and McDonald Islands
- Heard and McDonald Islands # Heard Island and McDonald Islands
- New Zealand
- Norfolk Island
# Melanesia:
- Fiji
- New Caledonia
- Papua New Guinea
- New Guinea # Papua New Guinea
- Solomon Islands
- Vanuatu
# Micronesia:
- Guam
- Kiribati
- Marshall Islands
- Micronesia
- Federated States of Micronesia # Micronesia
- Nauru
- Northern Mariana Islands
- Palau
- US Minor Outlying Islands
- United States Minor Outlying Islands # US Minor Outlying Islands
- United States Outlying Islands # US Minor Outlying Islands
- U.S. Minor Outlying Islands # US Minor Outlying Islands
- U.S. Outlying Islands # US Minor Outlying Islands
- US Outlying Islands # US Minor Outlying Islands
# Polynesia:
- American Samoa
- Cook Islands
- French Polynesia
- Niue
- Pitcairn
- Pitcairn Islands # Pitcairn
- Samoa
- Tokelau
- Tonga
- Tuvalu
- Wallis and Futuna Islands
- Wallis and Futuna # Wallis and Futuna Islands

View File

@@ -1,23 +1,35 @@
external_templates: # This file defines a template for creating collections of tracks based on their "mood" tag.
file: config/templates/musictemplates.yml # The dynamic collection that would use this template is commented out,
template_variables: # so this file doesn't create any collections in its current state.
collection_section: "004"
external_templates:
templates: file: config/templates/musictemplates.yml
track mood collection: template_variables:
builder_level: track collection_section: "004"
smart_filter:
limit: 100 templates:
minimum_items: 100 # This template creates a collection of tracks based on a mood.
delete_below_minimum: true track mood collection:
sort_by: plays.desc # This ensures that the collections are built based on individual tracks.
all: builder_level: track
track_mood: <<value>> smart_filter:
limit: 100
#dynamic_collections: minimum_items: 100
# Track Moods: delete_below_minimum: true
# type: track_mood sort_by: plays.desc
# title_format: Top 100 <<key_name>> Tracks all:
# template: track_mood: <<value>>
# - track mood collection
# - shared collections: {} #placeholder
# The following dynamic collection is commented out. If it were active, it would
# create a collection for each mood tag found in the library, containing the
# top 100 tracks with that mood.
#
# dynamic_collections:
# Track Moods:
# type: track_mood
# title_format: Top 100 <<key_name>> Tracks
# template:
# - track mood collection
# - shared

View File

@@ -1,260 +1,274 @@
templates: # This file contains a set of reusable templates for creating collections in Kometa.
separator: # These templates are referenced in other configuration files to avoid repetition
default: # and to ensure consistency across collections.
key: separator
sep_style: orig templates:
collection_section: "00" # Template for creating a separator in the Plex library.
url_poster_<<key>>: https://raw.githubusercontent.com/ladywhiskers/Posters/main/separators/<<sep_style>>/<<separator>>.jpg # Separators are empty collections used to visually group other collections.
sort_prefix: "!" separator:
sort_title: <<sort_prefix>><<collection_section>>_!<<title>> default:
optional: key: separator
- use_separator sep_style: orig
- collection_mode collection_section: "00"
- placeholder_tmdb_movie url_poster_<<key>>: https://raw.githubusercontent.com/ladywhiskers/Posters/main/separators/<<sep_style>>/<<separator>>.jpg
- placeholder_tvdb_show sort_prefix: "!"
- placeholder_imdb_id sort_title: <<sort_prefix>><<collection_section>>_!<<title>>
- summary_<<key>> optional:
- name_<<key>> - use_separator
- key_name - collection_mode
- translation_key - placeholder_tmdb_movie
conditionals: - placeholder_tvdb_show
use_blank: - placeholder_imdb_id
default: true - summary_<<key>>
conditions: - name_<<key>>
- placeholder_tmdb_movie.exists: true - key_name
value: false - translation_key
- placeholder_tvdb_show.exists: true conditionals:
value: false use_blank:
- placeholder_imdb_id.exists: true default: true
value: false conditions:
run_definition: <<use_separator>> - placeholder_tmdb_movie.exists: true
collection_mode: <<collection_mode>> value: false
sort_title: <<sort_title>> - placeholder_tvdb_show.exists: true
tmdb_movie: <<placeholder_tmdb_movie>> value: false
tvdb_show: <<placeholder_tvdb_show>> - placeholder_imdb_id.exists: true
imdb_id: <<placeholder_imdb_id>> value: false
blank_collection: <<use_blank>> run_definition: <<use_separator>>
url_poster: <<url_poster_<<key>>>> collection_mode: <<collection_mode>>
translation_key: <<translation_key>> sort_title: <<sort_title>>
key_name: <<key_name>> tmdb_movie: <<placeholder_tmdb_movie>>
summary: <<summary_<<key>>>> tvdb_show: <<placeholder_tvdb_show>>
name: <<name_<<key>>>> imdb_id: <<placeholder_imdb_id>>
blank_collection: <<use_blank>>
shared: url_poster: <<url_poster_<<key>>>>
conditionals: translation_key: <<translation_key>>
name_<<key>>: key_name: <<key_name>>
conditions: summary: <<summary_<<key>>>>
- dynamic: true name: <<name_<<key>>>>
<<translation_key>>_name.exists: true
value: <<<<translation_key>>_name>> # Template for shared settings that are common to many collections.
- dynamic: true shared:
key.not: other conditionals:
value: <<name_format>> name_<<key>>:
summary_<<key>>: conditions:
conditions: - dynamic: true
- dynamic: true <<translation_key>>_name.exists: true
<<translation_key>>_summary.exists: true value: <<<<translation_key>>_name>>
value: <<<<translation_key>>_summary>> - dynamic: true
- dynamic: true key.not: other
key.not: other value: <<name_format>>
value: <<summary_format>> summary_<<key>>:
url_poster_<<key>>: conditions:
conditions: - dynamic: true
- file_poster_<<key>>.exists: false <<translation_key>>_summary.exists: true
file_poster.exists: false value: <<<<translation_key>>_summary>>
value: https://raw.githubusercontent.com/ladywhiskers/Posters/main/<<image>>.jpg - dynamic: true
default: key.not: other
collection_section: "00" value: <<summary_format>>
key: <<mapping_name>> url_poster_<<key>>:
pre: "_" conditions:
order: "" - file_poster_<<key>>.exists: false
order_<<key>>: <<order>> file_poster.exists: false
sort_prefix: "!" value: https://raw.githubusercontent.com/ladywhiskers/Posters/main/<<image>>.jpg
sort_title: <<sort_prefix>><<collection_section>><<pre>><<order_<<key>>>><<title>> default:
item_radarr_tag_<<key>>: <<item_radarr_tag>> collection_section: "00"
item_sonarr_tag_<<key>>: <<item_sonarr_tag>> key: <<mapping_name>>
url_poster: https://raw.githubusercontent.com/ladywhiskers/Posters/main/<<image>>.jpg pre: "_"
url_poster_<<key>>: <<url_poster>> order: ""
file_poster_<<key>>: <<file_poster>> order_<<key>>: <<order>>
url_background_<<key>>: <<url_background>> sort_prefix: "!"
file_background_<<key>>: <<file_background>> sort_title: <<sort_prefix>><<collection_section>><<pre>><<order_<<key>>>><<title>>
visible_library_<<key>>: <<visible_library>> item_radarr_tag_<<key>>: <<item_radarr_tag>>
visible_home_<<key>>: <<visible_home>> item_sonarr_tag_<<key>>: <<item_sonarr_tag>>
visible_shared_<<key>>: <<visible_shared>> url_poster: https://raw.githubusercontent.com/ladywhiskers/Posters/main/<<image>>.jpg
minimum_items_<<key>>: <<minimum_items>> url_poster_<<key>>: <<url_poster>>
optional: file_poster_<<key>>: <<file_poster>>
- use_<<key>> url_background_<<key>>: <<url_background>>
- allowed_libraries file_background_<<key>>: <<file_background>>
- collection_mode visible_library_<<key>>: <<visible_library>>
- visible_library visible_home_<<key>>: <<visible_home>>
- visible_home visible_shared_<<key>>: <<visible_shared>>
- visible_shared minimum_items_<<key>>: <<minimum_items>>
- item_radarr_tag optional:
- item_sonarr_tag - use_<<key>>
- trakt_list - allowed_libraries
- image - collection_mode
- ignore_ids - visible_library
- ignore_imdb_ids - visible_home
- minimum_items - visible_shared
- summary_format - item_radarr_tag
- name_format - item_sonarr_tag
- key_name - trakt_list
- translation_key - image
- file_poster - ignore_ids
- url_background - ignore_imdb_ids
- file_background - minimum_items
- limit - summary_format
- name_mapping - name_format
- delete_collections_named - key_name
run_definition: - translation_key
- <<use_<<key>>>> - file_poster
- <<allowed_libraries>> - url_background
name_mapping: <<name_mapping>> - file_background
translation_key: <<translation_key>> - limit
key_name: <<key_name>> - name_mapping
summary: <<summary_<<key>>>> - delete_collections_named
name: <<name_<<key>>>> run_definition:
limit: <<limit>> - <<use_<<key>>>>
ignore_ids: <<ignore_ids>> - <<allowed_libraries>>
ignore_imdb_ids: <<ignore_imdb_ids>> name_mapping: <<name_mapping>>
trakt_list: <<trakt_list>> translation_key: <<translation_key>>
ignore_blank_results: true key_name: <<key_name>>
collection_mode: <<collection_mode>> summary: <<summary_<<key>>>>
visible_library: <<visible_library_<<key>>>> name: <<name_<<key>>>>
visible_home: <<visible_home_<<key>>>> limit: <<limit>>
visible_shared: <<visible_shared_<<key>>>> ignore_ids: <<ignore_ids>>
item_radarr_tag: <<item_radarr_tag_<<key>>>> ignore_imdb_ids: <<ignore_imdb_ids>>
item_sonarr_tag: <<item_sonarr_tag_<<key>>>> trakt_list: <<trakt_list>>
sort_title: <<sort_title>> ignore_blank_results: true
url_poster: <<url_poster_<<key>>>> collection_mode: <<collection_mode>>
file_poster: <<file_poster_<<key>>>> visible_library: <<visible_library_<<key>>>>
url_background: <<url_background_<<key>>>> visible_home: <<visible_home_<<key>>>>
file_background: <<file_background_<<key>>>> visible_shared: <<visible_shared_<<key>>>>
minimum_items: <<minimum_items_<<key>>>> item_radarr_tag: <<item_radarr_tag_<<key>>>>
delete_collections_named: <<delete_collections_named>> item_sonarr_tag: <<item_sonarr_tag_<<key>>>>
sort_title: <<sort_title>>
smart_filter: url_poster: <<url_poster_<<key>>>>
default: file_poster: <<file_poster_<<key>>>>
sort_by: release.desc url_background: <<url_background_<<key>>>>
sort_by_<<key>>: <<sort_by>> file_background: <<file_background_<<key>>>>
limit_<<key>>: <<limit>> minimum_items: <<minimum_items_<<key>>>>
search_value: <<value>> delete_collections_named: <<delete_collections_named>>
optional:
- search_term2 # Template for creating a smart filter.
- search_value2 smart_filter:
- limit default:
- type sort_by: release.desc
smart_filter: sort_by_<<key>>: <<sort_by>>
sort_by: <<sort_by_<<key>>>> limit_<<key>>: <<limit>>
limit: <<limit_<<key>>>> search_value: <<value>>
type: <<type>> optional:
any: - search_term2
<<search_term>>: <<search_value>> - search_value2
<<search_term2>>: <<search_value2>> - limit
- type
filter: smart_filter:
default: sort_by: <<sort_by_<<key>>>>
sync_mode: sync limit: <<limit_<<key>>>>
sync_mode_<<key>>: <<sync_mode>> type: <<type>>
sort_by: release.desc any:
sort_by_<<key>>: <<sort_by>> <<search_term>>: <<search_value>>
limit_<<key>>: <<limit>> <<search_term2>>: <<search_value2>>
optional:
- limit # Template for creating a filter.
smart_label: filter:
sort_by: <<sort_by_<<key>>>> default:
limit: <<limit_<<key>>>> sync_mode: sync
all: sync_mode_<<key>>: <<sync_mode>>
label: <<smart_label>> sort_by: release.desc
sync_mode: <<sync_mode_<<key>>>> sort_by_<<key>>: <<sort_by>>
plex_all: true limit_<<key>>: <<limit>>
filters: optional:
<<filter_term>>: <<value>> - limit
smart_label:
mdb_smart: sort_by: <<sort_by_<<key>>>>
default: limit: <<limit_<<key>>>>
sync_mode: sync all:
sync_mode_<<key>>: <<sync_mode>> label: <<smart_label>>
sort_by: release.desc sync_mode: <<sync_mode_<<key>>>>
sort_by_<<key>>: <<sort_by>> plex_all: true
cache_builders: 1 filters:
smart_label: <<sort_by_<<key>>>> <<filter_term>>: <<value>>
sync_mode: <<sync_mode_<<key>>>>
mdblist_list: <<mdblist_list>> # Template for creating a smart collection from an MDbList list.
mdb_smart:
arr: default:
default: sync_mode: sync
key: <<mapping_name>> sync_mode_<<key>>: <<sync_mode>>
radarr_add_missing_<<key>>: <<radarr_add_missing>> sort_by: release.desc
sonarr_add_missing_<<key>>: <<sonarr_add_missing>> sort_by_<<key>>: <<sort_by>>
radarr_folder_<<key>>: <<radarr_folder>> cache_builders: 1
sonarr_folder_<<key>>: <<sonarr_folder>> smart_label: <<sort_by_<<key>>>>
radarr_tag_<<key>>: <<radarr_tag>> sync_mode: <<sync_mode_<<key>>>>
sonarr_tag_<<key>>: <<sonarr_tag>> mdblist_list: <<mdblist_list>>
radarr_monitor_<<key>>: <<radarr_monitor>>
sonarr_monitor_<<key>>: <<sonarr_monitor>> # Template for settings related to Radarr and Sonarr.
radarr_search_<<key>>: <<radarr_search>> arr:
sonarr_search_<<key>>: <<sonarr_search>> default:
optional: key: <<mapping_name>>
- radarr_add_missing radarr_add_missing_<<key>>: <<radarr_add_missing>>
- sonarr_add_missing sonarr_add_missing_<<key>>: <<sonarr_add_missing>>
- radarr_folder radarr_folder_<<key>>: <<radarr_folder>>
- sonarr_folder sonarr_folder_<<key>>: <<sonarr_folder>>
- radarr_tag radarr_tag_<<key>>: <<radarr_tag>>
- sonarr_tag sonarr_tag_<<key>>: <<sonarr_tag>>
- radarr_monitor radarr_monitor_<<key>>: <<radarr_monitor>>
- sonarr_monitor sonarr_monitor_<<key>>: <<sonarr_monitor>>
- radarr_search radarr_search_<<key>>: <<radarr_search>>
- sonarr_search sonarr_search_<<key>>: <<sonarr_search>>
radarr_add_missing: <<radarr_add_missing_<<key>>>> optional:
sonarr_add_missing: <<sonarr_add_missing_<<key>>>> - radarr_add_missing
radarr_folder: <<radarr_folder_<<key>>>> - sonarr_add_missing
sonarr_folder: <<sonarr_folder_<<key>>>> - radarr_folder
radarr_tag: <<radarr_tag_<<key>>>> - sonarr_folder
sonarr_tag: <<sonarr_tag_<<key>>>> - radarr_tag
radarr_monitor: <<radarr_monitor_<<key>>>> - sonarr_tag
sonarr_monitor: <<sonarr_monitor_<<key>>>> - radarr_monitor
radarr_search: <<radarr_search_<<key>>>> - sonarr_monitor
sonarr_search: <<sonarr_search_<<key>>>> - radarr_search
- sonarr_search
custom: radarr_add_missing: <<radarr_add_missing_<<key>>>>
default: sonarr_add_missing: <<sonarr_add_missing_<<key>>>>
sync_mode: sync radarr_folder: <<radarr_folder_<<key>>>>
sync_mode_<<key>>: <<sync_mode>> sonarr_folder: <<sonarr_folder_<<key>>>>
collection_order: custom radarr_tag: <<radarr_tag_<<key>>>>
collection_order_<<key>>: <<collection_order>> sonarr_tag: <<sonarr_tag_<<key>>>>
cache_builders: 1 radarr_monitor: <<radarr_monitor_<<key>>>>
collection_order: <<collection_order_<<key>>>> sonarr_monitor: <<sonarr_monitor_<<key>>>>
sync_mode: <<sync_mode_<<key>>>> radarr_search: <<radarr_search_<<key>>>>
cache_builders: <<cache_builders>> sonarr_search: <<sonarr_search_<<key>>>>
other_collection: # Template for custom collections.
default: custom:
collection_section: "00" default:
pre: "_~" sync_mode: sync
optional: sync_mode_<<key>>: <<sync_mode>>
- use_other collection_order: custom
run_definition: <<use_other>> collection_order_<<key>>: <<collection_order>>
sort_title: "!<<collection_section>><<pre>><<title>>" cache_builders: 1
collection_order: <<collection_order_<<key>>>>
use_year_collections: sync_mode: <<sync_mode_<<key>>>>
conditionals: cache_builders: <<cache_builders>>
final_collection_section:
default: <<collection_section>> # Template for "Other" collections.
conditions: other_collection:
- year_collection_section.exists: true default:
value: <<year_collection_section>> collection_section: "00"
default: pre: "_~"
collection_section: "00" optional:
key: <<mapping_name>> - use_other
pre: "_" run_definition: <<use_other>>
order: "" sort_title: "!<<collection_section>><<pre>><<title>>"
order_<<key>>: <<order>>
sort_prefix: "!" # Template for year-based collections.
sort_title: <<sort_prefix>><<final_collection_section>><<pre>><<order_<<key>>>><<title>> use_year_collections:
optional: conditionals:
- use_year_collections final_collection_section:
run_definition: <<use_year_collections>> default: <<collection_section>>
sort_title: <<sort_title>> conditions:
- year_collection_section.exists: true
collections: value: <<year_collection_section>>
default:
collection_section: "00"
key: <<mapping_name>>
pre: "_"
order: ""
order_<<key>>: <<order>>
sort_prefix: "!"
sort_title: <<sort_prefix>><<final_collection_section>><<pre>><<order_<<key>>>><<title>>
optional:
- use_year_collections
run_definition: <<use_year_collections>>
sort_title: <<sort_title>>
collections:

View File

@@ -1,90 +1,101 @@
####################################################### # This file defines collections for documentary TV shows, categorized by genre.
# Documentary Genres # # Like other files in this repository, it uses a template to tag shows with a
# TV Collections # # genre rather than creating visible collections. This is achieved by using
####################################################### # 'build_collection: false' and 'item_genre: <<collection_name>>'.
templates: templates:
# A generic template for creating documentary genre collections.
Collection: Collection:
optional: optional:
- poster - poster
#url_poster: <<poster>>
#sync_mode: sync
sort_title: "!060_<<collection_name>>" sort_title: "!060_<<collection_name>>"
collection_order: release.desc collection_order: release.desc
schedule: weekly(tuesday) 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>> item_genre: <<collection_name>>
build_collection: false build_collection: false
collections: collections:
# Each of the following blocks defines a documentary genre.
# The 'template' key is used to call the 'Collection' template.
# The shows are sourced from IMDb lists and TVDb IDs.
America: America:
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/America.jpg} template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls567617875/ imdb_list: https://www.imdb.com/list/ls567617875/
tvdb_show: 309958, 342167, 321784 tvdb_show: 309958, 342167, 321784
Animal:
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Animal.jpg} Animal:
template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls567611777/ imdb_list: https://www.imdb.com/list/ls567611777/
tvdb_show: 231181, 302286, 365318, 397323, 380404, 414372, 423716, 342167, 354527 tvdb_show: 231181, 302286, 365318, 397323, 380404, 414372, 423716, 342167, 354527
Apocalypse :
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Apocalypse.jpg} Apocalypse:
template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls567611328/ imdb_list: https://www.imdb.com/list/ls567611328/
tvdb_show: 101421, 279117 tvdb_show: 101421, 279117
The Arts: The Arts:
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/The%20Arts.jpg} template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls567611610/ imdb_list: https://www.imdb.com/list/ls567611610/
tvdb_show: 362158, 353954, 418474, 266866 tvdb_show: 362158, 353954, 418474, 266866
Building: Building:
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Building.jpg} template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls567611261/ imdb_list: https://www.imdb.com/list/ls567611261/
tvdb_show: 400435, 280472, 363422, 269355, 379326 tvdb_show: 400435, 280472, 363422, 269355, 379326
Conspiracy: Conspiracy:
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Conspiracy.jpg} template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls567611457/ imdb_list: https://www.imdb.com/list/ls567611457/
tvdb_show: 37043, 111931, 287495, 386899 tvdb_show: 37043, 111931, 287495, 386899
Dinosaur: Dinosaur:
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Dinosaur.jpg} template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls567611901/ imdb_list: https://www.imdb.com/list/ls567611901/
tvdb_show: 419593, 416319 tvdb_show: 419593, 416319
Engineering: Engineering:
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Engineering.jpg} template: {name: Collection}
imdb_list: imdb_list:
- https://www.imdb.com/list/ls567611972/ #All other Engineering List - https://www.imdb.com/list/ls567611972/ #All other Engineering List
- https://www.imdb.com/list/ls567611261/ #Building List - https://www.imdb.com/list/ls567611261/ #Building List
- https://www.imdb.com/list/ls567611821/ #Engineering Disaster List - https://www.imdb.com/list/ls567611821/ #Engineering Disaster List
tvdb_show: 410587, 375980, 370754, 369458, 345959, 122401, 280472, 282106, 370754, 400435, 399511, 420420 tvdb_show: 410587, 375980, 370754, 369458, 345959, 122401, 280472, 282106, 370754, 400435, 399511, 420420
Engineering Disaster: Engineering Disaster:
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Engineering%20Disaster.jpg} template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls567611821/ imdb_list: https://www.imdb.com/list/ls567611821/
tvdb_show: 410587, 375980, 370754, 369458, 345959 tvdb_show: 410587, 375980, 370754, 369458, 345959
Fringe: Fringe:
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Fringe.jpg} template: {name: Collection}
imdb_list: imdb_list:
- https://www.imdb.com/list/ls567613015/ #All other Fringe List - https://www.imdb.com/list/ls567613015/ #All other Fringe List
- https://www.imdb.com/list/ls567611457/ #Conpsiracy List - https://www.imdb.com/list/ls567611457/ #Conpsiracy List
- https://www.imdb.com/list/ls567616578/ #Paranormal List - https://www.imdb.com/list/ls567616578/ #Paranormal List
- https://www.imdb.com/list/ls567637035/ #UFO List - https://www.imdb.com/list/ls567637035/ #UFO List
tvdb_show: 37043, 111931, 287495, 386899, 261380, 111931, 255855, 417262, 290249, 370439, 336514, 413801, 111931, 311398, 255855, 370439, 376545, 420534 tvdb_show: 37043, 111931, 287495, 386899, 261380, 111931, 255855, 417262, 290249, 370439, 336514, 413801, 111931, 311398, 255855, 370439, 376545, 420534
History :
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/History.jpg} History:
template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls567613721/ imdb_list: https://www.imdb.com/list/ls567613721/
tvdb_show: 84970, 119811, 290249, 136411, 311398, 287495, 362158, 356885, 400435, 418474, 413801, 421687, 361079, 420420, 80620, 376545, 360852, 427595, 363422, 355566, 420534, 269355 tvdb_show: 84970, 119811, 290249, 136411, 311398, 287495, 362158, 356885, 400435, 418474, 413801, 421687, 361079, 420420, 80620, 376545, 360852, 427595, 363422, 355566, 420534, 269355
# smart_filter:
# sort_by: year.asc
# all:
# genre: documentary
# any:
# genre: biography, war
Human Body: Human Body:
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Human%20Body.jpg} template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls567613933/ imdb_list: https://www.imdb.com/list/ls567613933/
tvdb_show: 370439, 324346, 333111 tvdb_show: 370439, 324346, 333111
tmdb_show: 207778 tmdb_show: 207778
Manufacturing: Manufacturing:
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Manufacturing.jpg} template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls567613987/ imdb_list: https://www.imdb.com/list/ls567613987/
tvdb_show: 421687, 399511 tvdb_show: 421687, 399511
Nature: Nature:
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Nature.jpg} template: {name: Collection}
imdb_list: imdb_list:
- https://www.imdb.com/list/ls567613846/ #All other Nature List - https://www.imdb.com/list/ls567613846/ #All other Nature List
- https://www.imdb.com/list/ls567611777/ #Animals List - https://www.imdb.com/list/ls567611777/ #Animals List
- https://www.imdb.com/list/ls567611901/ #Dinosaur list - https://www.imdb.com/list/ls567611901/ #Dinosaur list
@@ -92,33 +103,40 @@ collections:
- https://www.imdb.com/list/ls567616754/ #Space List - https://www.imdb.com/list/ls567616754/ #Space List
- https://www.imdb.com/list/ls567637089/ #Weather List - https://www.imdb.com/list/ls567637089/ #Weather List
tvdb_show: 231181, 302286, 365318, 397323, 380404, 414372, 423716, 342167, 354527, 419593, 416319, 268119, 388660, 356885, 333247, 387478, 136411, 377071, 390520, 269320, 255951, 286699, 370598, 80865, 419048, 398721, 433852 tvdb_show: 231181, 302286, 365318, 397323, 380404, 414372, 423716, 342167, 354527, 419593, 416319, 268119, 388660, 356885, 333247, 387478, 136411, 377071, 390520, 269320, 255951, 286699, 370598, 80865, 419048, 398721, 433852
Paranormal: Paranormal:
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Paranormal.jpg} template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls567616578/ imdb_list: https://www.imdb.com/list/ls567616578/
tvdb_show: 261380 tvdb_show: 261380
Plant: Plant:
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Plant.jpg} template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls567616526/ imdb_list: https://www.imdb.com/list/ls567616526/
tvdb_show: 298146 tvdb_show: 298146
Space: Space:
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Space.jpg} template: {name: Collection}
imdb_list: imdb_list:
- https://www.imdb.com/list/ls567616754/ #All other Space List - https://www.imdb.com/list/ls567616754/ #All other Space List
- https://www.imdb.com/list/ls567637035/ #UFO List - https://www.imdb.com/list/ls567637035/ #UFO List
tvdb_show: 377071, 364784 tvdb_show: 377071, 364784
Sport :
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Sport.jpg} Sport:
template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls567616746/ imdb_list: https://www.imdb.com/list/ls567616746/
tvdb_show: 362158, 398117 tvdb_show: 362158, 398117
Technology: Technology:
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Technology.jpg} template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls567616111/ imdb_list: https://www.imdb.com/list/ls567616111/
tvdb_show: 122401, 362158, 282106, 358433, 410168, 41726 tvdb_show: 122401, 362158, 282106, 358433, 410168, 41726
UFO: UFO:
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Ufo.jpg} template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls567637035/ imdb_list: https://www.imdb.com/list/ls567637035/
tvdb_show: 111931, 255855 tvdb_show: 111931, 255855
Weather: Weather:
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Weather.jpg} template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls567637089/ imdb_list: https://www.imdb.com/list/ls567637089/
tvdb_show: 390520, 269320, 255951, 286699, 370598, 80865, 419048 tvdb_show: 390520, 269320, 255951, 286699, 370598, 80865, 419048

View File

@@ -1,48 +1,62 @@
####################################### # This file defines collections for TV shows based on various topics.
# TV 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:
Collection: templates:
optional: # A generic template for creating topic-based collections.
- show Collection:
- poster optional:
tvdb_show: <<show>> - show
#url_poster: <<poster>> - poster
sync_mode: sync tvdb_show: <<show>>
collection_order: audience_rating.desc sync_mode: sync
sort_title: "!060_<<collection_name>>" collection_order: audience_rating.desc
schedule: weekly(tuesday) sort_title: "!060_<<collection_name>>"
item_genre: <<collection_name>> schedule: weekly(tuesday)
build_collection: false # This is the key part: instead of building a collection, it tags the items
# with the collection's name as a genre.
collections: item_genre: <<collection_name>>
Anthology: build_collection: false
template: {name: Collection} #poster: https://raw.githubusercontent.com/WhoDat104/Genres/main/Anthology.jpg}
imdb_list: https://www.imdb.com/list/ls567937024/ collections:
Apocalypse: # Each of the following blocks defines a topic.
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Apocalypse.jpg} # The 'template' key is used to call the 'Collection' template.
imdb_list: https://www.imdb.com/list/ls527128700/ # The shows are sourced from IMDb lists.
Historical Fiction: Anthology:
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Historical%20Fiction.jpg} template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls527147593/ imdb_list: https://www.imdb.com/list/ls567937024/
Medical:
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Medical.jpg} Apocalypse:
imdb_list: template: {name: Collection}
- https://www.imdb.com/list/ls064005250/ imdb_list: https://www.imdb.com/list/ls527128700/
- https://www.imdb.com/list/ls567394825/
Slice of Life: Historical Fiction:
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Slice%20of%20Life.jpg} template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls527147618/ imdb_list: https://www.imdb.com/list/ls527147593/
Spy:
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Spy.jpg} Medical:
imdb_list: https://www.imdb.com/list/ls527147789/ template: {name: Collection}
Stephen King: imdb_list:
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Stephen%20King.jpg} - https://www.imdb.com/list/ls064005250/
imdb_list: https://www.imdb.com/list/ls567399416/ - https://www.imdb.com/list/ls567394825/
Supernatural:
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Supernatural.jpg} Slice of Life:
imdb_list: https://www.imdb.com/list/ls527140144/ template: {name: Collection}
Time Travel: imdb_list: https://www.imdb.com/list/ls527147618/
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Time%20Travel.jpg}
imdb_list: https://www.imdb.com/list/ls527147299/ 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/

View File

@@ -1,27 +1,33 @@
####################################### # This file defines collections based on TV show watchlists from various sources,
# TV Watchlist # # such as Trakt and Plex itself. These are meant to be visible collections.
#######################################
collections: collections:
Laura's Watchlist: # A collection based on the Plex watchlist of a user named Laura.
plex_watchlist: critic_rating.desc Laura's Watchlist:
collection_order: custom plex_watchlist: critic_rating.desc
sync_mode: sync collection_order: custom
sort_title: "!0001_<<collection_name>>" sync_mode: sync
collection_mode: show sort_title: "!0001_<<collection_name>>"
Watch with Britty: collection_mode: show
trakt_list: https://trakt.tv/users/fuschaitea/lists/shows-to-watch-with-britty
sync_mode: sync # A collection of TV shows to watch with someone named Britty, from a Trakt list.
collection_order: custom Watch with Britty:
collection_mode: show trakt_list: https://trakt.tv/users/fuschaitea/lists/shows-to-watch-with-britty
sort_title: "!0001_<<collection_name>>" sync_mode: sync
Recommendations for Mum: collection_order: custom
trakt_list: collection_mode: show
- https://trakt.tv/users/fuschaitea/lists/recommendations-for-mum-movies-couchmoney-tv sort_title: "!0001_<<collection_name>>"
- https://trakt.tv/users/fuschaitea/lists/recommendations-for-mum-tv-shows-couchmoney-tv
- https://trakt.tv/users/fuschaitea/lists/recommendations-for-mum # A collection of movie and TV show recommendations for "Mum".
sync_mode: sync # It combines multiple Trakt lists.
collection_order: custom Recommendations for Mum:
collection_mode: show trakt_list:
sort_title: "!0001_<<collection_name>>" - https://trakt.tv/users/fuschaitea/lists/recommendations-for-mum-movies-couchmoney-tv
visible_home: range(01/01-12/31) - https://trakt.tv/users/fuschaitea/lists/recommendations-for-mum-tv-shows-couchmoney-tv
visible_shared: range(01/01-12/31) - 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)