diff --git a/fscorrupt/4kmovieoverlays.yml b/fscorrupt/4kmovieoverlays.yml
index 86cdec50..96ac520a 100644
--- a/fscorrupt/4kmovieoverlays.yml
+++ b/fscorrupt/4kmovieoverlays.yml
@@ -2,7 +2,7 @@ overlays:
############################
# ICHIMOKU #
-############################
+############################
DV:
overlay: DV
@@ -33,7 +33,7 @@ overlays:
overlay: DV-DolbyTrueHDAtmos
plex_search:
all:
- collection: DV-DolbyTrueHDAtmos
+ collection: DV-DolbyTrueHDAtmos
DV-dtsX:
overlay: DV-dtsX
plex_search:
@@ -43,7 +43,7 @@ overlays:
overlay: DV-dtsHD
plex_search:
all:
- collection: DV-dtsHD
+ collection: DV-dtsHD
4K:
overlay: 4K_banner
plex_search:
@@ -73,7 +73,7 @@ overlays:
overlay: 4K-DolbyDigitalPlus
plex_search:
all:
- collection: 4K-DolbyDigitalPlus
+ collection: 4K-DolbyDigitalPlus
4K-DolbyDigitalPlusAtmos:
overlay: 4K-DolbyDigitalPlusAtmos
plex_search:
diff --git a/fscorrupt/Anime.yml b/fscorrupt/Anime.yml
index 8833f06a..a7c28439 100644
--- a/fscorrupt/Anime.yml
+++ b/fscorrupt/Anime.yml
@@ -32,10 +32,19 @@ templates:
default:
title: feature
limit: 100
- imdb_list:
- - url: https://www.imdb.com/search/title/?title_type=<
>&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=<>
+ imdb_search:
+ - type: <>
+ release.gte: 1990-01-01
+ rating.gte: 5.0
+ votes.gte: 100000
+ genre: <>
limit: <>
- - url: https://www.imdb.com/search/title/?title_type=<>&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=<>&sort=user_rating,desc
+ - type: <>
+ release.gte: 1990-01-01
+ rating.gte: 5.0
+ votes.gte: 100000
+ genre: <>
+ sort_by: rating.desc
limit: <>
sort_title: +++_<>
sync_mode: sync
@@ -149,10 +158,11 @@ collections:
Popular:
template: {name: Chart Alpha, num: 4}
tmdb_popular: 40
- imdb_list:
- url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short
+ imdb_search:
+ type: movie, tv_movie, documentary, short
+ sort_by: popularity.desc
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
schedule: daily
Top Rated:
diff --git a/fscorrupt/AnimeShows.yml b/fscorrupt/AnimeShows.yml
index 7546cb30..cde9b139 100644
--- a/fscorrupt/AnimeShows.yml
+++ b/fscorrupt/AnimeShows.yml
@@ -50,10 +50,11 @@ collections:
Popular:
template: {name: Chart Alpha, num: 4}
tmdb_popular: 40
- imdb_list:
- url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short
+ imdb_search:
+ type: movie, tv_movie, documentary, short
+ sort_by: popularity.desc
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
schedule: daily
Top Rated:
@@ -61,9 +62,4 @@ collections:
tmdb_top_rated: 250
summary: Top Rated Movies across the internet
url_poster: https://i.imgur.com/VvfdUHn.jpg
- 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)
\ No newline at end of file
+ schedule: daily
\ No newline at end of file
diff --git a/fscorrupt/KidsMovies.yml b/fscorrupt/KidsMovies.yml
index cfac8ab3..c2b7ec27 100644
--- a/fscorrupt/KidsMovies.yml
+++ b/fscorrupt/KidsMovies.yml
@@ -32,11 +32,20 @@ templates:
default:
title: feature
limit: 100
- imdb_list:
- - url: https://www.imdb.com/search/title/?title_type=<>&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=<>
- limit: <>
- - url: https://www.imdb.com/search/title/?title_type=<>&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=<>&sort=user_rating,desc
- limit: <>
+ imdb_search:
+ - type: <>
+ release.gte: 1990-01-01
+ rating.gte: 5.0
+ votes.gte: 100000
+ genre: <>
+ limit: <>
+ - type: <>
+ release.gte: 1990-01-01
+ rating.gte: 5.0
+ votes.gte: 100000
+ genre: <>
+ sort_by: rating.desc
+ limit: <>
sort_title: +++_<>
sync_mode: sync
collection_order: alpha
@@ -156,10 +165,11 @@ collections:
Popular:
template: {name: Chart Alpha, num: 4}
tmdb_popular: 40
- imdb_list:
- url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short
+ imdb_search:
+ type: movie, tv_movie, documentary, short
+ sort_by: popularity.desc
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
schedule: daily
Top Rated:
diff --git a/fscorrupt/KidsShows.yml b/fscorrupt/KidsShows.yml
index 7546cb30..287136a9 100644
--- a/fscorrupt/KidsShows.yml
+++ b/fscorrupt/KidsShows.yml
@@ -44,26 +44,22 @@ collections:
trakt_trending: 40
tmdb_trending_daily: 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
schedule: daily
Popular:
template: {name: Chart Alpha, num: 4}
tmdb_popular: 40
- imdb_list:
- url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short
+ imdb_search:
+ type: movie, tv_movie, documentary, short
+ sort_by: popularity.desc
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
schedule: daily
Top Rated:
template: {name: Chart Alpha, num: 5}
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
- 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)
\ No newline at end of file
+ schedule: daily
\ No newline at end of file
diff --git a/fscorrupt/Movies.yml b/fscorrupt/Movies.yml
index a774606b..77017403 100644
--- a/fscorrupt/Movies.yml
+++ b/fscorrupt/Movies.yml
@@ -33,8 +33,12 @@ templates:
title: feature
limit: 100
imdb_search:
- - url: https://www.imdb.com/search/title/?title_type=<>&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=<>&sort=user_rating,desc
- limit: <>
+ - type: <>
+ release.gte: 1990-01-01
+ rating.gte: 5.0
+ votes.gte: 100000
+ genre: <>
+ limit: <>
sort_title: +++_<>
sync_mode: sync
collection_order: alpha
diff --git a/fscorrupt/README.md b/fscorrupt/README.md
index 951c3114..da454888 100644
--- a/fscorrupt/README.md
+++ b/fscorrupt/README.md
@@ -2,13 +2,13 @@
> [!IMPORTANT]
> 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/
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 after Kometa run:
-
+
diff --git a/fscorrupt/TVShows.yml b/fscorrupt/TVShows.yml
index 7546cb30..2d0d6fd6 100644
--- a/fscorrupt/TVShows.yml
+++ b/fscorrupt/TVShows.yml
@@ -44,26 +44,22 @@ collections:
trakt_trending: 40
tmdb_trending_daily: 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
schedule: daily
Popular:
template: {name: Chart Alpha, num: 4}
tmdb_popular: 40
- imdb_list:
- url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short
+ imdb_search:
+ type: movie, tv_movie, documentary, short
+ sort_by: popularity.desc
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
schedule: daily
Top Rated:
template: {name: Chart Alpha, num: 5}
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
- 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)
\ No newline at end of file
+ schedule: daily
\ No newline at end of file
diff --git a/fscorrupt/actors.yml b/fscorrupt/actors.yml
index 72fb0d21..b08ac7f1 100644
--- a/fscorrupt/actors.yml
+++ b/fscorrupt/actors.yml
@@ -35,30 +35,30 @@ collections:
Matt Damon:
template: {name: Actor, person: 1892, poster: 47461}
Adam Sandler:
- template: {name: Actor, person: 19292, poster: 53382}
+ template: {name: Actor, person: 19292, poster: 53382}
Tom Hanks:
- template: {name: Actor, person: 31, poster: 47480}
+ template: {name: Actor, person: 31, poster: 47480}
Jim Carrey:
- template: {name: Actor, person: 206, poster: 464665}
+ template: {name: Actor, person: 206, poster: 464665}
Anne Hathaway:
- template: {name: Actor, person: 1813, poster: 464632}
+ template: {name: Actor, person: 1813, poster: 464632}
Ryan Reynolds:
- template: {name: Actor, person: 10859, poster: 125984}
+ template: {name: Actor, person: 10859, poster: 125984}
Robin Williams:
- template: {name: Actor, person: 2157, poster: 116364}
+ template: {name: Actor, person: 2157, poster: 116364}
Ryan Gosling:
- template: {name: Actor, person: 30614, poster: 136161}
+ template: {name: Actor, person: 30614, poster: 136161}
Jeff Goldblum:
- template: {name: Actor, person: 4785, poster: 125817}
+ template: {name: Actor, person: 4785, poster: 125817}
Arnold Schwarzenegger:
- template: {name: Actor, person: 1100, poster: 47415}
+ template: {name: Actor, person: 1100, poster: 47415}
Clint Eastwood:
- template: {name: Actor, person: 190, poster: 447160}
+ template: {name: Actor, person: 190, poster: 447160}
Ben Stiller:
- template: {name: Actor, person: 7399, poster: 150150}
+ template: {name: Actor, person: 7399, poster: 150150}
Owen Wilson:
- template: {name: Actor, person: 887, poster: 125611}
+ template: {name: Actor, person: 887, poster: 125611}
Matthew McConaughey:
- template: {name: Actor, person: 10297, poster: 252246}
+ template: {name: Actor, person: 10297, poster: 252246}
Jake Gyllenhaal:
template: {name: Actor, person: 131, poster: 252237}
\ No newline at end of file
diff --git a/fscorrupt/config.yml b/fscorrupt/config.yml
index 45b93a00..c5dafbb9 100644
--- a/fscorrupt/config.yml
+++ b/fscorrupt/config.yml
@@ -13,6 +13,9 @@ libraries:
# Collection files to process
collection_files:
- file: config/TVShows.yml
+ - default: emmy
+ template_variables:
+ schedule: weekly(sunday)
#- file: config/Genre.yml
# Overlay files and configurations
overlay_files:
@@ -99,6 +102,9 @@ libraries:
# Collection files to process
collection_files:
- file: config/Movies.yml
+ - default: emmy
+ template_variables:
+ schedule: weekly(sunday)
#- file: config/collections.yml
# Overlay files and configurations
overlay_files:
@@ -168,6 +174,9 @@ libraries:
- file: config/movies-list.yml
- file: config/actors.yml
- file: config/directors.yml
+ - default: emmy
+ template_variables:
+ schedule: weekly(sunday)
# Overlay files and configurations
overlay_files:
# Common Sense Media overlay
@@ -235,6 +244,9 @@ libraries:
- file: config/movies-list.yml
- file: config/actors.yml
- file: config/directors.yml
+ - default: emmy
+ template_variables:
+ schedule: weekly(sunday)
# Overlay files and configurations
overlay_files:
# Common Sense Media overlay
@@ -295,6 +307,9 @@ libraries:
collection_files:
- file: config/Movies.yml
- file: config/show-list.yml
+ - default: emmy
+ template_variables:
+ schedule: weekly(sunday)
# Overlay files and configurations
overlay_files:
# Common Sense Media overlay
@@ -358,6 +373,9 @@ libraries:
collection_files:
- file: config/TVShows.yml
- file: config/show-list.yml
+ - default: emmy
+ template_variables:
+ schedule: weekly(sunday)
# Overlay files and configurations
overlay_files:
#- reapply_overlays: true
@@ -442,6 +460,9 @@ libraries:
# Collection files
collection_files:
- file: config/KidsShows.yml
+ - default: emmy
+ template_variables:
+ schedule: weekly(sunday)
# Overlay files and configurations
overlay_files:
#- reapply_overlays: true
@@ -523,6 +544,9 @@ libraries:
# Collection files
collection_files:
- file: config/AnimeShows.yml
+ - default: emmy
+ template_variables:
+ schedule: weekly(sunday)
# Overlay files and configurations
overlay_files:
#- reapply_overlays: true
@@ -607,7 +631,7 @@ playlist_files:
use_walking: true
radarr_add_missing_walking: false
sonarr_add_missing_walking: false # Can be individually specified per library as well
-
+
# ============================================================================
# Global Settings - Can be overridden per library
# ============================================================================
@@ -615,7 +639,7 @@ settings:
# Caching options
cache: true
cache_expiration: 60
-
+
# Asset settings
asset_directory: /assets
asset_folders: true
@@ -627,20 +651,20 @@ settings:
show_missing_season_assets: true
show_missing_episode_assets: false
show_asset_not_needed: false
-
+
# Sync and collection settings
sync_mode: sync
default_collection_order:
minimum_items: 1
delete_below_minimum: false
delete_not_scheduled: false
-
+
# Scheduling
run_again_delay: 0
-
+
# Release settings
missing_only_released: true
-
+
# Display options
show_unconfigured: true
show_unmanaged: false
@@ -649,33 +673,33 @@ settings:
show_missing: true
only_filter_missing: false
show_missing_assets: true
-
+
# Report settings
save_report: false
-
+
# API settings
tvdb_language: eng
ignore_ids:
ignore_imdb_ids:
item_refresh_delay: 0
-
+
# Playlist settings
playlist_sync_to_users: all
playlist_report: false
playlist_exclude_users: Louisa, Peter
-
+
# Advanced options
custom_repo:
verify_ssl: true
check_nightly: false
-
+
# Execution order
run_order:
- operations
- metadata
- collections
- overlays
-
+
# Overlay settings
overlay_artwork_filetype: jpg
overlay_artwork_quality: 90
@@ -689,12 +713,12 @@ plex:
url: http://plex:32400
token:
timeout: 360
-
+
# Maintenance options
clean_bundles: false
empty_trash: false
optimize: false
-
+
# Cache options
db_cache:
verify_ssl:
@@ -713,7 +737,7 @@ webhooks:
# TMDb (The Movie Database) Configuration
# ============================================================================
tmdb:
- apikey:
+ apikey:
language: en
cache_expiration: 60
region:
@@ -724,13 +748,13 @@ tmdb:
tautulli:
# Tautulli API settings
url: http://tautulli:8181
- apikey:
+ apikey:
# ============================================================================
# OMDb (Open Movie Database) Configuration
# ============================================================================
omdb:
- apikey:
+ apikey:
cache_expiration: 60
# ============================================================================
@@ -739,9 +763,9 @@ omdb:
radarr:
# Radarr server connection
url: http://radarr:7878
- token:
+ token:
version: v4
-
+
# Download settings
root_folder_path: /mnt/unionfs/Movies
monitor: false
@@ -750,11 +774,11 @@ radarr:
tag: kometa
search: false
add_existing: false
-
+
# Path mapping
radarr_path:
plex_path:
-
+
# Movie management
add_missing: false
upgrade_existing: false
@@ -767,9 +791,9 @@ radarr:
sonarr:
# Sonarr server connection
url: http://sonarr:8989
- token:
+ token:
version: v4
-
+
# Download settings
root_folder_path: /mnt/unionfs/Shows
monitor: none
@@ -781,11 +805,11 @@ sonarr:
search: false
cutoff_search: false
add_existing: false
-
+
# Path mapping
sonarr_path:
plex_path:
-
+
# Show management
add_missing: false
upgrade_existing: false
@@ -796,14 +820,14 @@ sonarr:
# Trakt Configuration (Social tracking)
# ============================================================================
trakt:
- client_id:
- client_secret:
+ client_id:
+ client_secret:
# OAuth authentication tokens
authorization:
- access_token:
+ access_token:
token_type: Bearer
expires_in: 7889238
- refresh_token:
+ refresh_token:
scope: public
created_at: 1759861193
pin:
@@ -813,5 +837,5 @@ trakt:
# MDBList Configuration (Database/list services)
# ============================================================================
mdblist:
- apikey:
+ apikey:
cache_expiration: 60
diff --git a/fscorrupt/directors.yml b/fscorrupt/directors.yml
index fb09e7c2..a00bfe60 100644
--- a/fscorrupt/directors.yml
+++ b/fscorrupt/directors.yml
@@ -21,13 +21,13 @@ templates:
url_poster: https://theposterdb.com/api/assets/<>
sync_mode: sync
summary: <>'s Films
- collection_mode: hide_items
+ collection_mode: hide_items
collections:
John Carpenter:
template: {name: Director, person: 11770, poster: 56450}
Wes Craven:
- template: {name: Director, person: 5140, poster: 355110}
+ template: {name: Director, person: 5140, poster: 355110}
Christopher Nolan:
template: {name: Director, person: 525, poster: 47425}
Quentin Tarantino:
@@ -35,20 +35,20 @@ collections:
Steven Spielberg:
template: {name: Director, person: 488, poster: 47477}
Michael Bay:
- template: {name: Director, person: 865, poster: 47463}
+ template: {name: Director, person: 865, poster: 47463}
Martin Scorsese:
- template: {name: Director, person: 1032, poster: 47460}
+ template: {name: Director, person: 1032, poster: 47460}
Peter Jackson:
- template: {name: Director, person: 108, poster: 165687}
+ template: {name: Director, person: 108, poster: 165687}
Stanley Kubrick:
- template: {name: Director, person: 240, poster: 47475}
+ template: {name: Director, person: 240, poster: 47475}
Ridley Scott:
- template: {name: Director, person: 578, poster: 47470}
+ template: {name: Director, person: 578, poster: 47470}
David Fincher:
- template: {name: Director, person: 7467, poster: 47439}
+ template: {name: Director, person: 7467, poster: 47439}
Denis Villeneuve:
- template: {name: Director, person: 137427, poster: 326125}
+ template: {name: Director, person: 137427, poster: 326125}
Makoto Shinkai:
- template: {name: Director, person: 74091, poster: 364190}
+ template: {name: Director, person: 74091, poster: 364190}
Stephen King:
template: {name: Writer, person: 3027, poster: 47476}
\ No newline at end of file
diff --git a/fscorrupt/movies-list.yml b/fscorrupt/movies-list.yml
index 198949e5..3367ef16 100644
--- a/fscorrupt/movies-list.yml
+++ b/fscorrupt/movies-list.yml
@@ -36,7 +36,7 @@ collections:
smart_filter:
all:
rating.gte: 9.5
- sort: random
+ sort: random
100% Rated Movies:
sort_title: "!C <>"
@@ -45,7 +45,7 @@ collections:
smart_filter:
all:
rating.gte: 10
- sort: random
+ sort: random
Animated Movies:
template: { name: Special Genre }
@@ -54,7 +54,7 @@ collections:
- https://www.imdb.com/list/ls051688785/
trakt_list:
- 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
Anime Movies:
@@ -81,10 +81,10 @@ collections:
Based on Comics Movies:
template: { name: Special Genre }
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
- Based on True Events Movies:
+ Based on True Events Movies:
template: { name: Special Genre }
trakt_list:
- https://trakt.tv/users/benfranklin/lists/based-on-a-true-story?sort=rank,asc
@@ -95,8 +95,8 @@ collections:
Based on Video Games Movies:
template: { name: Special Genre }
trakt_list:
- - https://trakt.tv/users/k0meta/lists/movies-based-on-video-games?sort=rank,asc
- collection_order: alpha
+ - https://trakt.tv/users/k0meta/lists/movies-based-on-video-games?sort=rank,asc
+ collection_order: alpha
Biopic Movies:
template: { name: Special Genre }
@@ -114,16 +114,15 @@ collections:
- https://www.imdb.com/list/ls003667158/
trakt_list:
- 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
Coming-of-Age Movies:
template: { name: Special Genre }
imdb_list:
- - https://www.imdb.com/list/ls024933763/
- https://www.imdb.com/list/ls051428446/
- 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
Dark Comedy Movies:
@@ -131,7 +130,7 @@ collections:
imdb_list:
- https://www.imdb.com/list/ls066399600/
- 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
Disaster Movies:
@@ -141,7 +140,7 @@ collections:
trakt_list:
- https://trakt.tv/users/sflixkd/lists/disaster-films?sort=popularity,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
Documentary Movies:
@@ -158,15 +157,15 @@ collections:
imdb_list:
- https://www.imdb.com/list/ls080399485/
summary: "The Best Movies About Entrepreneurship"
- collection_order: alpha
+ collection_order: alpha
Family Movies:
template: { name: Special Genre }
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/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
Fantasy Movies:
@@ -184,8 +183,8 @@ collections:
- https://www.imdb.com/list/ls008633159/
trakt_list:
- https://trakt.tv/users/rontraub/lists/fight-movies?sort=rank,asc
- summary: "Best Fight Movies of all time"
- collection_order: alpha
+ summary: "Best Fight Movies of all time"
+ collection_order: alpha
Found Footage Movies:
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
imdb_list:
- 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
Gangster Movies:
@@ -203,7 +202,7 @@ collections:
- https://trakt.tv/users/k0meta/lists/gangster-mafia-movies?sort=rank,asc
imdb_list:
- https://www.imdb.com/list/ls066176690/
- summary: "Best Gangster movies of all time."
+ summary: "Best Gangster movies of all time."
collection_order: alpha
Hacker Movies:
@@ -219,9 +218,9 @@ collections:
- https://trakt.tv/users/mantero/lists/robbery-movies?sort=released,asc
- https://trakt.tv/users/ilium/lists/great-heist-movies?sort=rank,asc
imdb_list:
- - https://www.imdb.com/list/ls021434413/
+ - https://www.imdb.com/list/ls021434413/
- https://www.imdb.com/list/ls086639673/
- summary: "Best Heist Movies of all time"
+ summary: "Best Heist Movies of all time"
collection_order: alpha
Historical Epic Movies:
@@ -230,7 +229,7 @@ collections:
- https://www.imdb.com/list/ls095246868/
- https://www.imdb.com/list/ls063414075/
- 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
Horror Movies:
@@ -240,16 +239,16 @@ collections:
- 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/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
Mafia Movies:
template: { name: Special Genre }
- trakt_list:
+ trakt_list:
- https://trakt.tv/users/media-rumor/lists/mafia-movies?sort=popularity,asc
imdb_list:
- 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
Mindfuck Movies:
@@ -262,7 +261,7 @@ collections:
summary: "A collection of Movies that will mess with your mind!"
collection_order: alpha
- Movies with a Twist:
+ Movies with a Twist:
template: { name: Special Genre }
trakt_list:
- 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
imdb_list:
- 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
Music Movies:
@@ -286,15 +285,15 @@ collections:
- https://trakt.tv/users/startec1690/lists/musical-movies?sort=rank,asc
imdb_list:
- https://www.imdb.com/list/ls066191116/
- summary: "Best Music/Musical movies of all time."
- collection_order: alpha
+ summary: "Best Music/Musical movies of all time."
+ collection_order: alpha
Mystery Movies:
template: { name: Special Genre }
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/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
Nostalgia Movies:
@@ -315,7 +314,7 @@ collections:
- https://www.imdb.com/list/ls076649490/
- https://www.imdb.com/list/ls099860390/
- 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
Parody Movies:
@@ -328,8 +327,8 @@ collections:
- https://www.imdb.com/list/ls061358718/
trakt_list:
- 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
- summary: "Best Parody Movies of all time"
+ - https://trakt.tv/users/kodi-c881832b-f962-4cc7-b587-ed15aed31a9c/lists/parody-spoof-movies?sort=added,asc
+ summary: "Best Parody Movies of all time"
collection_order: alpha
Pet Movies:
@@ -352,7 +351,7 @@ collections:
- https://www.imdb.com/list/ls058479560/
trakt_list:
- 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
Serial Killers Movies:
@@ -363,7 +362,7 @@ collections:
imdb_list:
- https://www.imdb.com/list/ls063841856/
- 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
Slasher Horrors Movies:
@@ -372,7 +371,7 @@ collections:
- https://trakt.tv/users/rizreflects/lists/slasher-movies?sort=rank,asc
- https://trakt.tv/users/drachenplatinum/lists/slashers?sort=rank,asc
imdb_list:
- - https://www.imdb.com/list/ls029703473/
+ - https://www.imdb.com/list/ls029703473/
summary: "Best Slasher Horrors of all time"
collection_order: alpha
@@ -381,7 +380,7 @@ collections:
imdb_list:
- https://www.imdb.com/list/ls063156587/
summary: "Best 90s/2000s Slasher Horrors"
- collection_order: alpha
+ collection_order: alpha
Sport Movies:
template: { name: Special Genre }
@@ -396,7 +395,7 @@ collections:
- https://trakt.tv/users/maxtrontv/lists/spy-movies?sort=released,asc
imdb_list:
- https://www.imdb.com/list/ls066367722/
- summary: "Best Spy movies of all time."
+ summary: "Best Spy movies of all time."
collection_order: alpha
Stoner Movies:
@@ -412,7 +411,7 @@ collections:
- https://www.imdb.com/list/ls076799034/
- https://www.imdb.com/list/ls036810850/
- https://www.imdb.com/list/ls083546886/
- summary: "Best Stoner Movies of all time"
+ summary: "Best Stoner Movies of all time"
Time Loop Movies:
template: { name: Special Genre }
@@ -437,14 +436,14 @@ collections:
Top 50 Grossing Films of All-Time:
template: { name: Special Genre }
- tmdb_list:
+ tmdb_list:
- https://www.themoviedb.org/list/10
collection_order: custom
Top Grossing Films Annually:
template: { name: Special Genre }
imdb_list:
- - https://www.imdb.com/list/ls568936874/
+ - https://www.imdb.com/list/ls568936874/
collection_order: release.desc
War Movies:
@@ -453,8 +452,8 @@ collections:
- https://www.imdb.com/list/ls024001687/
trakt_list:
- 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
- summary: "Best Rated War Movies of all time"
+ - https://trakt.tv/users/babakhan23/lists/war-movies?sort=rank,asc
+ summary: "Best Rated War Movies of all time"
collection_order: alpha
Western Movies:
@@ -465,7 +464,7 @@ collections:
- https://www.imdb.com/list/ls003680383/
- https://www.imdb.com/list/ls002124326/
- https://www.imdb.com/list/ls066568329/
- summary: "Best Western movies of all time."
+ summary: "Best Western movies of all time."
collection_order: alpha
Zombie Movies:
@@ -475,5 +474,5 @@ collections:
- https://trakt.tv/users/kuratchikingu/lists/zombie-movies-shows?sort=rank,asc
imdb_list:
- https://www.imdb.com/list/ls000058536/
- summary: "Best Zombie Movies of all time"
+ summary: "Best Zombie Movies of all time"
collection_order: alpha
\ No newline at end of file
diff --git a/fscorrupt/movies-studios.yml b/fscorrupt/movies-studios.yml
index 330a3164..3ddaae11 100644
--- a/fscorrupt/movies-studios.yml
+++ b/fscorrupt/movies-studios.yml
@@ -5,7 +5,7 @@ templates:
Original:
sort_title: "!AAA <>"
collection_order: release
- collection_mode: hide
+ collection_mode: hide
Studios:
sort_title: "!AAB <>"
collection_order: release
@@ -17,111 +17,111 @@ collections:
template: { name: Original }
trakt_list:
- https://trakt.tv/users/k0meta/lists/netflix-originals?sort=rank,asc
- summary: "Feature films by Netflix"
- collection_order: alpha
+ summary: "Feature films by Netflix"
+ collection_order: alpha
Disney+ Originals:
template: { name: Original }
trakt_list:
- https://trakt.tv/users/k0meta/lists/disney-originals?sort=rank,asc
- summary: "Feature films by Disney+"
- collection_order: alpha
+ summary: "Feature films by Disney+"
+ collection_order: alpha
AppleTV+ Originals:
template: { name: Original }
trakt_list:
- https://trakt.tv/users/k0meta/lists/appletv-originals?sort=rank,asc
- summary: "Feature films by AppleTV+"
- collection_order: alpha
+ summary: "Feature films by AppleTV+"
+ collection_order: alpha
Amazon Originals:
template: { name: Original }
trakt_list:
- https://trakt.tv/users/k0meta/lists/amazon-originals?sort=rank,asc
- summary: "Feature films by Amazon"
- collection_order: alpha
+ summary: "Feature films by Amazon"
+ collection_order: alpha
#Studios
Pixar Movies:
template: { name: Studios }
trakt_list:
- https://trakt.tv/users/draackje/lists/pixar-feature-films?sort=released,desc
- summary: "Feature films by Pixar AnimationStudios"
- collection_order: alpha
+ summary: "Feature films by Pixar AnimationStudios"
+ collection_order: alpha
Walt Disney Pictures Movies:
template: { name: Studios }
trakt_list:
- 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
- Disney Live-Action Remakes:
+ Disney Live-Action Remakes:
template: { name: Studios }
trakt_list:
- https://trakt.tv/users/aaron713/lists/disney-live-action-adaptations-and-remakes-of-disney-animated-films?sort=rank,asc
- summary: "Disney Live-Action Remakes"
- collection_order: alpha
+ summary: "Disney Live-Action Remakes"
+ collection_order: alpha
Dreamworks Movies:
template: { name: Studios }
trakt_list:
- https://trakt.tv/users/draackje/lists/dreamworks-feature-films?sort=released,desc
- summary: "Feature films by Dreamworks Animation."
- collection_order: alpha
+ summary: "Feature films by Dreamworks Animation."
+ collection_order: alpha
A24 Movies:
template: { name: Studios }
trakt_list:
- 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."
- collection_order: alpha
+ summary: "Movies, TV Shows and Documentaries that A24 has produced/distributed."
+ collection_order: alpha
Sony Pictures Animation:
template: { name: Studios }
trakt_list:
- https://trakt.tv/users/donxy/lists/sony-pictures-animation?sort=released,desc
- - https://trakt.tv/users/oneluckydad/lists/sony-pictures-animation?sort=released,asc
- summary: "Movies, TV Shows and Documentaries that Sony Pictures Animation has produced."
- collection_order: alpha
+ - https://trakt.tv/users/oneluckydad/lists/sony-pictures-animation?sort=released,asc
+ summary: "Movies, TV Shows and Documentaries that Sony Pictures Animation has produced."
+ collection_order: alpha
Paramount PicturesStudios:
template: { name: Studios }
trakt_list:
- https://trakt.tv/users/boleg/lists/paramount-movies-2015-2023?sort=rank,asc
imdb_list:
- - https://www.imdb.com/list/ls029950709/
- summary: "Feature films by Paramount PicturesStudios"
+ - https://www.imdb.com/list/ls029950709/
+ summary: "Feature films by Paramount PicturesStudios"
collection_order: alpha
Universal Pictures:
template: { name: Studios }
trakt_list:
- 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
Warner Bros. Pictures:
template: { name: Studios }
imdb_list:
- https://www.imdb.com/list/ls099404144/
- summary: "Feature films by Warner Bros. Pictures"
- collection_order: alpha
+ summary: "Feature films by Warner Bros. Pictures"
+ collection_order: alpha
Studio Ghibli:
template: { name: Studios }
trakt_list:
- https://trakt.tv/users/draackje/lists/studio-ghibli-feature-films?sort=released,desc
- summary: "Feature films by Studio Ghibli"
- collection_order: alpha
+ summary: "Feature films by Studio Ghibli"
+ collection_order: alpha
Blumhouse Productions:
template: { name: Studios }
imdb_list:
- https://www.imdb.com/list/ls521124741/
- summary: "Feature films by Blumhouse Productions"
- collection_order: alpha
+ summary: "Feature films by Blumhouse Productions"
+ collection_order: alpha
Legendary Pictures:
template: { name: Studios }
trakt_list:
- https://trakt.tv/users/rhwonderful/lists/legendary-pictures?sort=rank,asc
- summary: "Feature films by Legendary Pictures"
- collection_order: alpha
\ No newline at end of file
+ summary: "Feature films by Legendary Pictures"
+ collection_order: alpha
\ No newline at end of file
diff --git a/fscorrupt/overlays_movies.yml b/fscorrupt/overlays_movies.yml
index 2c3c7235..a89d9e86 100644
--- a/fscorrupt/overlays_movies.yml
+++ b/fscorrupt/overlays_movies.yml
@@ -7,7 +7,7 @@ templates:
4K:
default:
4K: false
- allowed_library_types: <<4K>>
+ allowed_library_types: <<4K>>
overlays:
4K_banner:
@@ -45,7 +45,7 @@ overlays:
plex_search:
all:
audience_rating.gte: 6.5
-
+
rating_mid:
overlay:
name: Rating_Mid_BG
diff --git a/fscorrupt/overlays_tv.yml b/fscorrupt/overlays_tv.yml
index 3f768484..66743f02 100644
--- a/fscorrupt/overlays_tv.yml
+++ b/fscorrupt/overlays_tv.yml
@@ -7,7 +7,7 @@ templates:
4K:
default:
4K: false
- allowed_library_types: <<4K>>
+ allowed_library_types: <<4K>>
overlays:
4K_banner:
@@ -45,7 +45,7 @@ overlays:
plex_search:
all:
audience_rating.gte: 6.5
-
+
rating_mid:
overlay:
name: Rating_Mid_BG
diff --git a/fscorrupt/show-list.yml b/fscorrupt/show-list.yml
index f02885a5..1aba8edc 100644
--- a/fscorrupt/show-list.yml
+++ b/fscorrupt/show-list.yml
@@ -19,9 +19,9 @@ templates:
- audience_rating.desc
- critic_rating.desc
limit: <>
- summary: The top <> episodes of <>, sorted by IMDb rating.
+ summary: The top <> episodes of <>, sorted by IMDb rating.
sort_title: " !AC<>"
- collection_mode: hide
+ collection_mode: hide
# Custom iCarly Collection due to a bug with the 2021 iCarly Show
Custom iCarly:
@@ -34,9 +34,9 @@ templates:
- audience_rating.desc
- critic_rating.desc
limit: <>
- summary: The top <> episodes of <>, sorted by IMDb rating.
+ summary: The top <> episodes of <>, sorted by IMDb rating.
sort_title: " !AC<>"
- collection_mode: hide
+ collection_mode: hide
# Chronological TV Episode Collections
Chronological-Episode-Level Genre:
@@ -51,7 +51,7 @@ collections:
trakt_list:
- 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"
- collection_order: custom
+ collection_order: custom
sort_title: " !AD<>"
# Custom Collections
@@ -60,7 +60,7 @@ collections:
trakt_list:
- https://trakt.tv/users/nichtlegacy/lists/all-time-favorites?sort=rank,asc
summary: "Personal favorites from all time"
- collection_order: alpha
+ collection_order: alpha
sort_title: " !AA<>"
All Time Favorite Nickelodeon Shows:
@@ -68,7 +68,7 @@ collections:
trakt_list:
- https://trakt.tv/users/thelagacyminer/lists/all-time-favorite-nickelodeon-shows?sort=rank,asc
summary: "Personal favorites from all time"
- collection_order: alpha
+ collection_order: alpha
sort_title: " !AA<>"
Based on Video Games Shows:
@@ -101,7 +101,7 @@ collections:
- https://trakt.tv/users/k0meta/lists/shows-based-on-true-stories?sort=rank,asc
summary: "Shows Based on True Events"
collection_order: alpha
- sort_title: " !AA<>"
+ sort_title: " !AA<>"
Nostalgia Shows:
template: { name: Special Genre }
@@ -109,7 +109,7 @@ collections:
- https://trakt.tv/users/k0meta/lists/nostalgia-shows?sort=rank,asc
summary: "Nostalgia Shows"
collection_order: alpha
- sort_title: " !AA<>"
+ sort_title: " !AA<>"
# Holiday 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/finniefoo/lists/halloween-episodes?sort=rank,asc
summary: "Halloween television episodes"
- collection_order: random
- sort_title: " !AB<>"
+ collection_order: random
+ sort_title: " !AB<>"
Christmas TV Episodes:
template: { name: Holiday Episodes }
@@ -128,7 +128,7 @@ collections:
- https://trakt.tv/users/somedude69/lists/wikipedia-christmas-episodes-sitcoms
summary: "Christmas television episodes"
collection_order: random
- sort_title: " !AB<>"
+ sort_title: " !AB<>"
# Custom Top XX Collections
@@ -141,8 +141,8 @@ collections:
sort_by: audience_rating.desc
limit: 100
all:
- title.is: "Spongebob Schwammkopf"
- sort_title: " !AC<>"
+ title.is: "Spongebob Schwammkopf"
+ sort_title: " !AC<>"
# The Middle (Custom due to a bug with "Malcolm in the Middle")
The Middle Top 50:
@@ -178,26 +178,26 @@ collections:
limit: 50
all:
title.is: "Dr. House"
- sort_title: " !AC<>"
+ sort_title: " !AC<>"
# Top XX Collections via template
Simpsons Top 100:
template: {name: Top Episodes IMDB, limit: 100, title: "The Simpsons"}
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:
- 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:
- 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:
- 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:
- 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:
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"}
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 Top 30:
- template: {name: Custom iCarly, limit: 30, title: "iCarly"}
+ template: {name: Custom iCarly, limit: 30, title: "iCarly"}
diff --git a/fscorrupt/universe.yml b/fscorrupt/universe.yml
index 74826ca2..cb65ff58 100644
--- a/fscorrupt/universe.yml
+++ b/fscorrupt/universe.yml
@@ -156,7 +156,7 @@ dynamic_collections:
bourne: https://trakt.tv/lists/official/the-bourne-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
- 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
wturn: https://trakt.tv/users/bruinschris/lists/wrong-turn-1-7?sort=rank,asc
## Shows