mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2026-03-14 04:22:16 -04:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
01c4d08be1 | ||
|
|
e5f5d73fce | ||
|
|
44d81590b4 | ||
|
|
a8242af40e | ||
|
|
90d28d7650 | ||
|
|
af695c45d2 | ||
|
|
60743e903e | ||
|
|
b01d6050d9 |
@@ -167,7 +167,7 @@ plex: # Can be individually specified per library as
|
|||||||
verify_ssl:
|
verify_ssl:
|
||||||
db_cache: 40
|
db_cache: 40
|
||||||
tmdb: # REQUIRED for the script to run
|
tmdb: # REQUIRED for the script to run
|
||||||
apikey: 0095192b8ceb2b5a44015e97f0afcc9c
|
apikey: <redacted>
|
||||||
language: en
|
language: en
|
||||||
cache_expiration: 60
|
cache_expiration: 60
|
||||||
region:
|
region:
|
||||||
|
|||||||
@@ -128,7 +128,7 @@ plex: # Can be individually specified per library as
|
|||||||
verify_ssl:
|
verify_ssl:
|
||||||
db_cache: 40
|
db_cache: 40
|
||||||
tmdb: # REQUIRED for the script to run
|
tmdb: # REQUIRED for the script to run
|
||||||
apikey: 0095192b8ceb2b5a44015e97f0afcc9c
|
apikey: <redacted>
|
||||||
language: en
|
language: en
|
||||||
cache_expiration: 60
|
cache_expiration: 60
|
||||||
region:
|
region:
|
||||||
|
|||||||
@@ -32,10 +32,19 @@ templates:
|
|||||||
default:
|
default:
|
||||||
title: feature
|
title: feature
|
||||||
limit: 100
|
limit: 100
|
||||||
imdb_list:
|
imdb_search:
|
||||||
- url: https://www.imdb.com/search/title/?title_type=<<title>>&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=<<genre>>
|
- type: <<title>>
|
||||||
|
release.gte: 1990-01-01
|
||||||
|
rating.gte: 5.0
|
||||||
|
votes.gte: 100000
|
||||||
|
genre: <<genre>>
|
||||||
limit: <<limit>>
|
limit: <<limit>>
|
||||||
- url: https://www.imdb.com/search/title/?title_type=<<title>>&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=<<genre>>&sort=user_rating,desc
|
- type: <<title>>
|
||||||
|
release.gte: 1990-01-01
|
||||||
|
rating.gte: 5.0
|
||||||
|
votes.gte: 100000
|
||||||
|
genre: <<genre>>
|
||||||
|
sort_by: rating.desc
|
||||||
limit: <<limit>>
|
limit: <<limit>>
|
||||||
sort_title: +++_<<collection_name>>
|
sort_title: +++_<<collection_name>>
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
@@ -149,10 +158,11 @@ collections:
|
|||||||
Popular:
|
Popular:
|
||||||
template: {name: Chart Alpha, num: 4}
|
template: {name: Chart Alpha, num: 4}
|
||||||
tmdb_popular: 40
|
tmdb_popular: 40
|
||||||
imdb_list:
|
imdb_search:
|
||||||
url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short
|
type: movie, tv_movie, documentary, short
|
||||||
|
sort_by: popularity.desc
|
||||||
limit: 40
|
limit: 40
|
||||||
summary: Popular Movies across the internet, according to https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short.
|
summary: Popular Movies across the internet.
|
||||||
url_poster: https://i.imgur.com/U3OaYtB.jpg
|
url_poster: https://i.imgur.com/U3OaYtB.jpg
|
||||||
schedule: daily
|
schedule: daily
|
||||||
Top Rated:
|
Top Rated:
|
||||||
|
|||||||
@@ -50,10 +50,11 @@ collections:
|
|||||||
Popular:
|
Popular:
|
||||||
template: {name: Chart Alpha, num: 4}
|
template: {name: Chart Alpha, num: 4}
|
||||||
tmdb_popular: 40
|
tmdb_popular: 40
|
||||||
imdb_list:
|
imdb_search:
|
||||||
url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short
|
type: movie, tv_movie, short
|
||||||
|
sort_by: popularity.desc
|
||||||
limit: 40
|
limit: 40
|
||||||
summary: Popular Movies across the internet, according to https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short.
|
summary: Popular Movies across the internet, curated from TMDB and IMDb.
|
||||||
url_poster: https://i.imgur.com/U3OaYtB.jpg
|
url_poster: https://i.imgur.com/U3OaYtB.jpg
|
||||||
schedule: daily
|
schedule: daily
|
||||||
Top Rated:
|
Top Rated:
|
||||||
@@ -62,8 +63,3 @@ collections:
|
|||||||
summary: Top Rated Movies across the internet
|
summary: Top Rated Movies across the internet
|
||||||
url_poster: https://i.imgur.com/VvfdUHn.jpg
|
url_poster: https://i.imgur.com/VvfdUHn.jpg
|
||||||
schedule: daily
|
schedule: daily
|
||||||
Emmy Winners:
|
|
||||||
template: { name: Chart, num: 5 }
|
|
||||||
imdb_list: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries&groups=emmy_winner
|
|
||||||
summary: Emmy Winning Shows
|
|
||||||
schedule: weekly (sunday)
|
|
||||||
@@ -32,11 +32,20 @@ templates:
|
|||||||
default:
|
default:
|
||||||
title: feature
|
title: feature
|
||||||
limit: 100
|
limit: 100
|
||||||
imdb_list:
|
imdb_search:
|
||||||
- url: https://www.imdb.com/search/title/?title_type=<<title>>&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=<<genre>>
|
- type: <<title>>
|
||||||
limit: <<limit>>
|
release.gte: 1990-01-01
|
||||||
- url: https://www.imdb.com/search/title/?title_type=<<title>>&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=<<genre>>&sort=user_rating,desc
|
rating.gte: 5.0
|
||||||
limit: <<limit>>
|
votes.gte: 100000
|
||||||
|
genre: <<genre>>
|
||||||
|
limit: <<limit>>
|
||||||
|
- type: <<title>>
|
||||||
|
release.gte: 1990-01-01
|
||||||
|
rating.gte: 5.0
|
||||||
|
votes.gte: 100000
|
||||||
|
genre: <<genre>>
|
||||||
|
sort_by: rating.desc
|
||||||
|
limit: <<limit>>
|
||||||
sort_title: +++_<<collection_name>>
|
sort_title: +++_<<collection_name>>
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
@@ -156,10 +165,11 @@ collections:
|
|||||||
Popular:
|
Popular:
|
||||||
template: {name: Chart Alpha, num: 4}
|
template: {name: Chart Alpha, num: 4}
|
||||||
tmdb_popular: 40
|
tmdb_popular: 40
|
||||||
imdb_list:
|
imdb_search:
|
||||||
url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short
|
type: movie, tv_movie, documentary, short
|
||||||
|
sort_by: popularity.desc
|
||||||
limit: 40
|
limit: 40
|
||||||
summary: Popular Movies across the internet, according to https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short.
|
summary: Popular Movies across the internet.
|
||||||
url_poster: https://i.imgur.com/U3OaYtB.jpg
|
url_poster: https://i.imgur.com/U3OaYtB.jpg
|
||||||
schedule: daily
|
schedule: daily
|
||||||
Top Rated:
|
Top Rated:
|
||||||
|
|||||||
@@ -44,26 +44,22 @@ collections:
|
|||||||
trakt_trending: 40
|
trakt_trending: 40
|
||||||
tmdb_trending_daily: 40
|
tmdb_trending_daily: 40
|
||||||
tmdb_trending_weekly: 40
|
tmdb_trending_weekly: 40
|
||||||
summary: Movies Trending across the internet, according to https://trakt.tv/movies/trending.
|
summary: Shows Trending across the internet.
|
||||||
url_poster: https://i.imgur.com/oOS46kt.jpg
|
url_poster: https://i.imgur.com/oOS46kt.jpg
|
||||||
schedule: daily
|
schedule: daily
|
||||||
Popular:
|
Popular:
|
||||||
template: {name: Chart Alpha, num: 4}
|
template: {name: Chart Alpha, num: 4}
|
||||||
tmdb_popular: 40
|
tmdb_popular: 40
|
||||||
imdb_list:
|
imdb_search:
|
||||||
url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short
|
type: movie, tv_movie, short
|
||||||
|
sort_by: popularity.desc
|
||||||
limit: 40
|
limit: 40
|
||||||
summary: Popular Movies across the internet, according to https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short.
|
summary: Popular Shows across the internet.
|
||||||
url_poster: https://i.imgur.com/U3OaYtB.jpg
|
url_poster: https://i.imgur.com/U3OaYtB.jpg
|
||||||
schedule: daily
|
schedule: daily
|
||||||
Top Rated:
|
Top Rated:
|
||||||
template: {name: Chart Alpha, num: 5}
|
template: {name: Chart Alpha, num: 5}
|
||||||
tmdb_top_rated: 250
|
tmdb_top_rated: 250
|
||||||
summary: Top Rated Movies across the internet
|
summary: Top Rated Shows across the internet
|
||||||
url_poster: https://i.imgur.com/VvfdUHn.jpg
|
url_poster: https://i.imgur.com/VvfdUHn.jpg
|
||||||
schedule: daily
|
schedule: daily
|
||||||
Emmy Winners:
|
|
||||||
template: { name: Chart, num: 5 }
|
|
||||||
imdb_list: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries&groups=emmy_winner
|
|
||||||
summary: Emmy Winning Shows
|
|
||||||
schedule: weekly (sunday)
|
|
||||||
@@ -33,8 +33,12 @@ templates:
|
|||||||
title: feature
|
title: feature
|
||||||
limit: 100
|
limit: 100
|
||||||
imdb_search:
|
imdb_search:
|
||||||
- url: https://www.imdb.com/search/title/?title_type=<<title>>&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=<<genre>>&sort=user_rating,desc
|
- type: <<title>>
|
||||||
limit: <<limit>>
|
release.gte: 1990-01-01
|
||||||
|
rating.gte: 5.0
|
||||||
|
votes.gte: 100000
|
||||||
|
genre: <<genre>>
|
||||||
|
limit: <<limit>>
|
||||||
sort_title: +++_<<collection_name>>
|
sort_title: +++_<<collection_name>>
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
The files i use: [Files](https://github.com/fscorrupt/Kometa-Overlays)
|
The files i use: [Files](https://github.com/fscorrupt/Kometa-Overlays)
|
||||||
|
|
||||||
### Here are some Examples of Posterizarr, before the Kometa run:
|
### Here are some Examples of Posterizarr, before the Kometa run:
|
||||||

|

|
||||||
|
|
||||||
### Here are some Examples after Kometa run:
|
### Here are some Examples after Kometa run:
|
||||||

|

|
||||||
|
|||||||
@@ -44,26 +44,22 @@ collections:
|
|||||||
trakt_trending: 40
|
trakt_trending: 40
|
||||||
tmdb_trending_daily: 40
|
tmdb_trending_daily: 40
|
||||||
tmdb_trending_weekly: 40
|
tmdb_trending_weekly: 40
|
||||||
summary: Movies Trending across the internet, according to https://trakt.tv/movies/trending.
|
summary: Shows Trending across the internet.
|
||||||
url_poster: https://i.imgur.com/oOS46kt.jpg
|
url_poster: https://i.imgur.com/oOS46kt.jpg
|
||||||
schedule: daily
|
schedule: daily
|
||||||
Popular:
|
Popular:
|
||||||
template: {name: Chart Alpha, num: 4}
|
template: {name: Chart Alpha, num: 4}
|
||||||
tmdb_popular: 40
|
tmdb_popular: 40
|
||||||
imdb_list:
|
imdb_search:
|
||||||
url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short
|
type: movie, tv_movie, short
|
||||||
|
sort_by: popularity.desc
|
||||||
limit: 40
|
limit: 40
|
||||||
summary: Popular Movies across the internet, according to https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short.
|
summary: Popular Movies across the internet, curated from TMDB and IMDb.
|
||||||
url_poster: https://i.imgur.com/U3OaYtB.jpg
|
url_poster: https://i.imgur.com/U3OaYtB.jpg
|
||||||
schedule: daily
|
schedule: daily
|
||||||
Top Rated:
|
Top Rated:
|
||||||
template: {name: Chart Alpha, num: 5}
|
template: {name: Chart Alpha, num: 5}
|
||||||
tmdb_top_rated: 250
|
tmdb_top_rated: 250
|
||||||
summary: Top Rated Movies across the internet
|
summary: Top Rated Shows across the internet
|
||||||
url_poster: https://i.imgur.com/VvfdUHn.jpg
|
url_poster: https://i.imgur.com/VvfdUHn.jpg
|
||||||
schedule: daily
|
schedule: daily
|
||||||
Emmy Winners:
|
|
||||||
template: { name: Chart, num: 5 }
|
|
||||||
imdb_list: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries&groups=emmy_winner
|
|
||||||
summary: Emmy Winning Shows
|
|
||||||
schedule: weekly (sunday)
|
|
||||||
@@ -13,6 +13,9 @@ libraries:
|
|||||||
# Collection files to process
|
# Collection files to process
|
||||||
collection_files:
|
collection_files:
|
||||||
- file: config/TVShows.yml
|
- file: config/TVShows.yml
|
||||||
|
- default: emmy
|
||||||
|
template_variables:
|
||||||
|
schedule: weekly(sunday)
|
||||||
#- file: config/Genre.yml
|
#- file: config/Genre.yml
|
||||||
# Overlay files and configurations
|
# Overlay files and configurations
|
||||||
overlay_files:
|
overlay_files:
|
||||||
@@ -99,6 +102,9 @@ libraries:
|
|||||||
# Collection files to process
|
# Collection files to process
|
||||||
collection_files:
|
collection_files:
|
||||||
- file: config/Movies.yml
|
- file: config/Movies.yml
|
||||||
|
- default: emmy
|
||||||
|
template_variables:
|
||||||
|
schedule: weekly(sunday)
|
||||||
#- file: config/collections.yml
|
#- file: config/collections.yml
|
||||||
# Overlay files and configurations
|
# Overlay files and configurations
|
||||||
overlay_files:
|
overlay_files:
|
||||||
@@ -168,6 +174,9 @@ libraries:
|
|||||||
- file: config/movies-list.yml
|
- file: config/movies-list.yml
|
||||||
- file: config/actors.yml
|
- file: config/actors.yml
|
||||||
- file: config/directors.yml
|
- file: config/directors.yml
|
||||||
|
- default: emmy
|
||||||
|
template_variables:
|
||||||
|
schedule: weekly(sunday)
|
||||||
# Overlay files and configurations
|
# Overlay files and configurations
|
||||||
overlay_files:
|
overlay_files:
|
||||||
# Common Sense Media overlay
|
# Common Sense Media overlay
|
||||||
@@ -235,6 +244,9 @@ libraries:
|
|||||||
- file: config/movies-list.yml
|
- file: config/movies-list.yml
|
||||||
- file: config/actors.yml
|
- file: config/actors.yml
|
||||||
- file: config/directors.yml
|
- file: config/directors.yml
|
||||||
|
- default: emmy
|
||||||
|
template_variables:
|
||||||
|
schedule: weekly(sunday)
|
||||||
# Overlay files and configurations
|
# Overlay files and configurations
|
||||||
overlay_files:
|
overlay_files:
|
||||||
# Common Sense Media overlay
|
# Common Sense Media overlay
|
||||||
@@ -295,6 +307,9 @@ libraries:
|
|||||||
collection_files:
|
collection_files:
|
||||||
- file: config/Movies.yml
|
- file: config/Movies.yml
|
||||||
- file: config/show-list.yml
|
- file: config/show-list.yml
|
||||||
|
- default: emmy
|
||||||
|
template_variables:
|
||||||
|
schedule: weekly(sunday)
|
||||||
# Overlay files and configurations
|
# Overlay files and configurations
|
||||||
overlay_files:
|
overlay_files:
|
||||||
# Common Sense Media overlay
|
# Common Sense Media overlay
|
||||||
@@ -358,6 +373,9 @@ libraries:
|
|||||||
collection_files:
|
collection_files:
|
||||||
- file: config/TVShows.yml
|
- file: config/TVShows.yml
|
||||||
- file: config/show-list.yml
|
- file: config/show-list.yml
|
||||||
|
- default: emmy
|
||||||
|
template_variables:
|
||||||
|
schedule: weekly(sunday)
|
||||||
# Overlay files and configurations
|
# Overlay files and configurations
|
||||||
overlay_files:
|
overlay_files:
|
||||||
#- reapply_overlays: true
|
#- reapply_overlays: true
|
||||||
@@ -442,6 +460,9 @@ libraries:
|
|||||||
# Collection files
|
# Collection files
|
||||||
collection_files:
|
collection_files:
|
||||||
- file: config/KidsShows.yml
|
- file: config/KidsShows.yml
|
||||||
|
- default: emmy
|
||||||
|
template_variables:
|
||||||
|
schedule: weekly(sunday)
|
||||||
# Overlay files and configurations
|
# Overlay files and configurations
|
||||||
overlay_files:
|
overlay_files:
|
||||||
#- reapply_overlays: true
|
#- reapply_overlays: true
|
||||||
@@ -523,6 +544,9 @@ libraries:
|
|||||||
# Collection files
|
# Collection files
|
||||||
collection_files:
|
collection_files:
|
||||||
- file: config/AnimeShows.yml
|
- file: config/AnimeShows.yml
|
||||||
|
- default: emmy
|
||||||
|
template_variables:
|
||||||
|
schedule: weekly(sunday)
|
||||||
# Overlay files and configurations
|
# Overlay files and configurations
|
||||||
overlay_files:
|
overlay_files:
|
||||||
#- reapply_overlays: true
|
#- reapply_overlays: true
|
||||||
|
|||||||
@@ -120,7 +120,6 @@ collections:
|
|||||||
Coming-of-Age Movies:
|
Coming-of-Age Movies:
|
||||||
template: { name: Special Genre }
|
template: { name: Special Genre }
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls024933763/
|
|
||||||
- https://www.imdb.com/list/ls051428446/
|
- https://www.imdb.com/list/ls051428446/
|
||||||
- https://www.imdb.com/list/ls002609132/
|
- https://www.imdb.com/list/ls002609132/
|
||||||
summary: "Best Coming-of-Age Movies of all time."
|
summary: "Best Coming-of-Age Movies of all time."
|
||||||
|
|||||||
@@ -1,27 +1,37 @@
|
|||||||
# 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,
|
||||||
|
# and connections to external services like TMDb, Trakt, etc.
|
||||||
|
|
||||||
|
# The 'libraries' section defines the Plex libraries that Kometa will manage.
|
||||||
|
# Each library has its own set of collections, overlays, and operations.
|
||||||
libraries:
|
libraries:
|
||||||
|
# Configuration for the 'Movies' library in Plex.
|
||||||
Movies:
|
Movies:
|
||||||
|
# Schedule for when to apply overlays to movie posters.
|
||||||
|
# This runs on Monday, Wednesday, Friday, and Sunday.
|
||||||
schedule_overlays: weekly(monday|wednesday|friday|sunday)
|
schedule_overlays: weekly(monday|wednesday|friday|sunday)
|
||||||
|
# Template variables are used to pass values to templates.
|
||||||
template_variables:
|
template_variables:
|
||||||
use_separator: false
|
use_separator: false
|
||||||
|
# Specifies metadata files to apply to the library.
|
||||||
metadata_files:
|
metadata_files:
|
||||||
- folder: config/metadata_folders
|
- folder: config/metadata_folders
|
||||||
|
# A list of collection files to be processed for this library.
|
||||||
|
# These files define the logic for creating collections in Plex.
|
||||||
collection_files:
|
collection_files:
|
||||||
- folder: config/movies
|
- folder: config/movies # Custom collection files
|
||||||
- default: content_rating_au
|
- default: content_rating_au # Default collection for Australian content ratings
|
||||||
- default: continent
|
- default: continent # Default collection for continents
|
||||||
template_variables:
|
template_variables:
|
||||||
include:
|
include:
|
||||||
- Oceania
|
- Oceania
|
||||||
- default: franchise
|
- default: franchise # Default collection for movie franchises
|
||||||
template_variables:
|
template_variables:
|
||||||
title_override:
|
title_override: # Override titles for specific franchises
|
||||||
33514: The Twilight Saga
|
33514: The Twilight Saga
|
||||||
9743: Hannibal Lecter
|
9743: Hannibal Lecter
|
||||||
489724: Trolls
|
489724: Trolls
|
||||||
# - default: genre
|
- default: letterboxd # Collections based on Letterboxd data
|
||||||
- default: letterboxd
|
|
||||||
schedule: monthly(17)
|
schedule: monthly(17)
|
||||||
template_variables:
|
template_variables:
|
||||||
use_imdb_top_250: true
|
use_imdb_top_250: true
|
||||||
@@ -30,7 +40,7 @@ libraries:
|
|||||||
visible_library_top_250: true
|
visible_library_top_250: true
|
||||||
visible_home_top_250: true
|
visible_home_top_250: true
|
||||||
visible_shared_top_250: true
|
visible_shared_top_250: true
|
||||||
- default: other_chart
|
- default: other_chart # Collections from other movie charts
|
||||||
template_variables:
|
template_variables:
|
||||||
use_anidb: false
|
use_anidb: false
|
||||||
use_stevenlu: false
|
use_stevenlu: false
|
||||||
@@ -38,8 +48,8 @@ libraries:
|
|||||||
visible_library_commonsense: true
|
visible_library_commonsense: true
|
||||||
visible_home_commonsense: true
|
visible_home_commonsense: true
|
||||||
visible_shared_commonsense: true
|
visible_shared_commonsense: true
|
||||||
- default: razzie
|
- default: razzie # Collection for Razzie-winning movies
|
||||||
- default: seasonal
|
- default: seasonal # Collections for seasonal events (e.g., Christmas)
|
||||||
template_variables:
|
template_variables:
|
||||||
trakt_list_christmas: https://trakt.tv/users/k0meta/lists/christmas-extravaganza-non-tv-movie
|
trakt_list_christmas: https://trakt.tv/users/k0meta/lists/christmas-extravaganza-non-tv-movie
|
||||||
schedule_christmas: range(11/01-12/26)
|
schedule_christmas: range(11/01-12/26)
|
||||||
@@ -51,7 +61,7 @@ libraries:
|
|||||||
use_veteran: false
|
use_veteran: false
|
||||||
use_thanksgiving: false
|
use_thanksgiving: false
|
||||||
use_aapi: false
|
use_aapi: false
|
||||||
- default: studio
|
- default: studio # Collections for movie studios
|
||||||
template_variables:
|
template_variables:
|
||||||
include:
|
include:
|
||||||
- A24
|
- A24
|
||||||
@@ -63,9 +73,9 @@ libraries:
|
|||||||
- Walt Disney Animation Studios
|
- Walt Disney Animation Studios
|
||||||
- Walt Disney Pictures
|
- Walt Disney Pictures
|
||||||
- Walt Disney Productions
|
- Walt Disney Productions
|
||||||
- default: tautulli
|
- default: tautulli # Collections based on Tautulli data
|
||||||
- default: universe
|
- default: universe # Collections for movie universes
|
||||||
#- default: collectionless
|
# Defines overlay files to be applied to movie posters.
|
||||||
overlay_files:
|
overlay_files:
|
||||||
- default: commonsense
|
- default: commonsense
|
||||||
- default: mediastinger
|
- default: mediastinger
|
||||||
@@ -74,11 +84,13 @@ libraries:
|
|||||||
use_resolution: false
|
use_resolution: false
|
||||||
use_edition: true
|
use_edition: true
|
||||||
- default: ribbon
|
- default: ribbon
|
||||||
|
# Library-specific settings.
|
||||||
settings:
|
settings:
|
||||||
asset_directory:
|
asset_directory:
|
||||||
- config/assets/Movies/
|
- config/assets/Movies/
|
||||||
- config/assets/Collections/
|
- config/assets/Collections/
|
||||||
prioritize_assets: false
|
prioritize_assets: false
|
||||||
|
# Operations to be performed on the library.
|
||||||
operations:
|
operations:
|
||||||
- schedule: daily
|
- schedule: daily
|
||||||
assets_for_all: true
|
assets_for_all: true
|
||||||
@@ -114,6 +126,8 @@ libraries:
|
|||||||
- tmdb
|
- tmdb
|
||||||
- tvdb
|
- tvdb
|
||||||
- omdb
|
- omdb
|
||||||
|
|
||||||
|
# Configuration for the 'TV Shows' library in Plex.
|
||||||
TV Shows:
|
TV Shows:
|
||||||
schedule_overlays: weekly(tuesday|thursday|saturday)
|
schedule_overlays: weekly(tuesday|thursday|saturday)
|
||||||
report_path: config/missing/TV_report.yml
|
report_path: config/missing/TV_report.yml
|
||||||
@@ -122,14 +136,12 @@ libraries:
|
|||||||
library_name: TV Shows
|
library_name: TV Shows
|
||||||
collection_files:
|
collection_files:
|
||||||
- folder: config/tvshows
|
- folder: config/tvshows
|
||||||
# - default: based
|
|
||||||
- default: content_rating_au
|
- default: content_rating_au
|
||||||
- default: continent
|
- default: continent
|
||||||
template_variables:
|
template_variables:
|
||||||
include:
|
include:
|
||||||
- Oceania
|
- Oceania
|
||||||
- default: franchise
|
- default: franchise
|
||||||
#- default: genre
|
|
||||||
- default: other_chart
|
- default: other_chart
|
||||||
template_variables:
|
template_variables:
|
||||||
use_anidb: false
|
use_anidb: false
|
||||||
@@ -186,6 +198,8 @@ libraries:
|
|||||||
- tmdb
|
- tmdb
|
||||||
- tvdb
|
- tvdb
|
||||||
- omdb
|
- omdb
|
||||||
|
|
||||||
|
# Configuration for the 'Music' library in Plex.
|
||||||
Music:
|
Music:
|
||||||
schedule: weekly (sunday)
|
schedule: weekly (sunday)
|
||||||
library_name: Music
|
library_name: Music
|
||||||
@@ -193,11 +207,14 @@ libraries:
|
|||||||
- folder: config/music
|
- folder: config/music
|
||||||
settings:
|
settings:
|
||||||
asset_directory: config/assets/Music
|
asset_directory: config/assets/Music
|
||||||
|
|
||||||
|
# Defines playlist files to be processed.
|
||||||
playlist_files:
|
playlist_files:
|
||||||
- default: playlist
|
- default: playlist
|
||||||
template_variables:
|
template_variables:
|
||||||
libraries: Movies, TV Shows
|
libraries: Movies, TV Shows
|
||||||
#- folder: config/playlists
|
|
||||||
|
# Global settings for Kometa.
|
||||||
settings:
|
settings:
|
||||||
cache: true
|
cache: true
|
||||||
cache_expiration: 2048
|
cache_expiration: 2048
|
||||||
@@ -245,6 +262,8 @@ settings:
|
|||||||
overlay_artwork_filetype: jpg
|
overlay_artwork_filetype: jpg
|
||||||
overlay_artwork_quality:
|
overlay_artwork_quality:
|
||||||
show_unfiltered: false
|
show_unfiltered: false
|
||||||
|
|
||||||
|
# Webhook settings for sending notifications.
|
||||||
webhooks:
|
webhooks:
|
||||||
error: notifiarr
|
error: notifiarr
|
||||||
version: notifiarr
|
version: notifiarr
|
||||||
@@ -252,33 +271,47 @@ webhooks:
|
|||||||
run_end: notifiarr
|
run_end: notifiarr
|
||||||
changes: notifiarr
|
changes: notifiarr
|
||||||
delete:
|
delete:
|
||||||
|
|
||||||
|
# Plex connection settings.
|
||||||
plex:
|
plex:
|
||||||
url: http://localhost:32400
|
url: http://localhost:32400
|
||||||
token: [REDACTED]
|
token: [REDACTED] # Your Plex token
|
||||||
timeout: 600
|
timeout: 600
|
||||||
clean_bundles: false
|
clean_bundles: false
|
||||||
empty_trash: false
|
empty_trash: false
|
||||||
optimize: false
|
optimize: false
|
||||||
db_cache:
|
db_cache:
|
||||||
|
|
||||||
|
# TMDb (The Movie Database) API settings.
|
||||||
tmdb:
|
tmdb:
|
||||||
apikey: [REDACTED]
|
apikey: [REDACTED] # Your TMDb API key
|
||||||
language: en
|
language: en
|
||||||
cache_expiration: 600
|
cache_expiration: 600
|
||||||
region:
|
region:
|
||||||
|
|
||||||
|
# Tautulli connection settings.
|
||||||
tautulli:
|
tautulli:
|
||||||
url: http://localhost:1818
|
url: http://localhost:1818
|
||||||
apikey: [REDACTED]
|
apikey: [REDACTED] # Your Tautulli API key
|
||||||
|
|
||||||
|
# OMDb (Open Movie Database) API settings.
|
||||||
omdb:
|
omdb:
|
||||||
apikey: [REDACTED]
|
apikey: [REDACTED] # Your OMDb API key
|
||||||
cache_expiration: 600
|
cache_expiration: 600
|
||||||
|
|
||||||
|
# MDbList connection settings.
|
||||||
mdblist:
|
mdblist:
|
||||||
apikey: [REDACTED]
|
apikey: [REDACTED] # Your MDbList API key
|
||||||
cache_expiration: 600
|
cache_expiration: 600
|
||||||
|
|
||||||
|
# Notifiarr connection settings.
|
||||||
notifiarr:
|
notifiarr:
|
||||||
apikey: [REDACTED]
|
apikey: [REDACTED] # Your Notifiarr API key
|
||||||
|
|
||||||
|
# Radarr connection settings.
|
||||||
radarr:
|
radarr:
|
||||||
url: http://localhost:7878
|
url: http://localhost:7878
|
||||||
token: [REDACTED]
|
token: [REDACTED] # Your Radarr API token
|
||||||
add_missing: false
|
add_missing: false
|
||||||
add_existing: false
|
add_existing: false
|
||||||
root_folder_path: Z:\data\media\movies
|
root_folder_path: Z:\data\media\movies
|
||||||
@@ -291,9 +324,11 @@ radarr:
|
|||||||
plex_path:
|
plex_path:
|
||||||
upgrade_existing: false
|
upgrade_existing: false
|
||||||
ignore_cache: false
|
ignore_cache: false
|
||||||
|
|
||||||
|
# Sonarr connection settings.
|
||||||
sonarr:
|
sonarr:
|
||||||
url: http://localhost:8989
|
url: http://localhost:8989
|
||||||
token: [REDACTED]
|
token: [REDACTED] # Your Sonarr API token
|
||||||
add_missing: false
|
add_missing: false
|
||||||
add_existing: false
|
add_existing: false
|
||||||
root_folder_path: Z:\data\media\tv
|
root_folder_path: Z:\data\media\tv
|
||||||
@@ -309,9 +344,11 @@ sonarr:
|
|||||||
plex_path:
|
plex_path:
|
||||||
upgrade_existing: false
|
upgrade_existing: false
|
||||||
ignore_cache: false
|
ignore_cache: false
|
||||||
|
|
||||||
|
# Trakt connection settings.
|
||||||
trakt:
|
trakt:
|
||||||
client_id: [REDACTED]
|
client_id: [REDACTED] # Your Trakt client ID
|
||||||
client_secret: [REDACTED]
|
client_secret: [REDACTED] # Your Trakt client secret
|
||||||
pin:
|
pin:
|
||||||
authorization:
|
authorization:
|
||||||
access_token: [REDACTED]
|
access_token: [REDACTED]
|
||||||
|
|||||||
@@ -1,26 +1,31 @@
|
|||||||
##############################################################################
|
# 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 #
|
|
||||||
# https://metamanager.wiki/en/latest/defaults/award/other.html #
|
|
||||||
##############################################################################
|
|
||||||
|
|
||||||
|
# External templates are used to avoid repetition.
|
||||||
|
# 'pmm: templates' likely refers to a set of predefined templates.
|
||||||
external_templates:
|
external_templates:
|
||||||
pmm: templates
|
pmm: templates
|
||||||
template_variables:
|
template_variables:
|
||||||
|
# This variable is used to control the sorting of collections.
|
||||||
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 ensures that the Plex collection matches the Trakt list.
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
collection_mode: default
|
collection_mode: default
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
|
# The sort title is prefixed to control the order of collections in Plex.
|
||||||
sort_title: "!130_Rotten Tomatoes Best of <<key>>"
|
sort_title: "!130_Rotten Tomatoes Best of <<key>>"
|
||||||
|
# Schedule for when to update the collection.
|
||||||
schedule: monthly(01)
|
schedule: monthly(01)
|
||||||
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatoes/main/Rotten%20Tomatoes%20Best%20of%20<<key>>.jpg
|
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:
|
collections:
|
||||||
Rotten Tomatoes Best All-Time:
|
Rotten Tomatoes Best All-Time:
|
||||||
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-top-100-movies-of-all-time
|
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-top-100-movies-of-all-time
|
||||||
@@ -30,6 +35,7 @@ collections:
|
|||||||
sort_title: "!130_Rotten !1"
|
sort_title: "!130_Rotten !1"
|
||||||
schedule: monthly(10)
|
schedule: monthly(10)
|
||||||
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatoes/main/Rotten%20Tomatoes%20Best%20All-Time.jpg
|
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatoes/main/Rotten%20Tomatoes%20Best%20All-Time.jpg
|
||||||
|
|
||||||
Rotten Tomatoes Best Horror:
|
Rotten Tomatoes Best Horror:
|
||||||
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-horror-movies-of-all-time
|
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-horror-movies-of-all-time
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
@@ -38,6 +44,7 @@ collections:
|
|||||||
sort_title: "!130_Rotten !2"
|
sort_title: "!130_Rotten !2"
|
||||||
schedule: monthly(10)
|
schedule: monthly(10)
|
||||||
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatoes/main/Rotten%20Tomatoes%20Best%20Horror.jpg
|
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatoes/main/Rotten%20Tomatoes%20Best%20Horror.jpg
|
||||||
|
|
||||||
Rotten Tomatoes Best Rom Com:
|
Rotten Tomatoes Best Rom Com:
|
||||||
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-the-200-best-romantic-comedies-of-all-time
|
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-the-200-best-romantic-comedies-of-all-time
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
@@ -47,13 +54,18 @@ collections:
|
|||||||
schedule: monthly(10)
|
schedule: monthly(10)
|
||||||
url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatoes/main/Rotten%20Tomatoes%20Best%20Rom%20Com.jpg
|
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:
|
dynamic_collections:
|
||||||
Rotten Tomatoes Best of:
|
Rotten Tomatoes Best of:
|
||||||
type: number
|
type: number
|
||||||
sync: true
|
sync: true
|
||||||
data:
|
data:
|
||||||
|
# Creates collections for the last two years.
|
||||||
starting: current_year-2
|
starting: current_year-2
|
||||||
ending: current_year-1
|
ending: current_year-1
|
||||||
|
# The title of the collection will be formatted with the year.
|
||||||
title_format: Rotten Tomatoes Best of <<key_name>>
|
title_format: Rotten Tomatoes Best of <<key_name>>
|
||||||
|
# The 'Rotten Tomatoes' template is used to create the collections.
|
||||||
template:
|
template:
|
||||||
- Rotten Tomatoes
|
- Rotten Tomatoes
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
@@ -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.
|
||||||
|
# This is achieved by using 'build_collection: false' and 'item_genre: <<collection_name>>'.
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
|
# A generic template for creating topic-based collections.
|
||||||
Collection:
|
Collection:
|
||||||
optional:
|
optional:
|
||||||
- poster
|
- poster
|
||||||
#url_poster: <<poster>>
|
|
||||||
collection_order: audience_rating.desc
|
collection_order: audience_rating.desc
|
||||||
sort_title: "!060_<<collection_name>>"
|
sort_title: "!060_<<collection_name>>"
|
||||||
schedule: monthly(29)
|
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>>
|
item_genre: <<collection_name>>
|
||||||
build_collection: false
|
build_collection: false
|
||||||
|
|
||||||
#######################################################################################################
|
|
||||||
collections:
|
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:
|
Football:
|
||||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Football.jpg}
|
template: {name: Collection}
|
||||||
imdb_list: https://www.imdb.com/list/ls567409329/
|
imdb_list: https://www.imdb.com/list/ls567409329/
|
||||||
|
|
||||||
Inspirational:
|
Inspirational:
|
||||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Inspirational.jpg}
|
template: {name: Collection}
|
||||||
imdb_list: https://www.imdb.com/list/ls567409348/
|
imdb_list: https://www.imdb.com/list/ls567409348/
|
||||||
trakt_list: https://trakt.tv/users/rizreflects/lists/inspiring
|
trakt_list: https://trakt.tv/users/rizreflects/lists/inspiring
|
||||||
|
|
||||||
Natural Disaster:
|
Natural Disaster:
|
||||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Natural%20Disaster.jpg}
|
template: {name: Collection}
|
||||||
imdb_list: https://www.imdb.com/list/ls567402383/
|
imdb_list: https://www.imdb.com/list/ls567402383/
|
||||||
|
|
||||||
Spy:
|
Spy:
|
||||||
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/ls567409179
|
||||||
|
|
||||||
Stand-up Comedy:
|
Stand-up Comedy:
|
||||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Stand-Up%20Comedy.jpg}
|
template: {name: Collection}
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls567409881/
|
- https://www.imdb.com/list/ls567409881/
|
||||||
imdb_search:
|
imdb_search:
|
||||||
votes.gte: 100
|
votes.gte: 100
|
||||||
keyword: stand-up comedy
|
keyword: stand-up comedy
|
||||||
collection_order: release.desc
|
collection_order: release.desc
|
||||||
|
|
||||||
Unexpectedly Amazing:
|
Unexpectedly Amazing:
|
||||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Unexpectedly%20Amazing.jpg}
|
template: {name: Collection}
|
||||||
imdb_list: https://www.imdb.com/list/ls567408147/
|
imdb_list: https://www.imdb.com/list/ls567408147/
|
||||||
|
|
||||||
Witch:
|
Witch:
|
||||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Witch.jpg}
|
template: {name: Collection}
|
||||||
imdb_list: https://www.imdb.com/list/ls567408343/
|
imdb_list: https://www.imdb.com/list/ls567408343/
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ templates:
|
|||||||
collection_order: custom
|
collection_order: custom
|
||||||
sort_title: "!0001_<<collection_name>>"
|
sort_title: "!0001_<<collection_name>>"
|
||||||
collection_mode: show
|
collection_mode: show
|
||||||
|
visible_library: true
|
||||||
visible_home: true
|
visible_home: true
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
@@ -55,3 +56,6 @@ collections:
|
|||||||
all:
|
all:
|
||||||
writer: tmdb
|
writer: tmdb
|
||||||
tmdb_person: 592851
|
tmdb_person: 592851
|
||||||
|
visible_home: true
|
||||||
|
visible_shared: true
|
||||||
|
visible_library: true
|
||||||
|
|||||||
@@ -1,26 +1,32 @@
|
|||||||
|
# This file defines collections for a vast number of music genres.
|
||||||
|
# It uses a template to create a collection for each genre based on the
|
||||||
|
# 'album_genre' tag in the music library.
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
|
# A generic template for creating genre collections.
|
||||||
Genre:
|
Genre:
|
||||||
|
# This ensures that the collections are built based on album genres.
|
||||||
builder_level: album
|
builder_level: album
|
||||||
sort_title: +_<<collection_name>>
|
sort_title: +_<<collection_name>>
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
# collection_order: alpha
|
validate: false #to skip unused genres.
|
||||||
|
# A smart filter is used to find albums with the specified genre tag.
|
||||||
smart_filter:
|
smart_filter:
|
||||||
miminum_items: 2
|
miminum_items: 2
|
||||||
delete_below_minimum: true
|
delete_below_minimum: true
|
||||||
# limit: 50
|
|
||||||
sort_by: title.asc
|
sort_by: title.asc
|
||||||
# any:
|
|
||||||
all:
|
all:
|
||||||
album_genre: <<genres>>
|
album_genre: <<genres>>
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
######################################################
|
# Each of the following blocks defines a music genre collection.
|
||||||
# Genre Collections #
|
# The 'template' key is used to call the 'Genre' template with the genre name.
|
||||||
######################################################
|
|
||||||
2 Tone:
|
2 Tone:
|
||||||
template: {name: Genre, genres: 2 Tone}
|
template: {name: Genre, genres: 2 Tone}
|
||||||
2-Step:
|
2-Step:
|
||||||
template: {name: Genre, genres: 2-Step}
|
template: {name: Genre, genres: 2-Step}
|
||||||
|
# ... and so on for all the other genres.
|
||||||
|
# The structure is the same for all of them.
|
||||||
Aak:
|
Aak:
|
||||||
template: {name: Genre, genres: Aak}
|
template: {name: Genre, genres: Aak}
|
||||||
Abhang:
|
Abhang:
|
||||||
|
|||||||
@@ -1,15 +1,14 @@
|
|||||||
##############################################################################
|
# 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 #
|
|
||||||
# https://metamanager.wiki/en/latest/defaults/movie/continent.html #
|
|
||||||
##############################################################################
|
|
||||||
|
|
||||||
|
# External templates are used to avoid repetition.
|
||||||
external_templates:
|
external_templates:
|
||||||
file: config/templates/musictemplates.yml
|
file: config/templates/musictemplates.yml
|
||||||
template_variables:
|
template_variables:
|
||||||
collection_section: "001"
|
collection_section: "001"
|
||||||
|
|
||||||
|
# Template for creating smart filters.
|
||||||
templates:
|
templates:
|
||||||
smart_filters:
|
smart_filters:
|
||||||
default:
|
default:
|
||||||
@@ -31,6 +30,7 @@ templates:
|
|||||||
<<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
|
||||||
@@ -38,6 +38,7 @@ collections:
|
|||||||
key_name: Continent
|
key_name: Continent
|
||||||
translation_key: separator
|
translation_key: separator
|
||||||
|
|
||||||
|
# This dynamic collection creates a collection for each continent.
|
||||||
dynamic_collections:
|
dynamic_collections:
|
||||||
Continent:
|
Continent:
|
||||||
type: country
|
type: country
|
||||||
@@ -63,6 +64,7 @@ dynamic_collections:
|
|||||||
dynamic:
|
dynamic:
|
||||||
default: true
|
default: true
|
||||||
|
|
||||||
|
# The list of continents to create collections for.
|
||||||
include:
|
include:
|
||||||
- Africa
|
- Africa
|
||||||
- Americas
|
- Americas
|
||||||
@@ -71,6 +73,7 @@ dynamic_collections:
|
|||||||
- Europe
|
- Europe
|
||||||
- Oceania
|
- Oceania
|
||||||
|
|
||||||
|
# The 'addons' section maps countries to continents.
|
||||||
addons:
|
addons:
|
||||||
Africa:
|
Africa:
|
||||||
# Northern Africa:
|
# Northern Africa:
|
||||||
@@ -81,75 +84,7 @@ dynamic_collections:
|
|||||||
- Sudan
|
- Sudan
|
||||||
- Tunisia
|
- Tunisia
|
||||||
- Western Sahara
|
- Western Sahara
|
||||||
# Eastern Africa:
|
# ... and so on for all other continents and countries.
|
||||||
- British Indian Ocean Territory
|
|
||||||
- Burundi
|
|
||||||
- Comoros
|
|
||||||
- Djibouti
|
|
||||||
- Eritrea
|
|
||||||
- Ethiopia
|
|
||||||
- French Southern Territories
|
|
||||||
- Kenya
|
|
||||||
- Madagascar
|
|
||||||
- Malawi
|
|
||||||
- Mauritius
|
|
||||||
- Mayotte
|
|
||||||
- Mozambique
|
|
||||||
- Réunion
|
|
||||||
- Rwanda
|
|
||||||
- Seychelles
|
|
||||||
- Somalia
|
|
||||||
- South Sudan
|
|
||||||
- Uganda
|
|
||||||
- Tanzania
|
|
||||||
- United Republic of Tanzania # Tanzania
|
|
||||||
- Zambia
|
|
||||||
- Zimbabwe
|
|
||||||
# Central Africa:
|
|
||||||
- Angola
|
|
||||||
- Cameroon
|
|
||||||
- Central African Republic
|
|
||||||
- Chad
|
|
||||||
- Republic of the Congo
|
|
||||||
- Congo # Republic of the Congo
|
|
||||||
- Democratic Republic of the Congo
|
|
||||||
- Zaire # Democratic Republic of the Congo
|
|
||||||
- Equatorial Guinea
|
|
||||||
- Gabon
|
|
||||||
- São Tomé and Príncipe
|
|
||||||
- Sao Tome and Principe # São Tomé and Príncipe
|
|
||||||
# Southern Africa:
|
|
||||||
- Botswana
|
|
||||||
- Eswatini
|
|
||||||
- Swaziland # Eswatini
|
|
||||||
- Lesotho
|
|
||||||
- Namibia
|
|
||||||
- South Africa
|
|
||||||
# Western Africa:
|
|
||||||
- Benin
|
|
||||||
- Burkina Faso
|
|
||||||
- Cape Verde
|
|
||||||
- Cabo Verde # Cape Verde
|
|
||||||
- Côte d'Ivoire
|
|
||||||
- Côte d’Ivoire # Côte d'Ivoire
|
|
||||||
- Ivory Coast # Côte d'Ivoire
|
|
||||||
- Gambia
|
|
||||||
- Ghana
|
|
||||||
- Guinea
|
|
||||||
- Guinea-Bissau
|
|
||||||
- Liberia
|
|
||||||
- Mali
|
|
||||||
- Mauritania
|
|
||||||
- Niger
|
|
||||||
- Nigeria
|
|
||||||
- Saint Helena, Ascension and Tristan da Cunha
|
|
||||||
- Saint Helena # Saint Helena, Ascension and Tristan da Cunha
|
|
||||||
- St. Helena # Saint Helena, Ascension and Tristan da Cunha
|
|
||||||
- Ascension # Saint Helena, Ascension and Tristan da Cunha
|
|
||||||
- Tristan da Cunha # Saint Helena, Ascension and Tristan da Cunha
|
|
||||||
- Senegal
|
|
||||||
- Sierra Leone
|
|
||||||
- Togo
|
|
||||||
Americas:
|
Americas:
|
||||||
# Caribbean:
|
# Caribbean:
|
||||||
- Anguilla
|
- Anguilla
|
||||||
|
|||||||
@@ -1,10 +1,16 @@
|
|||||||
|
# This file defines a template for creating collections of tracks based on their "mood" tag.
|
||||||
|
# The dynamic collection that would use this template is commented out,
|
||||||
|
# so this file doesn't create any collections in its current state.
|
||||||
|
|
||||||
external_templates:
|
external_templates:
|
||||||
file: config/templates/musictemplates.yml
|
file: config/templates/musictemplates.yml
|
||||||
template_variables:
|
template_variables:
|
||||||
collection_section: "004"
|
collection_section: "004"
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
|
# This template creates a collection of tracks based on a mood.
|
||||||
track mood collection:
|
track mood collection:
|
||||||
|
# This ensures that the collections are built based on individual tracks.
|
||||||
builder_level: track
|
builder_level: track
|
||||||
smart_filter:
|
smart_filter:
|
||||||
limit: 100
|
limit: 100
|
||||||
@@ -14,10 +20,16 @@ templates:
|
|||||||
all:
|
all:
|
||||||
track_mood: <<value>>
|
track_mood: <<value>>
|
||||||
|
|
||||||
#dynamic_collections:
|
collections: {} #placeholder
|
||||||
# Track Moods:
|
|
||||||
# type: track_mood
|
# The following dynamic collection is commented out. If it were active, it would
|
||||||
# title_format: Top 100 <<key_name>> Tracks
|
# create a collection for each mood tag found in the library, containing the
|
||||||
# template:
|
# top 100 tracks with that mood.
|
||||||
# - track mood collection
|
#
|
||||||
# - shared
|
# dynamic_collections:
|
||||||
|
# Track Moods:
|
||||||
|
# type: track_mood
|
||||||
|
# title_format: Top 100 <<key_name>> Tracks
|
||||||
|
# template:
|
||||||
|
# - track mood collection
|
||||||
|
# - shared
|
||||||
|
|||||||
@@ -1,4 +1,10 @@
|
|||||||
|
# This file contains a set of reusable templates for creating collections in Kometa.
|
||||||
|
# These templates are referenced in other configuration files to avoid repetition
|
||||||
|
# and to ensure consistency across collections.
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
|
# Template for creating a separator in the Plex library.
|
||||||
|
# Separators are empty collections used to visually group other collections.
|
||||||
separator:
|
separator:
|
||||||
default:
|
default:
|
||||||
key: separator
|
key: separator
|
||||||
@@ -40,6 +46,7 @@ templates:
|
|||||||
summary: <<summary_<<key>>>>
|
summary: <<summary_<<key>>>>
|
||||||
name: <<name_<<key>>>>
|
name: <<name_<<key>>>>
|
||||||
|
|
||||||
|
# Template for shared settings that are common to many collections.
|
||||||
shared:
|
shared:
|
||||||
conditionals:
|
conditionals:
|
||||||
name_<<key>>:
|
name_<<key>>:
|
||||||
@@ -133,6 +140,7 @@ templates:
|
|||||||
minimum_items: <<minimum_items_<<key>>>>
|
minimum_items: <<minimum_items_<<key>>>>
|
||||||
delete_collections_named: <<delete_collections_named>>
|
delete_collections_named: <<delete_collections_named>>
|
||||||
|
|
||||||
|
# Template for creating a smart filter.
|
||||||
smart_filter:
|
smart_filter:
|
||||||
default:
|
default:
|
||||||
sort_by: release.desc
|
sort_by: release.desc
|
||||||
@@ -152,6 +160,7 @@ templates:
|
|||||||
<<search_term>>: <<search_value>>
|
<<search_term>>: <<search_value>>
|
||||||
<<search_term2>>: <<search_value2>>
|
<<search_term2>>: <<search_value2>>
|
||||||
|
|
||||||
|
# Template for creating a filter.
|
||||||
filter:
|
filter:
|
||||||
default:
|
default:
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
@@ -171,6 +180,7 @@ templates:
|
|||||||
filters:
|
filters:
|
||||||
<<filter_term>>: <<value>>
|
<<filter_term>>: <<value>>
|
||||||
|
|
||||||
|
# Template for creating a smart collection from an MDbList list.
|
||||||
mdb_smart:
|
mdb_smart:
|
||||||
default:
|
default:
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
@@ -182,6 +192,7 @@ templates:
|
|||||||
sync_mode: <<sync_mode_<<key>>>>
|
sync_mode: <<sync_mode_<<key>>>>
|
||||||
mdblist_list: <<mdblist_list>>
|
mdblist_list: <<mdblist_list>>
|
||||||
|
|
||||||
|
# Template for settings related to Radarr and Sonarr.
|
||||||
arr:
|
arr:
|
||||||
default:
|
default:
|
||||||
key: <<mapping_name>>
|
key: <<mapping_name>>
|
||||||
@@ -217,6 +228,7 @@ templates:
|
|||||||
radarr_search: <<radarr_search_<<key>>>>
|
radarr_search: <<radarr_search_<<key>>>>
|
||||||
sonarr_search: <<sonarr_search_<<key>>>>
|
sonarr_search: <<sonarr_search_<<key>>>>
|
||||||
|
|
||||||
|
# Template for custom collections.
|
||||||
custom:
|
custom:
|
||||||
default:
|
default:
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
@@ -228,6 +240,7 @@ templates:
|
|||||||
sync_mode: <<sync_mode_<<key>>>>
|
sync_mode: <<sync_mode_<<key>>>>
|
||||||
cache_builders: <<cache_builders>>
|
cache_builders: <<cache_builders>>
|
||||||
|
|
||||||
|
# Template for "Other" collections.
|
||||||
other_collection:
|
other_collection:
|
||||||
default:
|
default:
|
||||||
collection_section: "00"
|
collection_section: "00"
|
||||||
@@ -237,6 +250,7 @@ templates:
|
|||||||
run_definition: <<use_other>>
|
run_definition: <<use_other>>
|
||||||
sort_title: "!<<collection_section>><<pre>><<title>>"
|
sort_title: "!<<collection_section>><<pre>><<title>>"
|
||||||
|
|
||||||
|
# Template for year-based collections.
|
||||||
use_year_collections:
|
use_year_collections:
|
||||||
conditionals:
|
conditionals:
|
||||||
final_collection_section:
|
final_collection_section:
|
||||||
|
|||||||
@@ -1,89 +1,100 @@
|
|||||||
#######################################################
|
# 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:
|
Animal:
|
||||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Animal.jpg}
|
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
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -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:
|
templates:
|
||||||
|
# A generic template for creating topic-based collections.
|
||||||
Collection:
|
Collection:
|
||||||
optional:
|
optional:
|
||||||
- show
|
- show
|
||||||
- poster
|
- poster
|
||||||
tvdb_show: <<show>>
|
tvdb_show: <<show>>
|
||||||
#url_poster: <<poster>>
|
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
collection_order: audience_rating.desc
|
collection_order: audience_rating.desc
|
||||||
sort_title: "!060_<<collection_name>>"
|
sort_title: "!060_<<collection_name>>"
|
||||||
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 topic.
|
||||||
|
# The 'template' key is used to call the 'Collection' template.
|
||||||
|
# The shows are sourced from IMDb lists.
|
||||||
Anthology:
|
Anthology:
|
||||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/WhoDat104/Genres/main/Anthology.jpg}
|
template: {name: Collection}
|
||||||
imdb_list: https://www.imdb.com/list/ls567937024/
|
imdb_list: https://www.imdb.com/list/ls567937024/
|
||||||
|
|
||||||
Apocalypse:
|
Apocalypse:
|
||||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Apocalypse.jpg}
|
template: {name: Collection}
|
||||||
imdb_list: https://www.imdb.com/list/ls527128700/
|
imdb_list: https://www.imdb.com/list/ls527128700/
|
||||||
|
|
||||||
Historical Fiction:
|
Historical Fiction:
|
||||||
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/ls527147593/
|
||||||
|
|
||||||
Medical:
|
Medical:
|
||||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Medical.jpg}
|
template: {name: Collection}
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls064005250/
|
- https://www.imdb.com/list/ls064005250/
|
||||||
- https://www.imdb.com/list/ls567394825/
|
- https://www.imdb.com/list/ls567394825/
|
||||||
|
|
||||||
Slice of Life:
|
Slice of Life:
|
||||||
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/ls527147618/
|
||||||
|
|
||||||
Spy:
|
Spy:
|
||||||
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/ls527147789/
|
imdb_list: https://www.imdb.com/list/ls527147789/
|
||||||
|
|
||||||
Stephen King:
|
Stephen King:
|
||||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Stephen%20King.jpg}
|
template: {name: Collection}
|
||||||
imdb_list: https://www.imdb.com/list/ls567399416/
|
imdb_list: https://www.imdb.com/list/ls567399416/
|
||||||
|
|
||||||
Supernatural:
|
Supernatural:
|
||||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Supernatural.jpg}
|
template: {name: Collection}
|
||||||
imdb_list: https://www.imdb.com/list/ls527140144/
|
imdb_list: https://www.imdb.com/list/ls527140144/
|
||||||
|
|
||||||
Time Travel:
|
Time Travel:
|
||||||
template: {name: Collection} #poster: https://raw.githubusercontent.com/kometa-team/Default-Images/master/genre/Time%20Travel.jpg}
|
template: {name: Collection}
|
||||||
imdb_list: https://www.imdb.com/list/ls527147299/
|
imdb_list: https://www.imdb.com/list/ls527147299/
|
||||||
|
|||||||
@@ -1,19 +1,25 @@
|
|||||||
#######################################
|
# 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:
|
||||||
|
# A collection based on the Plex watchlist of a user named Laura.
|
||||||
Laura's Watchlist:
|
Laura's Watchlist:
|
||||||
plex_watchlist: critic_rating.desc
|
plex_watchlist: critic_rating.desc
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
sort_title: "!0001_<<collection_name>>"
|
sort_title: "!0001_<<collection_name>>"
|
||||||
collection_mode: show
|
collection_mode: show
|
||||||
|
|
||||||
|
# A collection of TV shows to watch with someone named Britty, from a Trakt list.
|
||||||
Watch with Britty:
|
Watch with Britty:
|
||||||
trakt_list: https://trakt.tv/users/fuschaitea/lists/shows-to-watch-with-britty
|
trakt_list: https://trakt.tv/users/fuschaitea/lists/shows-to-watch-with-britty
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
collection_mode: show
|
collection_mode: show
|
||||||
sort_title: "!0001_<<collection_name>>"
|
sort_title: "!0001_<<collection_name>>"
|
||||||
|
|
||||||
|
# A collection of movie and TV show recommendations for "Mum".
|
||||||
|
# It combines multiple Trakt lists.
|
||||||
Recommendations for Mum:
|
Recommendations for Mum:
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/fuschaitea/lists/recommendations-for-mum-movies-couchmoney-tv
|
- https://trakt.tv/users/fuschaitea/lists/recommendations-for-mum-movies-couchmoney-tv
|
||||||
|
|||||||
Reference in New Issue
Block a user