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:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ overlays:
|
|||||||
|
|
||||||
############################
|
############################
|
||||||
# ICHIMOKU #
|
# ICHIMOKU #
|
||||||
############################
|
############################
|
||||||
|
|
||||||
DV:
|
DV:
|
||||||
overlay: DV
|
overlay: DV
|
||||||
@@ -33,7 +33,7 @@ overlays:
|
|||||||
overlay: DV-DolbyTrueHDAtmos
|
overlay: DV-DolbyTrueHDAtmos
|
||||||
plex_search:
|
plex_search:
|
||||||
all:
|
all:
|
||||||
collection: DV-DolbyTrueHDAtmos
|
collection: DV-DolbyTrueHDAtmos
|
||||||
DV-dtsX:
|
DV-dtsX:
|
||||||
overlay: DV-dtsX
|
overlay: DV-dtsX
|
||||||
plex_search:
|
plex_search:
|
||||||
@@ -43,7 +43,7 @@ overlays:
|
|||||||
overlay: DV-dtsHD
|
overlay: DV-dtsHD
|
||||||
plex_search:
|
plex_search:
|
||||||
all:
|
all:
|
||||||
collection: DV-dtsHD
|
collection: DV-dtsHD
|
||||||
4K:
|
4K:
|
||||||
overlay: 4K_banner
|
overlay: 4K_banner
|
||||||
plex_search:
|
plex_search:
|
||||||
@@ -73,7 +73,7 @@ overlays:
|
|||||||
overlay: 4K-DolbyDigitalPlus
|
overlay: 4K-DolbyDigitalPlus
|
||||||
plex_search:
|
plex_search:
|
||||||
all:
|
all:
|
||||||
collection: 4K-DolbyDigitalPlus
|
collection: 4K-DolbyDigitalPlus
|
||||||
4K-DolbyDigitalPlusAtmos:
|
4K-DolbyDigitalPlusAtmos:
|
||||||
overlay: 4K-DolbyDigitalPlusAtmos
|
overlay: 4K-DolbyDigitalPlusAtmos
|
||||||
plex_search:
|
plex_search:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
> I use my own script `Posterizarr.ps1` to get textless posters https://github.com/fscorrupt/Posterizarr .
|
> I use my own script `Posterizarr.ps1` to get textless posters https://github.com/fscorrupt/Posterizarr .
|
||||||
>
|
>
|
||||||
> I also use Kometa's assets with folder structure as described in the wiki here: https://metamanager.wiki/en/latest/kometa/guides/assets/
|
> I also use Kometa's assets with folder structure as described in the wiki here: https://metamanager.wiki/en/latest/kometa/guides/assets/
|
||||||
|
|
||||||
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)
|
|
||||||
@@ -35,30 +35,30 @@ collections:
|
|||||||
Matt Damon:
|
Matt Damon:
|
||||||
template: {name: Actor, person: 1892, poster: 47461}
|
template: {name: Actor, person: 1892, poster: 47461}
|
||||||
Adam Sandler:
|
Adam Sandler:
|
||||||
template: {name: Actor, person: 19292, poster: 53382}
|
template: {name: Actor, person: 19292, poster: 53382}
|
||||||
Tom Hanks:
|
Tom Hanks:
|
||||||
template: {name: Actor, person: 31, poster: 47480}
|
template: {name: Actor, person: 31, poster: 47480}
|
||||||
Jim Carrey:
|
Jim Carrey:
|
||||||
template: {name: Actor, person: 206, poster: 464665}
|
template: {name: Actor, person: 206, poster: 464665}
|
||||||
Anne Hathaway:
|
Anne Hathaway:
|
||||||
template: {name: Actor, person: 1813, poster: 464632}
|
template: {name: Actor, person: 1813, poster: 464632}
|
||||||
Ryan Reynolds:
|
Ryan Reynolds:
|
||||||
template: {name: Actor, person: 10859, poster: 125984}
|
template: {name: Actor, person: 10859, poster: 125984}
|
||||||
Robin Williams:
|
Robin Williams:
|
||||||
template: {name: Actor, person: 2157, poster: 116364}
|
template: {name: Actor, person: 2157, poster: 116364}
|
||||||
Ryan Gosling:
|
Ryan Gosling:
|
||||||
template: {name: Actor, person: 30614, poster: 136161}
|
template: {name: Actor, person: 30614, poster: 136161}
|
||||||
Jeff Goldblum:
|
Jeff Goldblum:
|
||||||
template: {name: Actor, person: 4785, poster: 125817}
|
template: {name: Actor, person: 4785, poster: 125817}
|
||||||
Arnold Schwarzenegger:
|
Arnold Schwarzenegger:
|
||||||
template: {name: Actor, person: 1100, poster: 47415}
|
template: {name: Actor, person: 1100, poster: 47415}
|
||||||
Clint Eastwood:
|
Clint Eastwood:
|
||||||
template: {name: Actor, person: 190, poster: 447160}
|
template: {name: Actor, person: 190, poster: 447160}
|
||||||
Ben Stiller:
|
Ben Stiller:
|
||||||
template: {name: Actor, person: 7399, poster: 150150}
|
template: {name: Actor, person: 7399, poster: 150150}
|
||||||
Owen Wilson:
|
Owen Wilson:
|
||||||
template: {name: Actor, person: 887, poster: 125611}
|
template: {name: Actor, person: 887, poster: 125611}
|
||||||
Matthew McConaughey:
|
Matthew McConaughey:
|
||||||
template: {name: Actor, person: 10297, poster: 252246}
|
template: {name: Actor, person: 10297, poster: 252246}
|
||||||
Jake Gyllenhaal:
|
Jake Gyllenhaal:
|
||||||
template: {name: Actor, person: 131, poster: 252237}
|
template: {name: Actor, person: 131, poster: 252237}
|
||||||
@@ -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
|
||||||
@@ -607,7 +631,7 @@ playlist_files:
|
|||||||
use_walking: true
|
use_walking: true
|
||||||
radarr_add_missing_walking: false
|
radarr_add_missing_walking: false
|
||||||
sonarr_add_missing_walking: false # Can be individually specified per library as well
|
sonarr_add_missing_walking: false # Can be individually specified per library as well
|
||||||
|
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
# Global Settings - Can be overridden per library
|
# Global Settings - Can be overridden per library
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
@@ -615,7 +639,7 @@ settings:
|
|||||||
# Caching options
|
# Caching options
|
||||||
cache: true
|
cache: true
|
||||||
cache_expiration: 60
|
cache_expiration: 60
|
||||||
|
|
||||||
# Asset settings
|
# Asset settings
|
||||||
asset_directory: /assets
|
asset_directory: /assets
|
||||||
asset_folders: true
|
asset_folders: true
|
||||||
@@ -627,20 +651,20 @@ settings:
|
|||||||
show_missing_season_assets: true
|
show_missing_season_assets: true
|
||||||
show_missing_episode_assets: false
|
show_missing_episode_assets: false
|
||||||
show_asset_not_needed: false
|
show_asset_not_needed: false
|
||||||
|
|
||||||
# Sync and collection settings
|
# Sync and collection settings
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
default_collection_order:
|
default_collection_order:
|
||||||
minimum_items: 1
|
minimum_items: 1
|
||||||
delete_below_minimum: false
|
delete_below_minimum: false
|
||||||
delete_not_scheduled: false
|
delete_not_scheduled: false
|
||||||
|
|
||||||
# Scheduling
|
# Scheduling
|
||||||
run_again_delay: 0
|
run_again_delay: 0
|
||||||
|
|
||||||
# Release settings
|
# Release settings
|
||||||
missing_only_released: true
|
missing_only_released: true
|
||||||
|
|
||||||
# Display options
|
# Display options
|
||||||
show_unconfigured: true
|
show_unconfigured: true
|
||||||
show_unmanaged: false
|
show_unmanaged: false
|
||||||
@@ -649,33 +673,33 @@ settings:
|
|||||||
show_missing: true
|
show_missing: true
|
||||||
only_filter_missing: false
|
only_filter_missing: false
|
||||||
show_missing_assets: true
|
show_missing_assets: true
|
||||||
|
|
||||||
# Report settings
|
# Report settings
|
||||||
save_report: false
|
save_report: false
|
||||||
|
|
||||||
# API settings
|
# API settings
|
||||||
tvdb_language: eng
|
tvdb_language: eng
|
||||||
ignore_ids:
|
ignore_ids:
|
||||||
ignore_imdb_ids:
|
ignore_imdb_ids:
|
||||||
item_refresh_delay: 0
|
item_refresh_delay: 0
|
||||||
|
|
||||||
# Playlist settings
|
# Playlist settings
|
||||||
playlist_sync_to_users: all
|
playlist_sync_to_users: all
|
||||||
playlist_report: false
|
playlist_report: false
|
||||||
playlist_exclude_users: Louisa, Peter
|
playlist_exclude_users: Louisa, Peter
|
||||||
|
|
||||||
# Advanced options
|
# Advanced options
|
||||||
custom_repo:
|
custom_repo:
|
||||||
verify_ssl: true
|
verify_ssl: true
|
||||||
check_nightly: false
|
check_nightly: false
|
||||||
|
|
||||||
# Execution order
|
# Execution order
|
||||||
run_order:
|
run_order:
|
||||||
- operations
|
- operations
|
||||||
- metadata
|
- metadata
|
||||||
- collections
|
- collections
|
||||||
- overlays
|
- overlays
|
||||||
|
|
||||||
# Overlay settings
|
# Overlay settings
|
||||||
overlay_artwork_filetype: jpg
|
overlay_artwork_filetype: jpg
|
||||||
overlay_artwork_quality: 90
|
overlay_artwork_quality: 90
|
||||||
@@ -689,12 +713,12 @@ plex:
|
|||||||
url: http://plex:32400
|
url: http://plex:32400
|
||||||
token:
|
token:
|
||||||
timeout: 360
|
timeout: 360
|
||||||
|
|
||||||
# Maintenance options
|
# Maintenance options
|
||||||
clean_bundles: false
|
clean_bundles: false
|
||||||
empty_trash: false
|
empty_trash: false
|
||||||
optimize: false
|
optimize: false
|
||||||
|
|
||||||
# Cache options
|
# Cache options
|
||||||
db_cache:
|
db_cache:
|
||||||
verify_ssl:
|
verify_ssl:
|
||||||
@@ -713,7 +737,7 @@ webhooks:
|
|||||||
# TMDb (The Movie Database) Configuration
|
# TMDb (The Movie Database) Configuration
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
tmdb:
|
tmdb:
|
||||||
apikey:
|
apikey:
|
||||||
language: en
|
language: en
|
||||||
cache_expiration: 60
|
cache_expiration: 60
|
||||||
region:
|
region:
|
||||||
@@ -724,13 +748,13 @@ tmdb:
|
|||||||
tautulli:
|
tautulli:
|
||||||
# Tautulli API settings
|
# Tautulli API settings
|
||||||
url: http://tautulli:8181
|
url: http://tautulli:8181
|
||||||
apikey:
|
apikey:
|
||||||
|
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
# OMDb (Open Movie Database) Configuration
|
# OMDb (Open Movie Database) Configuration
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
omdb:
|
omdb:
|
||||||
apikey:
|
apikey:
|
||||||
cache_expiration: 60
|
cache_expiration: 60
|
||||||
|
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
@@ -739,9 +763,9 @@ omdb:
|
|||||||
radarr:
|
radarr:
|
||||||
# Radarr server connection
|
# Radarr server connection
|
||||||
url: http://radarr:7878
|
url: http://radarr:7878
|
||||||
token:
|
token:
|
||||||
version: v4
|
version: v4
|
||||||
|
|
||||||
# Download settings
|
# Download settings
|
||||||
root_folder_path: /mnt/unionfs/Movies
|
root_folder_path: /mnt/unionfs/Movies
|
||||||
monitor: false
|
monitor: false
|
||||||
@@ -750,11 +774,11 @@ radarr:
|
|||||||
tag: kometa
|
tag: kometa
|
||||||
search: false
|
search: false
|
||||||
add_existing: false
|
add_existing: false
|
||||||
|
|
||||||
# Path mapping
|
# Path mapping
|
||||||
radarr_path:
|
radarr_path:
|
||||||
plex_path:
|
plex_path:
|
||||||
|
|
||||||
# Movie management
|
# Movie management
|
||||||
add_missing: false
|
add_missing: false
|
||||||
upgrade_existing: false
|
upgrade_existing: false
|
||||||
@@ -767,9 +791,9 @@ radarr:
|
|||||||
sonarr:
|
sonarr:
|
||||||
# Sonarr server connection
|
# Sonarr server connection
|
||||||
url: http://sonarr:8989
|
url: http://sonarr:8989
|
||||||
token:
|
token:
|
||||||
version: v4
|
version: v4
|
||||||
|
|
||||||
# Download settings
|
# Download settings
|
||||||
root_folder_path: /mnt/unionfs/Shows
|
root_folder_path: /mnt/unionfs/Shows
|
||||||
monitor: none
|
monitor: none
|
||||||
@@ -781,11 +805,11 @@ sonarr:
|
|||||||
search: false
|
search: false
|
||||||
cutoff_search: false
|
cutoff_search: false
|
||||||
add_existing: false
|
add_existing: false
|
||||||
|
|
||||||
# Path mapping
|
# Path mapping
|
||||||
sonarr_path:
|
sonarr_path:
|
||||||
plex_path:
|
plex_path:
|
||||||
|
|
||||||
# Show management
|
# Show management
|
||||||
add_missing: false
|
add_missing: false
|
||||||
upgrade_existing: false
|
upgrade_existing: false
|
||||||
@@ -796,14 +820,14 @@ sonarr:
|
|||||||
# Trakt Configuration (Social tracking)
|
# Trakt Configuration (Social tracking)
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
trakt:
|
trakt:
|
||||||
client_id:
|
client_id:
|
||||||
client_secret:
|
client_secret:
|
||||||
# OAuth authentication tokens
|
# OAuth authentication tokens
|
||||||
authorization:
|
authorization:
|
||||||
access_token:
|
access_token:
|
||||||
token_type: Bearer
|
token_type: Bearer
|
||||||
expires_in: 7889238
|
expires_in: 7889238
|
||||||
refresh_token:
|
refresh_token:
|
||||||
scope: public
|
scope: public
|
||||||
created_at: 1759861193
|
created_at: 1759861193
|
||||||
pin:
|
pin:
|
||||||
@@ -813,5 +837,5 @@ trakt:
|
|||||||
# MDBList Configuration (Database/list services)
|
# MDBList Configuration (Database/list services)
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
mdblist:
|
mdblist:
|
||||||
apikey:
|
apikey:
|
||||||
cache_expiration: 60
|
cache_expiration: 60
|
||||||
|
|||||||
@@ -21,13 +21,13 @@ templates:
|
|||||||
url_poster: https://theposterdb.com/api/assets/<<poster>>
|
url_poster: https://theposterdb.com/api/assets/<<poster>>
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
summary: <<collection_name>>'s Films
|
summary: <<collection_name>>'s Films
|
||||||
collection_mode: hide_items
|
collection_mode: hide_items
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
John Carpenter:
|
John Carpenter:
|
||||||
template: {name: Director, person: 11770, poster: 56450}
|
template: {name: Director, person: 11770, poster: 56450}
|
||||||
Wes Craven:
|
Wes Craven:
|
||||||
template: {name: Director, person: 5140, poster: 355110}
|
template: {name: Director, person: 5140, poster: 355110}
|
||||||
Christopher Nolan:
|
Christopher Nolan:
|
||||||
template: {name: Director, person: 525, poster: 47425}
|
template: {name: Director, person: 525, poster: 47425}
|
||||||
Quentin Tarantino:
|
Quentin Tarantino:
|
||||||
@@ -35,20 +35,20 @@ collections:
|
|||||||
Steven Spielberg:
|
Steven Spielberg:
|
||||||
template: {name: Director, person: 488, poster: 47477}
|
template: {name: Director, person: 488, poster: 47477}
|
||||||
Michael Bay:
|
Michael Bay:
|
||||||
template: {name: Director, person: 865, poster: 47463}
|
template: {name: Director, person: 865, poster: 47463}
|
||||||
Martin Scorsese:
|
Martin Scorsese:
|
||||||
template: {name: Director, person: 1032, poster: 47460}
|
template: {name: Director, person: 1032, poster: 47460}
|
||||||
Peter Jackson:
|
Peter Jackson:
|
||||||
template: {name: Director, person: 108, poster: 165687}
|
template: {name: Director, person: 108, poster: 165687}
|
||||||
Stanley Kubrick:
|
Stanley Kubrick:
|
||||||
template: {name: Director, person: 240, poster: 47475}
|
template: {name: Director, person: 240, poster: 47475}
|
||||||
Ridley Scott:
|
Ridley Scott:
|
||||||
template: {name: Director, person: 578, poster: 47470}
|
template: {name: Director, person: 578, poster: 47470}
|
||||||
David Fincher:
|
David Fincher:
|
||||||
template: {name: Director, person: 7467, poster: 47439}
|
template: {name: Director, person: 7467, poster: 47439}
|
||||||
Denis Villeneuve:
|
Denis Villeneuve:
|
||||||
template: {name: Director, person: 137427, poster: 326125}
|
template: {name: Director, person: 137427, poster: 326125}
|
||||||
Makoto Shinkai:
|
Makoto Shinkai:
|
||||||
template: {name: Director, person: 74091, poster: 364190}
|
template: {name: Director, person: 74091, poster: 364190}
|
||||||
Stephen King:
|
Stephen King:
|
||||||
template: {name: Writer, person: 3027, poster: 47476}
|
template: {name: Writer, person: 3027, poster: 47476}
|
||||||
@@ -36,7 +36,7 @@ collections:
|
|||||||
smart_filter:
|
smart_filter:
|
||||||
all:
|
all:
|
||||||
rating.gte: 9.5
|
rating.gte: 9.5
|
||||||
sort: random
|
sort: random
|
||||||
|
|
||||||
100% Rated Movies:
|
100% Rated Movies:
|
||||||
sort_title: "!C <<collection_name>>"
|
sort_title: "!C <<collection_name>>"
|
||||||
@@ -45,7 +45,7 @@ collections:
|
|||||||
smart_filter:
|
smart_filter:
|
||||||
all:
|
all:
|
||||||
rating.gte: 10
|
rating.gte: 10
|
||||||
sort: random
|
sort: random
|
||||||
|
|
||||||
Animated Movies:
|
Animated Movies:
|
||||||
template: { name: Special Genre }
|
template: { name: Special Genre }
|
||||||
@@ -54,7 +54,7 @@ collections:
|
|||||||
- https://www.imdb.com/list/ls051688785/
|
- https://www.imdb.com/list/ls051688785/
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/movistapp/lists/animation?sort=rank,asc
|
- https://trakt.tv/users/movistapp/lists/animation?sort=rank,asc
|
||||||
summary: "A choice of 189 of the best animated movies released between 2000 and 2025"
|
summary: "A choice of 189 of the best animated movies released between 2000 and 2025"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Anime Movies:
|
Anime Movies:
|
||||||
@@ -81,10 +81,10 @@ collections:
|
|||||||
Based on Comics Movies:
|
Based on Comics Movies:
|
||||||
template: { name: Special Genre }
|
template: { name: Special Genre }
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/k0meta/lists/movies-based-on-comics?sort=rank,asc
|
- https://trakt.tv/users/k0meta/lists/movies-based-on-comics?sort=rank,asc
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Based on True Events Movies:
|
Based on True Events Movies:
|
||||||
template: { name: Special Genre }
|
template: { name: Special Genre }
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/benfranklin/lists/based-on-a-true-story?sort=rank,asc
|
- https://trakt.tv/users/benfranklin/lists/based-on-a-true-story?sort=rank,asc
|
||||||
@@ -95,8 +95,8 @@ collections:
|
|||||||
Based on Video Games Movies:
|
Based on Video Games Movies:
|
||||||
template: { name: Special Genre }
|
template: { name: Special Genre }
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/k0meta/lists/movies-based-on-video-games?sort=rank,asc
|
- https://trakt.tv/users/k0meta/lists/movies-based-on-video-games?sort=rank,asc
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Biopic Movies:
|
Biopic Movies:
|
||||||
template: { name: Special Genre }
|
template: { name: Special Genre }
|
||||||
@@ -114,16 +114,15 @@ collections:
|
|||||||
- https://www.imdb.com/list/ls003667158/
|
- https://www.imdb.com/list/ls003667158/
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/omegaforce696/lists/car-movies?sort=rank,asc
|
- https://trakt.tv/users/omegaforce696/lists/car-movies?sort=rank,asc
|
||||||
summary: "Best Car Movies of all time"
|
summary: "Best Car Movies of all time"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
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."
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Dark Comedy Movies:
|
Dark Comedy Movies:
|
||||||
@@ -131,7 +130,7 @@ collections:
|
|||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls066399600/
|
- https://www.imdb.com/list/ls066399600/
|
||||||
- https://www.imdb.com/list/ls052772888/
|
- https://www.imdb.com/list/ls052772888/
|
||||||
summary: "Best Dark Comedy movies of all time."
|
summary: "Best Dark Comedy movies of all time."
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Disaster Movies:
|
Disaster Movies:
|
||||||
@@ -141,7 +140,7 @@ collections:
|
|||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/sflixkd/lists/disaster-films?sort=popularity,asc
|
- https://trakt.tv/users/sflixkd/lists/disaster-films?sort=popularity,asc
|
||||||
- https://trakt.tv/users/jiehad/lists/disaster-movie?sort=released,asc
|
- https://trakt.tv/users/jiehad/lists/disaster-movie?sort=released,asc
|
||||||
summary: "A disaster film or disaster movie is a film genre that has an impending or ongoing disaster as its subject and primary plot device."
|
summary: "A disaster film or disaster movie is a film genre that has an impending or ongoing disaster as its subject and primary plot device."
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Documentary Movies:
|
Documentary Movies:
|
||||||
@@ -158,15 +157,15 @@ collections:
|
|||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls080399485/
|
- https://www.imdb.com/list/ls080399485/
|
||||||
summary: "The Best Movies About Entrepreneurship"
|
summary: "The Best Movies About Entrepreneurship"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Family Movies:
|
Family Movies:
|
||||||
template: { name: Special Genre }
|
template: { name: Special Genre }
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/mah_entaddikt/lists/best-family-films
|
- https://trakt.tv/users/mah_entaddikt/lists/best-family-films
|
||||||
- https://trakt.tv/users/pants42/lists/movies-family?sort=rank,asc
|
- https://trakt.tv/users/pants42/lists/movies-family?sort=rank,asc
|
||||||
- https://trakt.tv/users/k0meta/lists/family-favorites?sort=rank,asc
|
- https://trakt.tv/users/k0meta/lists/family-favorites?sort=rank,asc
|
||||||
summary: "Best Rated Family Movies of all time"
|
summary: "Best Rated Family Movies of all time"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Fantasy Movies:
|
Fantasy Movies:
|
||||||
@@ -184,8 +183,8 @@ collections:
|
|||||||
- https://www.imdb.com/list/ls008633159/
|
- https://www.imdb.com/list/ls008633159/
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/rontraub/lists/fight-movies?sort=rank,asc
|
- https://trakt.tv/users/rontraub/lists/fight-movies?sort=rank,asc
|
||||||
summary: "Best Fight Movies of all time"
|
summary: "Best Fight Movies of all time"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Found Footage Movies:
|
Found Footage Movies:
|
||||||
template: { name: Special Genre }
|
template: { name: Special Genre }
|
||||||
@@ -194,7 +193,7 @@ collections:
|
|||||||
- https://trakt.tv/users/sp1ti/lists/extensive-found-footage-films-list-by-tdwillis-26273?sort=released,asc
|
- https://trakt.tv/users/sp1ti/lists/extensive-found-footage-films-list-by-tdwillis-26273?sort=released,asc
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls063914804/
|
- https://www.imdb.com/list/ls063914804/
|
||||||
summary: "Best Found Footage Movies of all time"
|
summary: "Best Found Footage Movies of all time"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Gangster Movies:
|
Gangster Movies:
|
||||||
@@ -203,7 +202,7 @@ collections:
|
|||||||
- https://trakt.tv/users/k0meta/lists/gangster-mafia-movies?sort=rank,asc
|
- https://trakt.tv/users/k0meta/lists/gangster-mafia-movies?sort=rank,asc
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls066176690/
|
- https://www.imdb.com/list/ls066176690/
|
||||||
summary: "Best Gangster movies of all time."
|
summary: "Best Gangster movies of all time."
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Hacker Movies:
|
Hacker Movies:
|
||||||
@@ -219,9 +218,9 @@ collections:
|
|||||||
- https://trakt.tv/users/mantero/lists/robbery-movies?sort=released,asc
|
- https://trakt.tv/users/mantero/lists/robbery-movies?sort=released,asc
|
||||||
- https://trakt.tv/users/ilium/lists/great-heist-movies?sort=rank,asc
|
- https://trakt.tv/users/ilium/lists/great-heist-movies?sort=rank,asc
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls021434413/
|
- https://www.imdb.com/list/ls021434413/
|
||||||
- https://www.imdb.com/list/ls086639673/
|
- https://www.imdb.com/list/ls086639673/
|
||||||
summary: "Best Heist Movies of all time"
|
summary: "Best Heist Movies of all time"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Historical Epic Movies:
|
Historical Epic Movies:
|
||||||
@@ -230,7 +229,7 @@ collections:
|
|||||||
- https://www.imdb.com/list/ls095246868/
|
- https://www.imdb.com/list/ls095246868/
|
||||||
- https://www.imdb.com/list/ls063414075/
|
- https://www.imdb.com/list/ls063414075/
|
||||||
- https://www.imdb.com/list/ls047154491/
|
- https://www.imdb.com/list/ls047154491/
|
||||||
summary: "Best Historical Epic movies of all time."
|
summary: "Best Historical Epic movies of all time."
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Horror Movies:
|
Horror Movies:
|
||||||
@@ -240,16 +239,16 @@ collections:
|
|||||||
- https://trakt.tv/users/ttaggart/lists/horror-movies-to-watch?sort=rank,asc
|
- https://trakt.tv/users/ttaggart/lists/horror-movies-to-watch?sort=rank,asc
|
||||||
- https://trakt.tv/users/mattrizzo/lists/horror-mania?sort=released,asc
|
- https://trakt.tv/users/mattrizzo/lists/horror-mania?sort=released,asc
|
||||||
- https://trakt.tv/users/majeed_pk/lists/best-supernatural-horror-movies-and-tv?sort=rank,asc
|
- https://trakt.tv/users/majeed_pk/lists/best-supernatural-horror-movies-and-tv?sort=rank,asc
|
||||||
summary: "Best Horror Movies of all time"
|
summary: "Best Horror Movies of all time"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Mafia Movies:
|
Mafia Movies:
|
||||||
template: { name: Special Genre }
|
template: { name: Special Genre }
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/media-rumor/lists/mafia-movies?sort=popularity,asc
|
- https://trakt.tv/users/media-rumor/lists/mafia-movies?sort=popularity,asc
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls068980300/
|
- https://www.imdb.com/list/ls068980300/
|
||||||
summary: "Best Mafia & Gangster Movies of all time"
|
summary: "Best Mafia & Gangster Movies of all time"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Mindfuck Movies:
|
Mindfuck Movies:
|
||||||
@@ -262,7 +261,7 @@ collections:
|
|||||||
summary: "A collection of Movies that will mess with your mind!"
|
summary: "A collection of Movies that will mess with your mind!"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Movies with a Twist:
|
Movies with a Twist:
|
||||||
template: { name: Special Genre }
|
template: { name: Special Genre }
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/hdlists/lists/crazy-plot-twists?sort=rank,asc
|
- https://trakt.tv/users/hdlists/lists/crazy-plot-twists?sort=rank,asc
|
||||||
@@ -276,7 +275,7 @@ collections:
|
|||||||
- https://trakt.tv/users/maxtrontv/lists/movies-you-must-see-before-you-die?page=4&sort=rank,asc
|
- https://trakt.tv/users/maxtrontv/lists/movies-you-must-see-before-you-die?page=4&sort=rank,asc
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls039101558/
|
- https://www.imdb.com/list/ls039101558/
|
||||||
summary: "Movies You Must See Before You Die."
|
summary: "Movies You Must See Before You Die."
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Music Movies:
|
Music Movies:
|
||||||
@@ -286,15 +285,15 @@ collections:
|
|||||||
- https://trakt.tv/users/startec1690/lists/musical-movies?sort=rank,asc
|
- https://trakt.tv/users/startec1690/lists/musical-movies?sort=rank,asc
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls066191116/
|
- https://www.imdb.com/list/ls066191116/
|
||||||
summary: "Best Music/Musical movies of all time."
|
summary: "Best Music/Musical movies of all time."
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Mystery Movies:
|
Mystery Movies:
|
||||||
template: { name: Special Genre }
|
template: { name: Special Genre }
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/hdlists/lists/latest-hd-mystery-movies-top-rated-from-1980-to-today?sort=rank,asc
|
- https://trakt.tv/users/hdlists/lists/latest-hd-mystery-movies-top-rated-from-1980-to-today?sort=rank,asc
|
||||||
- https://trakt.tv/users/galacticboy/lists/top-250-mystery-movies?sort=rank,asc
|
- https://trakt.tv/users/galacticboy/lists/top-250-mystery-movies?sort=rank,asc
|
||||||
summary: "Best Rated Mystery Movies of all time"
|
summary: "Best Rated Mystery Movies of all time"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Nostalgia Movies:
|
Nostalgia Movies:
|
||||||
@@ -315,7 +314,7 @@ collections:
|
|||||||
- https://www.imdb.com/list/ls076649490/
|
- https://www.imdb.com/list/ls076649490/
|
||||||
- https://www.imdb.com/list/ls099860390/
|
- https://www.imdb.com/list/ls099860390/
|
||||||
- https://www.imdb.com/list/ls022345978/
|
- https://www.imdb.com/list/ls022345978/
|
||||||
summary: "Best Rated One Man Army Movies of all time"
|
summary: "Best Rated One Man Army Movies of all time"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Parody Movies:
|
Parody Movies:
|
||||||
@@ -328,8 +327,8 @@ collections:
|
|||||||
- https://www.imdb.com/list/ls061358718/
|
- https://www.imdb.com/list/ls061358718/
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/majeed_pk/lists/spoof-parody-films?sort=rank,asc
|
- https://trakt.tv/users/majeed_pk/lists/spoof-parody-films?sort=rank,asc
|
||||||
- https://trakt.tv/users/kodi-c881832b-f962-4cc7-b587-ed15aed31a9c/lists/parody-spoof-movies?sort=added,asc
|
- https://trakt.tv/users/kodi-c881832b-f962-4cc7-b587-ed15aed31a9c/lists/parody-spoof-movies?sort=added,asc
|
||||||
summary: "Best Parody Movies of all time"
|
summary: "Best Parody Movies of all time"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Pet Movies:
|
Pet Movies:
|
||||||
@@ -352,7 +351,7 @@ collections:
|
|||||||
- https://www.imdb.com/list/ls058479560/
|
- https://www.imdb.com/list/ls058479560/
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/29zombies/lists/romantic-comedies?sort=title,asc
|
- https://trakt.tv/users/29zombies/lists/romantic-comedies?sort=title,asc
|
||||||
summary: "Best Romantic Comedy Movies of all time"
|
summary: "Best Romantic Comedy Movies of all time"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Serial Killers Movies:
|
Serial Killers Movies:
|
||||||
@@ -363,7 +362,7 @@ collections:
|
|||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls063841856/
|
- https://www.imdb.com/list/ls063841856/
|
||||||
- https://www.imdb.com/list/ls008127108/
|
- https://www.imdb.com/list/ls008127108/
|
||||||
summary: "Best Serial Killers movies of all time."
|
summary: "Best Serial Killers movies of all time."
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Slasher Horrors Movies:
|
Slasher Horrors Movies:
|
||||||
@@ -372,7 +371,7 @@ collections:
|
|||||||
- https://trakt.tv/users/rizreflects/lists/slasher-movies?sort=rank,asc
|
- https://trakt.tv/users/rizreflects/lists/slasher-movies?sort=rank,asc
|
||||||
- https://trakt.tv/users/drachenplatinum/lists/slashers?sort=rank,asc
|
- https://trakt.tv/users/drachenplatinum/lists/slashers?sort=rank,asc
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls029703473/
|
- https://www.imdb.com/list/ls029703473/
|
||||||
summary: "Best Slasher Horrors of all time"
|
summary: "Best Slasher Horrors of all time"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
@@ -381,7 +380,7 @@ collections:
|
|||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls063156587/
|
- https://www.imdb.com/list/ls063156587/
|
||||||
summary: "Best 90s/2000s Slasher Horrors"
|
summary: "Best 90s/2000s Slasher Horrors"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Sport Movies:
|
Sport Movies:
|
||||||
template: { name: Special Genre }
|
template: { name: Special Genre }
|
||||||
@@ -396,7 +395,7 @@ collections:
|
|||||||
- https://trakt.tv/users/maxtrontv/lists/spy-movies?sort=released,asc
|
- https://trakt.tv/users/maxtrontv/lists/spy-movies?sort=released,asc
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls066367722/
|
- https://www.imdb.com/list/ls066367722/
|
||||||
summary: "Best Spy movies of all time."
|
summary: "Best Spy movies of all time."
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Stoner Movies:
|
Stoner Movies:
|
||||||
@@ -412,7 +411,7 @@ collections:
|
|||||||
- https://www.imdb.com/list/ls076799034/
|
- https://www.imdb.com/list/ls076799034/
|
||||||
- https://www.imdb.com/list/ls036810850/
|
- https://www.imdb.com/list/ls036810850/
|
||||||
- https://www.imdb.com/list/ls083546886/
|
- https://www.imdb.com/list/ls083546886/
|
||||||
summary: "Best Stoner Movies of all time"
|
summary: "Best Stoner Movies of all time"
|
||||||
|
|
||||||
Time Loop Movies:
|
Time Loop Movies:
|
||||||
template: { name: Special Genre }
|
template: { name: Special Genre }
|
||||||
@@ -437,14 +436,14 @@ collections:
|
|||||||
|
|
||||||
Top 50 Grossing Films of All-Time:
|
Top 50 Grossing Films of All-Time:
|
||||||
template: { name: Special Genre }
|
template: { name: Special Genre }
|
||||||
tmdb_list:
|
tmdb_list:
|
||||||
- https://www.themoviedb.org/list/10
|
- https://www.themoviedb.org/list/10
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
|
|
||||||
Top Grossing Films Annually:
|
Top Grossing Films Annually:
|
||||||
template: { name: Special Genre }
|
template: { name: Special Genre }
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls568936874/
|
- https://www.imdb.com/list/ls568936874/
|
||||||
collection_order: release.desc
|
collection_order: release.desc
|
||||||
|
|
||||||
War Movies:
|
War Movies:
|
||||||
@@ -453,8 +452,8 @@ collections:
|
|||||||
- https://www.imdb.com/list/ls024001687/
|
- https://www.imdb.com/list/ls024001687/
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/maxwelldeux/lists/101-war-movies-you-must-see-before-you-die?sort=rank,asc
|
- https://trakt.tv/users/maxwelldeux/lists/101-war-movies-you-must-see-before-you-die?sort=rank,asc
|
||||||
- https://trakt.tv/users/babakhan23/lists/war-movies?sort=rank,asc
|
- https://trakt.tv/users/babakhan23/lists/war-movies?sort=rank,asc
|
||||||
summary: "Best Rated War Movies of all time"
|
summary: "Best Rated War Movies of all time"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Western Movies:
|
Western Movies:
|
||||||
@@ -465,7 +464,7 @@ collections:
|
|||||||
- https://www.imdb.com/list/ls003680383/
|
- https://www.imdb.com/list/ls003680383/
|
||||||
- https://www.imdb.com/list/ls002124326/
|
- https://www.imdb.com/list/ls002124326/
|
||||||
- https://www.imdb.com/list/ls066568329/
|
- https://www.imdb.com/list/ls066568329/
|
||||||
summary: "Best Western movies of all time."
|
summary: "Best Western movies of all time."
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Zombie Movies:
|
Zombie Movies:
|
||||||
@@ -475,5 +474,5 @@ collections:
|
|||||||
- https://trakt.tv/users/kuratchikingu/lists/zombie-movies-shows?sort=rank,asc
|
- https://trakt.tv/users/kuratchikingu/lists/zombie-movies-shows?sort=rank,asc
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls000058536/
|
- https://www.imdb.com/list/ls000058536/
|
||||||
summary: "Best Zombie Movies of all time"
|
summary: "Best Zombie Movies of all time"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
@@ -5,7 +5,7 @@ templates:
|
|||||||
Original:
|
Original:
|
||||||
sort_title: "!AAA <<collection_name>>"
|
sort_title: "!AAA <<collection_name>>"
|
||||||
collection_order: release
|
collection_order: release
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
Studios:
|
Studios:
|
||||||
sort_title: "!AAB <<collection_name>>"
|
sort_title: "!AAB <<collection_name>>"
|
||||||
collection_order: release
|
collection_order: release
|
||||||
@@ -17,111 +17,111 @@ collections:
|
|||||||
template: { name: Original }
|
template: { name: Original }
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/k0meta/lists/netflix-originals?sort=rank,asc
|
- https://trakt.tv/users/k0meta/lists/netflix-originals?sort=rank,asc
|
||||||
summary: "Feature films by Netflix"
|
summary: "Feature films by Netflix"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
Disney+ Originals:
|
Disney+ Originals:
|
||||||
template: { name: Original }
|
template: { name: Original }
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/k0meta/lists/disney-originals?sort=rank,asc
|
- https://trakt.tv/users/k0meta/lists/disney-originals?sort=rank,asc
|
||||||
summary: "Feature films by Disney+"
|
summary: "Feature films by Disney+"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
AppleTV+ Originals:
|
AppleTV+ Originals:
|
||||||
template: { name: Original }
|
template: { name: Original }
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/k0meta/lists/appletv-originals?sort=rank,asc
|
- https://trakt.tv/users/k0meta/lists/appletv-originals?sort=rank,asc
|
||||||
summary: "Feature films by AppleTV+"
|
summary: "Feature films by AppleTV+"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
Amazon Originals:
|
Amazon Originals:
|
||||||
template: { name: Original }
|
template: { name: Original }
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/k0meta/lists/amazon-originals?sort=rank,asc
|
- https://trakt.tv/users/k0meta/lists/amazon-originals?sort=rank,asc
|
||||||
summary: "Feature films by Amazon"
|
summary: "Feature films by Amazon"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
#Studios
|
#Studios
|
||||||
Pixar Movies:
|
Pixar Movies:
|
||||||
template: { name: Studios }
|
template: { name: Studios }
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/draackje/lists/pixar-feature-films?sort=released,desc
|
- https://trakt.tv/users/draackje/lists/pixar-feature-films?sort=released,desc
|
||||||
summary: "Feature films by Pixar AnimationStudios"
|
summary: "Feature films by Pixar AnimationStudios"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Walt Disney Pictures Movies:
|
Walt Disney Pictures Movies:
|
||||||
template: { name: Studios }
|
template: { name: Studios }
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/addvariety/lists/the-complete-walt-disney-animation-studios-collection?sort=released,asc
|
- https://trakt.tv/users/addvariety/lists/the-complete-walt-disney-animation-studios-collection?sort=released,asc
|
||||||
summary: "Feature films by Walt Disney PicturesStudios"
|
summary: "Feature films by Walt Disney PicturesStudios"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Disney Live-Action Remakes:
|
Disney Live-Action Remakes:
|
||||||
template: { name: Studios }
|
template: { name: Studios }
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/aaron713/lists/disney-live-action-adaptations-and-remakes-of-disney-animated-films?sort=rank,asc
|
- https://trakt.tv/users/aaron713/lists/disney-live-action-adaptations-and-remakes-of-disney-animated-films?sort=rank,asc
|
||||||
summary: "Disney Live-Action Remakes"
|
summary: "Disney Live-Action Remakes"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Dreamworks Movies:
|
Dreamworks Movies:
|
||||||
template: { name: Studios }
|
template: { name: Studios }
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/draackje/lists/dreamworks-feature-films?sort=released,desc
|
- https://trakt.tv/users/draackje/lists/dreamworks-feature-films?sort=released,desc
|
||||||
summary: "Feature films by Dreamworks Animation."
|
summary: "Feature films by Dreamworks Animation."
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
A24 Movies:
|
A24 Movies:
|
||||||
template: { name: Studios }
|
template: { name: Studios }
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/fidel-cb/lists/a24-movies-and-tv-shows?sort=released,asc
|
- https://trakt.tv/users/fidel-cb/lists/a24-movies-and-tv-shows?sort=released,asc
|
||||||
summary: "Movies, TV Shows and Documentaries that A24 has produced/distributed."
|
summary: "Movies, TV Shows and Documentaries that A24 has produced/distributed."
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Sony Pictures Animation:
|
Sony Pictures Animation:
|
||||||
template: { name: Studios }
|
template: { name: Studios }
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/donxy/lists/sony-pictures-animation?sort=released,desc
|
- https://trakt.tv/users/donxy/lists/sony-pictures-animation?sort=released,desc
|
||||||
- https://trakt.tv/users/oneluckydad/lists/sony-pictures-animation?sort=released,asc
|
- https://trakt.tv/users/oneluckydad/lists/sony-pictures-animation?sort=released,asc
|
||||||
summary: "Movies, TV Shows and Documentaries that Sony Pictures Animation has produced."
|
summary: "Movies, TV Shows and Documentaries that Sony Pictures Animation has produced."
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Paramount PicturesStudios:
|
Paramount PicturesStudios:
|
||||||
template: { name: Studios }
|
template: { name: Studios }
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/boleg/lists/paramount-movies-2015-2023?sort=rank,asc
|
- https://trakt.tv/users/boleg/lists/paramount-movies-2015-2023?sort=rank,asc
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls029950709/
|
- https://www.imdb.com/list/ls029950709/
|
||||||
summary: "Feature films by Paramount PicturesStudios"
|
summary: "Feature films by Paramount PicturesStudios"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Universal Pictures:
|
Universal Pictures:
|
||||||
template: { name: Studios }
|
template: { name: Studios }
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/max-blade/lists/film-animation-classique-universal-pictures
|
- https://trakt.tv/users/max-blade/lists/film-animation-classique-universal-pictures
|
||||||
summary: "Feature films by Universal Pictures"
|
summary: "Feature films by Universal Pictures"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Warner Bros. Pictures:
|
Warner Bros. Pictures:
|
||||||
template: { name: Studios }
|
template: { name: Studios }
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls099404144/
|
- https://www.imdb.com/list/ls099404144/
|
||||||
summary: "Feature films by Warner Bros. Pictures"
|
summary: "Feature films by Warner Bros. Pictures"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Studio Ghibli:
|
Studio Ghibli:
|
||||||
template: { name: Studios }
|
template: { name: Studios }
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/draackje/lists/studio-ghibli-feature-films?sort=released,desc
|
- https://trakt.tv/users/draackje/lists/studio-ghibli-feature-films?sort=released,desc
|
||||||
summary: "Feature films by Studio Ghibli"
|
summary: "Feature films by Studio Ghibli"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Blumhouse Productions:
|
Blumhouse Productions:
|
||||||
template: { name: Studios }
|
template: { name: Studios }
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls521124741/
|
- https://www.imdb.com/list/ls521124741/
|
||||||
summary: "Feature films by Blumhouse Productions"
|
summary: "Feature films by Blumhouse Productions"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
|
|
||||||
Legendary Pictures:
|
Legendary Pictures:
|
||||||
template: { name: Studios }
|
template: { name: Studios }
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/rhwonderful/lists/legendary-pictures?sort=rank,asc
|
- https://trakt.tv/users/rhwonderful/lists/legendary-pictures?sort=rank,asc
|
||||||
summary: "Feature films by Legendary Pictures"
|
summary: "Feature films by Legendary Pictures"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
@@ -7,7 +7,7 @@ templates:
|
|||||||
4K:
|
4K:
|
||||||
default:
|
default:
|
||||||
4K: false
|
4K: false
|
||||||
allowed_library_types: <<4K>>
|
allowed_library_types: <<4K>>
|
||||||
|
|
||||||
overlays:
|
overlays:
|
||||||
4K_banner:
|
4K_banner:
|
||||||
@@ -45,7 +45,7 @@ overlays:
|
|||||||
plex_search:
|
plex_search:
|
||||||
all:
|
all:
|
||||||
audience_rating.gte: 6.5
|
audience_rating.gte: 6.5
|
||||||
|
|
||||||
rating_mid:
|
rating_mid:
|
||||||
overlay:
|
overlay:
|
||||||
name: Rating_Mid_BG
|
name: Rating_Mid_BG
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ templates:
|
|||||||
4K:
|
4K:
|
||||||
default:
|
default:
|
||||||
4K: false
|
4K: false
|
||||||
allowed_library_types: <<4K>>
|
allowed_library_types: <<4K>>
|
||||||
|
|
||||||
overlays:
|
overlays:
|
||||||
4K_banner:
|
4K_banner:
|
||||||
@@ -45,7 +45,7 @@ overlays:
|
|||||||
plex_search:
|
plex_search:
|
||||||
all:
|
all:
|
||||||
audience_rating.gte: 6.5
|
audience_rating.gte: 6.5
|
||||||
|
|
||||||
rating_mid:
|
rating_mid:
|
||||||
overlay:
|
overlay:
|
||||||
name: Rating_Mid_BG
|
name: Rating_Mid_BG
|
||||||
|
|||||||
@@ -19,9 +19,9 @@ templates:
|
|||||||
- audience_rating.desc
|
- audience_rating.desc
|
||||||
- critic_rating.desc
|
- critic_rating.desc
|
||||||
limit: <<limit>>
|
limit: <<limit>>
|
||||||
summary: The top <<limit>> episodes of <<title>>, sorted by IMDb rating.
|
summary: The top <<limit>> episodes of <<title>>, sorted by IMDb rating.
|
||||||
sort_title: " !AC<<title>>"
|
sort_title: " !AC<<title>>"
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
|
|
||||||
# Custom iCarly Collection due to a bug with the 2021 iCarly Show
|
# Custom iCarly Collection due to a bug with the 2021 iCarly Show
|
||||||
Custom iCarly:
|
Custom iCarly:
|
||||||
@@ -34,9 +34,9 @@ templates:
|
|||||||
- audience_rating.desc
|
- audience_rating.desc
|
||||||
- critic_rating.desc
|
- critic_rating.desc
|
||||||
limit: <<limit>>
|
limit: <<limit>>
|
||||||
summary: The top <<limit>> episodes of <<title>>, sorted by IMDb rating.
|
summary: The top <<limit>> episodes of <<title>>, sorted by IMDb rating.
|
||||||
sort_title: " !AC<<title>>"
|
sort_title: " !AC<<title>>"
|
||||||
collection_mode: hide
|
collection_mode: hide
|
||||||
|
|
||||||
# Chronological TV Episode Collections
|
# Chronological TV Episode Collections
|
||||||
Chronological-Episode-Level Genre:
|
Chronological-Episode-Level Genre:
|
||||||
@@ -51,7 +51,7 @@ collections:
|
|||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/fs-corrupt/lists/star-wars-the-clone-wars-chronological-episode-order?sort=rank,asc
|
- https://trakt.tv/users/fs-corrupt/lists/star-wars-the-clone-wars-chronological-episode-order?sort=rank,asc
|
||||||
summary: "Star Wars: The Clone Wars Chronological Episode Order"
|
summary: "Star Wars: The Clone Wars Chronological Episode Order"
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
sort_title: " !AD<<title>>"
|
sort_title: " !AD<<title>>"
|
||||||
|
|
||||||
# Custom Collections
|
# Custom Collections
|
||||||
@@ -60,7 +60,7 @@ collections:
|
|||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/nichtlegacy/lists/all-time-favorites?sort=rank,asc
|
- https://trakt.tv/users/nichtlegacy/lists/all-time-favorites?sort=rank,asc
|
||||||
summary: "Personal favorites from all time"
|
summary: "Personal favorites from all time"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
sort_title: " !AA<<title>>"
|
sort_title: " !AA<<title>>"
|
||||||
|
|
||||||
All Time Favorite Nickelodeon Shows:
|
All Time Favorite Nickelodeon Shows:
|
||||||
@@ -68,7 +68,7 @@ collections:
|
|||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/thelagacyminer/lists/all-time-favorite-nickelodeon-shows?sort=rank,asc
|
- https://trakt.tv/users/thelagacyminer/lists/all-time-favorite-nickelodeon-shows?sort=rank,asc
|
||||||
summary: "Personal favorites from all time"
|
summary: "Personal favorites from all time"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
sort_title: " !AA<<title>>"
|
sort_title: " !AA<<title>>"
|
||||||
|
|
||||||
Based on Video Games Shows:
|
Based on Video Games Shows:
|
||||||
@@ -101,7 +101,7 @@ collections:
|
|||||||
- https://trakt.tv/users/k0meta/lists/shows-based-on-true-stories?sort=rank,asc
|
- https://trakt.tv/users/k0meta/lists/shows-based-on-true-stories?sort=rank,asc
|
||||||
summary: "Shows Based on True Events"
|
summary: "Shows Based on True Events"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
sort_title: " !AA<<title>>"
|
sort_title: " !AA<<title>>"
|
||||||
|
|
||||||
Nostalgia Shows:
|
Nostalgia Shows:
|
||||||
template: { name: Special Genre }
|
template: { name: Special Genre }
|
||||||
@@ -109,7 +109,7 @@ collections:
|
|||||||
- https://trakt.tv/users/k0meta/lists/nostalgia-shows?sort=rank,asc
|
- https://trakt.tv/users/k0meta/lists/nostalgia-shows?sort=rank,asc
|
||||||
summary: "Nostalgia Shows"
|
summary: "Nostalgia Shows"
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
sort_title: " !AA<<title>>"
|
sort_title: " !AA<<title>>"
|
||||||
|
|
||||||
# Holiday TV Episodes
|
# Holiday TV Episodes
|
||||||
Halloween TV Episodes:
|
Halloween TV Episodes:
|
||||||
@@ -118,8 +118,8 @@ collections:
|
|||||||
- https://trakt.tv/users/efreakiel/lists/halloween-tv-episodes?sort=title,asc
|
- https://trakt.tv/users/efreakiel/lists/halloween-tv-episodes?sort=title,asc
|
||||||
- https://trakt.tv/users/finniefoo/lists/halloween-episodes?sort=rank,asc
|
- https://trakt.tv/users/finniefoo/lists/halloween-episodes?sort=rank,asc
|
||||||
summary: "Halloween television episodes"
|
summary: "Halloween television episodes"
|
||||||
collection_order: random
|
collection_order: random
|
||||||
sort_title: " !AB<<title>>"
|
sort_title: " !AB<<title>>"
|
||||||
|
|
||||||
Christmas TV Episodes:
|
Christmas TV Episodes:
|
||||||
template: { name: Holiday Episodes }
|
template: { name: Holiday Episodes }
|
||||||
@@ -128,7 +128,7 @@ collections:
|
|||||||
- https://trakt.tv/users/somedude69/lists/wikipedia-christmas-episodes-sitcoms
|
- https://trakt.tv/users/somedude69/lists/wikipedia-christmas-episodes-sitcoms
|
||||||
summary: "Christmas television episodes"
|
summary: "Christmas television episodes"
|
||||||
collection_order: random
|
collection_order: random
|
||||||
sort_title: " !AB<<title>>"
|
sort_title: " !AB<<title>>"
|
||||||
|
|
||||||
# Custom Top XX Collections
|
# Custom Top XX Collections
|
||||||
|
|
||||||
@@ -141,8 +141,8 @@ collections:
|
|||||||
sort_by: audience_rating.desc
|
sort_by: audience_rating.desc
|
||||||
limit: 100
|
limit: 100
|
||||||
all:
|
all:
|
||||||
title.is: "Spongebob Schwammkopf"
|
title.is: "Spongebob Schwammkopf"
|
||||||
sort_title: " !AC<<title>>"
|
sort_title: " !AC<<title>>"
|
||||||
|
|
||||||
# The Middle (Custom due to a bug with "Malcolm in the Middle")
|
# The Middle (Custom due to a bug with "Malcolm in the Middle")
|
||||||
The Middle Top 50:
|
The Middle Top 50:
|
||||||
@@ -178,26 +178,26 @@ collections:
|
|||||||
limit: 50
|
limit: 50
|
||||||
all:
|
all:
|
||||||
title.is: "Dr. House"
|
title.is: "Dr. House"
|
||||||
sort_title: " !AC<<title>>"
|
sort_title: " !AC<<title>>"
|
||||||
|
|
||||||
# Top XX Collections via template
|
# Top XX Collections via template
|
||||||
Simpsons Top 100:
|
Simpsons Top 100:
|
||||||
template: {name: Top Episodes IMDB, limit: 100, title: "The Simpsons"}
|
template: {name: Top Episodes IMDB, limit: 100, title: "The Simpsons"}
|
||||||
|
|
||||||
Family Guy Top 100:
|
Family Guy Top 100:
|
||||||
template: {name: Top Episodes IMDB, limit: 100, title: "Family Guy"}
|
template: {name: Top Episodes IMDB, limit: 100, title: "Family Guy"}
|
||||||
|
|
||||||
The Office (US) Top 50:
|
The Office (US) Top 50:
|
||||||
template: {name: Top Episodes IMDB, limit: 50, title: "The Office (US)"}
|
template: {name: Top Episodes IMDB, limit: 50, title: "The Office (US)"}
|
||||||
|
|
||||||
How I Met Your Mother Top 50:
|
How I Met Your Mother Top 50:
|
||||||
template: {name: Top Episodes IMDB, limit: 50, title: "How I Met Your Mother"}
|
template: {name: Top Episodes IMDB, limit: 50, title: "How I Met Your Mother"}
|
||||||
|
|
||||||
Two and a Half Men Top 50:
|
Two and a Half Men Top 50:
|
||||||
template: {name: Top Episodes IMDB, limit: 50, title: "Two and a Half Men"}
|
template: {name: Top Episodes IMDB, limit: 50, title: "Two and a Half Men"}
|
||||||
|
|
||||||
Black Mirror Top 5:
|
Black Mirror Top 5:
|
||||||
template: {name: Top Episodes IMDB, limit: 5, title: "Black Mirror"}
|
template: {name: Top Episodes IMDB, limit: 5, title: "Black Mirror"}
|
||||||
|
|
||||||
Phineas and Ferb Top 25:
|
Phineas and Ferb Top 25:
|
||||||
template: {name: Top Episodes IMDB, limit: 25, title: "Phineas and Ferb"}
|
template: {name: Top Episodes IMDB, limit: 25, title: "Phineas and Ferb"}
|
||||||
@@ -206,9 +206,9 @@ collections:
|
|||||||
template: {name: Top Episodes IMDB, limit: 50, title: "South Park"}
|
template: {name: Top Episodes IMDB, limit: 50, title: "South Park"}
|
||||||
|
|
||||||
Rick and Morty Top 25:
|
Rick and Morty Top 25:
|
||||||
template: {name: Top Episodes IMDB, limit: 25, title: "Rick and Morty"}
|
template: {name: Top Episodes IMDB, limit: 25, title: "Rick and Morty"}
|
||||||
|
|
||||||
# iCarly (2007)
|
# iCarly (2007)
|
||||||
iCarly Top 30:
|
iCarly Top 30:
|
||||||
template: {name: Custom iCarly, limit: 30, title: "iCarly"}
|
template: {name: Custom iCarly, limit: 30, title: "iCarly"}
|
||||||
|
|
||||||
|
|||||||
@@ -156,7 +156,7 @@ dynamic_collections:
|
|||||||
bourne: https://trakt.tv/lists/official/the-bourne-collection?sort=rank,asc
|
bourne: https://trakt.tv/lists/official/the-bourne-collection?sort=rank,asc
|
||||||
mmax: https://trakt.tv/lists/official/mad-max-collection?sort=rank,asc
|
mmax: https://trakt.tv/lists/official/mad-max-collection?sort=rank,asc
|
||||||
chucky: https://trakt.tv/users/rzepkowski/lists/child-s-play-movies?sort=rank,asc
|
chucky: https://trakt.tv/users/rzepkowski/lists/child-s-play-movies?sort=rank,asc
|
||||||
texaschainsaw: https://trakt.tv/users/rzepkowski/lists/the-texas-chainsaw-massacre-movies?sort=rank,asc
|
texaschainsaw: https://trakt.tv/users/rzepkowski/lists/the-texas-chainsaw-massacre-movies?sort=rank,asc
|
||||||
apie: https://trakt.tv/users/elieser49ers/lists/american-pie-franchise-chronological-order?sort=rank,asc
|
apie: https://trakt.tv/users/elieser49ers/lists/american-pie-franchise-chronological-order?sort=rank,asc
|
||||||
wturn: https://trakt.tv/users/bruinschris/lists/wrong-turn-1-7?sort=rank,asc
|
wturn: https://trakt.tv/users/bruinschris/lists/wrong-turn-1-7?sort=rank,asc
|
||||||
## Shows
|
## Shows
|
||||||
|
|||||||
@@ -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]
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
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/
|
||||||
|
|||||||
@@ -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
@@ -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 d’Ivoire # 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
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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/
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user