13 Commits

Author SHA1 Message Date
Yozora XCII
3f2d8a0599 Kometa update 2024-04-22 15:12:15 +01:00
bullmoose20
489dea3500 Name change updates 2024-04-09 10:41:17 +01:00
ladywhiskers
a2fd67e21e Update movies_topics.yml 2024-04-07 11:34:25 +01:00
ladywhiskers
e3df7cefe8 Delete ladywhiskers/tvshows/tvshows-topic.yml 2024-04-07 11:34:25 +01:00
ladywhiskers
05365f1801 Delete ladywhiskers/tvshows/tvshows-franchises.yml 2024-04-07 11:34:25 +01:00
ladywhiskers
211166c1a7 Delete ladywhiskers/tvshows/tvshows-documentaries.yml 2024-04-07 11:34:25 +01:00
ladywhiskers
691e9b22c1 Add files via upload 2024-04-07 11:34:25 +01:00
ladywhiskers
139c90b993 Update movies_topics.yml 2024-04-07 11:34:25 +01:00
ladywhiskers
7d7a7f5a80 Update movies_subgenre.yml
Using to assign genre to build collections with -pmm: genre
2024-04-07 11:34:25 +01:00
ladywhiskers
46357d530a Update movies_topics.yml
Using to assign genre, not build collections
2024-04-07 11:34:25 +01:00
ladywhiskers
d9e41e26cf Add files via upload 2024-04-07 11:34:25 +01:00
ladywhiskers
1642210bf3 Delete ladywhiskers/movies/movies_franchises.yml 2024-04-07 11:34:25 +01:00
ladywhiskers
3bad97228b Update config.yml
Removed birthdays, added scheduling for operations
2024-04-07 11:34:25 +01:00
25 changed files with 571 additions and 1084 deletions

View File

@@ -2,7 +2,7 @@
This repo contains community-sourced configurations. This repo contains community-sourced configurations.
They are not maintained, warranted, or tested by the PMM team. They are not maintained, warranted, or tested by the Kometa team.
They may or may not: They may or may not:
1. do what you want 1. do what you want

View File

@@ -5,7 +5,7 @@ I run PMM nightly (not lsio image) and Plex(hotio image) on Unraid 6.12.6. At th
## Instructions ## Instructions
Take what you need from my config.yml. I run everything stock from the github default PMM and tweak from within my config.yml to "make it my own". If you perform a straight copy, search for `(redacted)` as you will need to replace that with your own information. Search for `db_cache` which is for Plex and now available to set via PMM. I use 2048 MB (2GB) as my system has 168 GB of RAM. You will want to improve it from the default 40 MB that Plex sets. Take what you need from my config.yml. I run everything stock from the github default PMM and tweak from within my config.yml to "make it my own". If you perform a straight copy, search for `(redacted)` as you will need to replace that with your own information. Search for `db_cache` which is for Plex and now available to set via PMM. I use 2048 MB (2GB) as my system has 168 GB of RAM. You will want to improve it from the default 40 MB that Plex sets.
> [!TIP] > [!TIP]
> Maybe a good starting point if you have enough RAM is 1024 MB which is 1GB. > Maybe a good starting point if you have enough RAM is 1024 MB which is 1GB.
@@ -13,7 +13,7 @@ Take what you need from my config.yml. I run everything stock from the github de
> [!NOTE] > [!NOTE]
> If you want to set the language file to something other than fr (french) do not forget to make that change to `language: fr` lines in the config.yml file before running. As for the `placeholder_imdb_id:` ensure that you read and understand those lines as you may need to choose your own **Movie** or **TV Show** as your library may not have the two references that I have. > If you want to set the language file to something other than fr (french) do not forget to make that change to `language: fr` lines in the config.yml file before running. As for the `placeholder_imdb_id:` ensure that you read and understand those lines as you may need to choose your own **Movie** or **TV Show** as your library may not have the two references that I have.
Nothing is local other than the fonts which are included in this repo (fonts.zip). These fonts are the best match I could find per ratings site and the ratings overlays. Nothing is local other than the fonts which are included in this repo (fonts.zip). These fonts are the best match I could find per ratings site and the ratings overlays.
Unzip the fonts into `config/metadata/overlays/fonts/` to use this config without modifications. Unzip the fonts into `config/metadata/overlays/fonts/` to use this config without modifications.
@@ -23,29 +23,29 @@ Unzip the fonts into `config/metadata/overlays/fonts/` to use this config withou
## Assets ## Assets
> [!IMPORTANT] > [!IMPORTANT]
> I also prefer to have a copy of the local assets so that if I need to recover to the original posters, they are there. I use PlexPosterMaker.ps1 from FSCorrupt's repo to help with that: https://github.com/fscorrupt/Plex-Poster-Maker . I also use PMM's assets in a folder structure as described in the wiki here: https://metamanager.wiki/en/latest/pmm/guides/assets/ > I also prefer to have a copy of the local assets so that if I need to recover to the original posters, they are there. I use Posterizarr.ps1 from FSCorrupt's repo to help with that: https://github.com/fscorrupt/Posterizarr . I also use PMM's assets in a folder structure as described in the wiki here: https://metamanager.wiki/en/latest/pmm/guides/assets/
Essentially, I prefer `tmdb` as a source and textless images all around with a fallback to English and then German(`["xx", "en", "de"]`). Then I apply a gradient of my choice (`bottom-up-fade.png` & `bottom-up-fade-background.png`), and font of my choice (`Comfortaa-Medium.ttf`) which happens to match the PMM defaults for Collections. The secrets to all of this are found in the `bullmoose20config.json` file found in the ppm subdirectory along with the font and the gradient files. Essentially, I prefer `tmdb` as a source and textless images all around. (`["xx"]`). Then I apply a gradient of my choice (`bottom-up-fade.png` & `bottom-up-fade-background.png`), and font of my choice (`Comfortaa-Medium.ttf`) which happens to match the PMM defaults for Collections. The secrets to all of this are found in the `bullmoose20config.json` file found in the posterizarr subdirectory along with the font and the gradient files.
Unraid Docker-Compose file is also shared and when prompted in Unraid to add a UI Label Icon, use this link: https://raw.githubusercontent.com/fscorrupt/Plex-Poster-Maker/main/images/webhook.png Unraid Docker-Compose file is also shared and when prompted in Unraid to add a UI Label Icon, use this link: https://raw.githubusercontent.com/fscorrupt/Posterizarr/main/images/webhook.png
After PPM applies my settings Movie example: After Posterizarr applies my settings Movie example:
![](./ppm/images/movie_example_ppm.png) ![](./posterizarr/images/movie_example_posterizarr.png)
After PMM applies overlays to Movie example: After PMM applies overlays to Movie example:
![](./ppm/images/movie_example_ppm_pmm.png) ![](./posterizarr/images/movie_example_posterizarr_pmm.png)
After PPM applies my settings Show example: After Posterizarr applies my settings Show example:
![](./ppm/images/shows_example_ppm.png) ![](./posterizarr/images/shows_example_posterizarr.png)
After PMM applies overlays to Show example: After PMM applies overlays to Show example:
![](./ppm/images/shows_example_ppm_pmm1.png) ![](./posterizarr/images/shows_example_posterizarr_pmm1.png)
![](./ppm/images/shows_example_ppm_pmm2.png) ![](./posterizarr/images/shows_example_posterizarr_pmm2.png)
![](./ppm/images/shows_example_ppm_pmm3.png) ![](./posterizarr/images/shows_example_posterizarr_pmm3.png)
<br> <br>

View File

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View File

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

@@ -1,22 +1,37 @@
{ {
"ApiPart":{ "ApiPart": {
"tvdbapi": "tvdb api key - free", "tvdbapi": "tvdb api key - free",
"tmdbtoken": "This is the super long token from tmdb - free", "tmdbtoken": "This is the super long token from tmdb - free",
"FanartTvAPIKey": "fanart.tv token - free", "FanartTvAPIKey": "fanart.tv token - free",
"PlexToken": "plex token - free", "PlexToken": "plex token - free",
"FavProvider": "tmdb", "FavProvider": "tmdb",
"PreferredLanguageOrder": ["xx", "en", "de"] "PreferredLanguageOrder": [
"xx"
],
"PreferredSeasonLanguageOrder": [
"xx"
]
}, },
"PlexPart":{ "PlexPart": {
"LibstoExclude": ["", "", "TestMovies", "TestTV Shows", "Other Videos", "Music", "Photos", "Test Videos", "Playlists" ], "LibstoExclude": [
"",
"",
"TestMovies",
"TestTV Shows",
"Other Videos",
"Music",
"Photos",
"Test Videos",
"Playlists"
],
"PlexUrl": "http://192.168.2.242:32400" "PlexUrl": "http://192.168.2.242:32400"
}, },
"Notification":{ "Notification": {
"SendNotification":"true", "SendNotification": "true",
"AppriseUrl": "discord://{WebhookID}/{WebhookToken}/", "AppriseUrl": "discord://{WebhookID}/{WebhookToken}/",
"Discord": "https://discord.com/api/webhooks/add-your-discord-webhook-here" "Discord": "https://discord.com/api/webhooks/add-your-discord-webhook-here"
}, },
"PrerequisitePart":{ "PrerequisitePart": {
"AssetPath": "./assets", "AssetPath": "./assets",
"magickinstalllocation": "./magick", "magickinstalllocation": "./magick",
"maxLogs": "5", "maxLogs": "5",
@@ -27,16 +42,18 @@
"backgroundoverlayfile": "bottom-up-fade-background.png", "backgroundoverlayfile": "bottom-up-fade-background.png",
"titlecardoverlayfile": "bottom-up-fade-background.png", "titlecardoverlayfile": "bottom-up-fade-background.png",
"LibraryFolders": "true", "LibraryFolders": "true",
"Posters": "true", "Posters": "true",
"SeasonPosters": "true", "SeasonPosters": "true",
"BackgroundPosters": "true", "BackgroundPosters": "true",
"TitleCards": "true" "TitleCards": "true",
"show_skipped": "true",
"logLevel": "3"
}, },
"OverlayPart":{ "OverlayPart": {
"ImageProcessing": "true", "ImageProcessing": "true",
"outputQuality": "100%" "outputQuality": "92%"
}, },
"PosterOverlayPart":{ "PosterOverlayPart": {
"fontAllCaps": "true", "fontAllCaps": "true",
"AddBorder": "false", "AddBorder": "false",
"AddText": "true", "AddText": "true",
@@ -50,7 +67,7 @@
"MaxHeight": "485", "MaxHeight": "485",
"text_offset": "+300" "text_offset": "+300"
}, },
"BackgroundOverlayPart":{ "BackgroundOverlayPart": {
"fontAllCaps": "true", "fontAllCaps": "true",
"AddBorder": "false", "AddBorder": "false",
"AddText": "false", "AddText": "false",
@@ -64,13 +81,14 @@
"MaxHeight": "500", "MaxHeight": "500",
"text_offset": "+200" "text_offset": "+200"
}, },
"TitleCardOverlayPart":{ "TitleCardOverlayPart": {
"UseBackgroundAsTitleCard": "false",
"AddOverlay": "true", "AddOverlay": "true",
"AddBorder": "false", "AddBorder": "false",
"bordercolor": "white", "bordercolor": "white",
"borderwidth": "30" "borderwidth": "30"
}, },
"TitleCardTitleTextPart":{ "TitleCardTitleTextPart": {
"fontAllCaps": "true", "fontAllCaps": "true",
"AddEPTitleText": "true", "AddEPTitleText": "true",
"fontcolor": "white", "fontcolor": "white",
@@ -80,7 +98,7 @@
"MaxHeight": "300", "MaxHeight": "300",
"text_offset": "+290" "text_offset": "+290"
}, },
"TitleCardEPTextPart":{ "TitleCardEPTextPart": {
"fontAllCaps": "true", "fontAllCaps": "true",
"AddEPText": "true", "AddEPText": "true",
"fontcolor": "white", "fontcolor": "white",
@@ -88,6 +106,22 @@
"maxPointSize": "120", "maxPointSize": "120",
"MaxWidth": "1600", "MaxWidth": "1600",
"MaxHeight": "150", "MaxHeight": "150",
"text_offset": "+140" "text_offset": "+140",
"SeasonTCText": "Season",
"EpisodeTCText": "Episode"
},
"SeasonPosterOverlayPart": {
"fontAllCaps": "true",
"AddBorder": "false",
"AddText": "true",
"AddOverlay": "true",
"fontcolor": "white",
"bordercolor": "white",
"minPointSize": "95",
"maxPointSize": "250",
"borderwidth": "30",
"MaxWidth": "1200",
"MaxHeight": "485",
"text_offset": "+300"
} }
} }

View File

@@ -1,8 +1,7 @@
version: "3"
services: services:
ppm: posterizarr:
hostname: "ppm" hostname: "posterizarr"
container_name: "ppm" container_name: "posterizarr"
environment: environment:
- "PGID=100" - "PGID=100"
- "PUID=99" - "PUID=99"
@@ -10,12 +9,12 @@ services:
- "UMASK=002" - "UMASK=002"
- "TERM=xterm" - "TERM=xterm"
- "RUN_TIME=10:30,19:30" - "RUN_TIME=10:30,19:30"
image: "ghcr.io/fscorrupt/docker-ppm:latest" image: "ghcr.io/fscorrupt/docker-posterizarr:latest"
restart: "unless-stopped" restart: "unless-stopped"
networks: networks:
- "ppm" - "posterizarr"
volumes: volumes:
- "/mnt/user/appdata/ppm:/config:rw" - "/mnt/user/appdata/posterizarr:/config:rw"
networks: networks:
ppm: posterizarr:
driver: bridge driver: bridge

View File

Before

Width:  |  Height:  |  Size: 160 KiB

After

Width:  |  Height:  |  Size: 160 KiB

View File

Before

Width:  |  Height:  |  Size: 216 KiB

After

Width:  |  Height:  |  Size: 216 KiB

View File

Before

Width:  |  Height:  |  Size: 382 KiB

After

Width:  |  Height:  |  Size: 382 KiB

View File

Before

Width:  |  Height:  |  Size: 492 KiB

After

Width:  |  Height:  |  Size: 492 KiB

View File

Before

Width:  |  Height:  |  Size: 866 KiB

After

Width:  |  Height:  |  Size: 866 KiB

View File

Before

Width:  |  Height:  |  Size: 2.0 MiB

After

Width:  |  Height:  |  Size: 2.0 MiB

View File

@@ -1,236 +1,252 @@
libraries: libraries:
Movies: Movies:
schedule_overlays: weekly(saturday)
template_variables: template_variables:
use_separator: false use_separator: false
collection_files: collection_files:
- folder: config/movies - folder: config/movies
- pmm: actor - git: bullmoose20/movies_refresh
template_variables: - pmm: content_rating_au
collection_section: '001' - pmm: continent
use_separator: false template_variables:
style: diiivoycolor include:
name_format: "\U0001F382 <<key_name>>'s Birthday" - Oceania
translation_key: birthday - pmm: franchise
sort_by: audience_rating.desc template_variables:
title_format: <<key_name>>'s Birthday title_override:
data: 33514: The Twilight Saga
depth: 10 9743: Hannibal Lecter
limit: 20 489724: Trolls
tmdb_birthday: 124916: 101 Dalmatians
this_month: true - pmm: genre
- pmm: bafta - pmm: oscars
- pmm: cannes - pmm: other_chart
- pmm: content_rating_au template_variables:
- pmm: continent use_anidb: false
template_variables: use_stevenlu: false
include: use_pirated: false
- Oceania visible_library_commonsense: true
- pmm: genre visible_home_commonsense: true
- pmm: oscars visible_shared_commonsense: true
- pmm: other_chart - pmm: razzie
template_variables: - pmm: seasonal
use_anidb: false template_variables:
use_stevenlu: false use_patrick: false
use_pirated: false use_memorial: false
visible_library_commonsense: true schedule_father: range(09/01-09/07)
visible_home_commonsense: true use_independence: false
visible_shared_commonsense: true - pmm: razzie use_labor: false
- pmm: seasonal schedule_lgbtq: daily
template_variables: use_veteran: false
use_patrick: false use_thanksgiving: false
use_memorial: false use_aapi: false
schedule_father: range(09/01-09/07) - pmm: studio
use_independence: false template_variables:
use_labor: false include:
use_veteran: false - A24
use_thanksgiving: false - Blue Sky Studios
use_aapi: false - DreamWorks Studios
- pmm: studio - DreamWorks Pictures
template_variables: - Pixar
include: - Studio Ghibli
- A24 - Walt Disney Animation Studios
- DreamWorks Studios - Walt Disney Pictures
- DreamWorks Pictures - Walt Disney Productions
- Pixar - pmm: tautulli
- pmm: tautulli - pmm: universe
- pmm: universe #- pmm: collectionless
schedule_overlays: weekly(saturday)
overlay_files: overlay_files:
- pmm: commonsense - pmm: commonsense
- pmm: mediastinger - pmm: mediastinger
- pmm: ratings - pmm: ratings
template_variables: template_variables:
rating1: user rating1: user
rating1_image: rt_tomato rating1_image: rt_tomato
rating1_font: config/metadata/overlays/fonts/Adlib.ttf rating1_font: config/metadata/overlays/fonts/Adlib.ttf
rating1_font_size: 63 rating1_font_size: 63
rating2: critic rating2: critic
rating2_image: imdb rating2_image: imdb
rating2_font: config/metadata/overlays/fonts/Impact.ttf rating2_font: config/metadata/overlays/fonts/Impact.ttf
rating2_font_size: 70 rating2_font_size: 70
rating3: audience rating3: audience
rating3_image: tmdb rating3_image: tmdb
rating3_font: config/metadata/overlays/fonts/Avenir_95_Black.ttf rating3_font: config/metadata/overlays/fonts/Avenir_95_Black.ttf
rating3_font_size: 70 rating3_font_size: 70
horizontal_position: right horizontal_position: right
- pmm: resolution - pmm: resolution
template_variables: template_variables:
use_resolution: false use_resolution: false
use_edition: true use_edition: true
- pmm: ribbon - pmm: ribbon
- pmm: versions - pmm: versions
settings: settings:
asset_directory: asset_directory:
- config/assets/Movies/ - config/assets/Movies/
- config/assets/Collections/
prioritize_assets: false prioritize_assets: false
operations: operations:
- schedule: daily - schedule: daily
assets_for_all: true
delete_collections: delete_collections:
configured: false configured: false
managed: true
metadata_backup: metadata_backup:
path: config/backups/Movies_Metadata_Backup.yml path: config/backups/Movies_Metadata_Backup.yml
sync_tags: true sync_tags: true
add_blank_entries: false add_blank_entries: false
genre_mapper: - schedule: Weekly (monday)
Sci-Fi: Science Fiction
Action & Adventure: Action
- schedule: weekly(friday)
mass_user_rating_update: mdb_tomatoes mass_user_rating_update: mdb_tomatoes
- schedule: Weekly (tuesday)
mass_critic_rating_update: imdb mass_critic_rating_update: imdb
- schedule: Weekly (wednesday)
mass_audience_rating_update: tmdb mass_audience_rating_update: tmdb
mass_genre_update: omdb - schedule: yearly(01/01)
mass_content_rating_update: mdb_commonsense mass_genre_update:
mass_originally_available_update: tmdb - tmdb
mass_imdb_parental_labels: none - imdb
split_duplicates: false - omdb
assets_for_all: true - tvdb
- schedule: Weekly (friday)
mass_content_rating_update:
- mdb_commonsense
- omdb
- schedule: Weekly (saturday)
mass_studio_update:
- tmdb
- tvdb
- omdb
- schedule: Weekly (sunday)
mass_originally_avaliable_update:
- tmdb
- tvdb
- omdb
TV Shows: TV Shows:
schedule_overlays: weekly(saturday)
report_path: config/missing/TV_report.yml report_path: config/missing/TV_report.yml
template_variables: template_variables:
use_separator: false use_separator: false
library_name: TV Shows library_name: TV Shows
collection_files: collection_files:
- folder: config/tvshows - folder: config/tvshows
- pmm: actor - git: bullmoose20/tv_refresh
template_variables: # - pmm: based
collection_section: '001' - pmm: content_rating_au
use_separator: false - pmm: continent
style: diiivoycolor template_variables:
name_format: "\U0001F382 <<key_name>>'s Birthday" include:
translation_key: birthday - Oceania
sort_by: audience_rating.desc - pmm: franchise
title_format: <<key_name>>'s Birthday - pmm: genre
data: - pmm: other_chart
depth: 10 template_variables:
limit: 20 use_anidb: false
tmdb_birthday: use_stevenlu: false
this_month: true use_pirated: false
- pmm: based visible_library_commonsense: true
- pmm: content_rating_au visible_home_commonsense: true
- pmm: continent visible_shared_commonsense: true
template_variables: - pmm: tautulli
include: - pmm: universe
- Oceania
- pmm: genre
- pmm: other_chart
template_variables:
use_anidb: false
use_stevenlu: false
use_pirated: false
visible_library_commonsense: true
visible_home_commonsense: true
visible_shared_commonsense: true
- pmm: tautulli
- pmm: universe
schedule_overlays: weekly(friday)
overlay_files: overlay_files:
- pmm: commonsense - pmm: commonsense
- pmm: commonsense - pmm: commonsense
template_variables: template_variables:
builder_level: season builder_level: season
- pmm: commonsense - pmm: commonsense
template_variables: template_variables:
builder_level: episode builder_level: episode
- pmm: ratings - pmm: ratings
template_variables: template_variables:
rating1: user rating1: user
rating1_image: rt_tomato rating1_image: rt_tomato
rating1_font: config/metadata/overlays/fonts/Adlib.ttf rating1_font: config/metadata/overlays/fonts/Adlib.ttf
rating1_font_size: 63 rating1_font_size: 63
rating2: critic rating2: critic
rating2_image: imdb rating2_image: imdb
rating2_font: config/metadata/overlays/fonts/Impact.ttf rating2_font: config/metadata/overlays/fonts/Impact.ttf
rating2_font_size: 70 rating2_font_size: 70
rating3: audience rating3: audience
rating3_image: tmdb rating3_image: tmdb
rating3_font: config/metadata/overlays/fonts/Avenir_95_Black.ttf rating3_font: config/metadata/overlays/fonts/Avenir_95_Black.ttf
rating3_font_size: 70 rating3_font_size: 70
horizontal_position: right horizontal_position: right
- pmm: ratings - pmm: ratings
template_variables: template_variables:
rating1: critic rating1: critic
rating1_image: imdb rating1_image: imdb
rating1_font: config/metadata/overlays/fonts/Impact.ttf rating1_font: config/metadata/overlays/fonts/Impact.ttf
rating1_font_size: 70 rating1_font_size: 70
rating2: audience rating2: audience
rating2_image: tmdb rating2_image: tmdb
rating2_font: config/metadata/overlays/fonts/Avenir_95_Black.ttf rating2_font: config/metadata/overlays/fonts/Avenir_95_Black.ttf
rating2_font_size: 70 rating2_font_size: 70
horizontal_position: right horizontal_position: right
builder_level: episode builder_level: episode
- pmm: ribbon - pmm: ribbon
- pmm: runtimes - pmm: runtimes
template_variables: template_variables:
builder_level: episode builder_level: episode
- pmm: status - pmm: status
- pmm: versions - pmm: versions
template_variables: template_variables:
builder_level: show builder_level: show
- pmm: versions - pmm: versions
template_variables: template_variables:
builder_level: season builder_level: season
- pmm: ribbon - pmm: ribbon
settings: settings:
asset_directory: asset_directory:
- config/assets/TV Shows/ - config/assets/TV Shows/
prioritize_assets: false - config/assets/Collections/
prioritize_assets: true
operations: operations:
- schedule: daily - schedule: daily
assets_for_all: true
delete_collections: delete_collections:
configured: false configured: false
managed: true
metadata_backup: metadata_backup:
path: config/backups/Movies_Metadata_Backup.yml path: config/backups/TVShows_Metadata_Backup.yml
sync_tags: true sync_tags: true
add_blank_entries: false add_blank_entries: false
genre_mapper: - schedule: Weekly (monday)
Sci-Fi: Science Fiction
Action & Adventure: Action
- schedule: weekly(wednesday)
mass_user_rating_update: mdb_tomatoes mass_user_rating_update: mdb_tomatoes
- schedule: Weekly (tuesday)
mass_critic_rating_update: imdb mass_critic_rating_update: imdb
- schedule: Weekly (wednesday)
mass_audience_rating_update: tmdb mass_audience_rating_update: tmdb
mass_genre_update: omdb - schedule: yearly (01/01)
- schedule: weekly (thursday) mass_genre_update:
mass_content_rating_update: mdb_commonsense - tmdb
mass_originally_available_update: tmdb - imdb
- omdb
- tvdb
- schedule: Weekly (friday)
mass_content_rating_update:
- mdb_commonsense
- omdb
- schedule: Weekly (saturday)
mass_studio_update:
- tmdb
- tvdb
- omdb
- schedule: Weekly (sunday)
mass_originally_avaliable_update:
- tmdb
- tvdb
- omdb
- schedule: Weekly (monday)
mass_episode_critic_rating_update: imdb mass_episode_critic_rating_update: imdb
- schedule: Weekly (tuesday)
mass_episode_audience_rating_update: tmdb mass_episode_audience_rating_update: tmdb
mass_imdb_parental_labels: none
split_duplicates: false
assets_for_all: true
Music: Music:
schedule: weekly (sunday) schedule: weekly (tuesday|thursday|sunday)
remove_overlays: true
library_name: Music library_name: Music
#collection_files: collection_files:
# - folder: config/music - folder: config/music
playlist_files: playlist_files:
- pmm: playlist - pmm: playlist
template_variables: template_variables:
libraries: 'Movies, TV Shows' libraries: Movies, TV Shows
- folder: config/playlists #- folder: config/playlists
settings: settings:
cache: true cache: true
cache_expiration: 60 cache_expiration: 60
@@ -238,16 +254,16 @@ settings:
report_path: config/missing report_path: config/missing
asset_folders: true asset_folders: true
asset_depth: 1 asset_depth: 1
create_asset_folders: false create_asset_folders: true
prioritize_assets: false prioritize_assets: false
dimensional_asset_rename: true dimensional_asset_rename: true
download_url_assets: false download_url_assets: true
show_missing_season_assets: false show_missing_season_assets: false
show_missing_episode_assets: false show_missing_episode_assets: false
show_asset_not_needed: false show_asset_not_needed: false
sync_mode: sync sync_mode: sync
minimum_items: 1 minimum_items: 1
default_collection_order: null default_collection_order:
delete_below_minimum: true delete_below_minimum: true
delete_not_scheduled: false delete_not_scheduled: false
run_again_delay: 2 run_again_delay: 2
@@ -261,21 +277,27 @@ settings:
show_missing_assets: false show_missing_assets: false
save_report: false save_report: false
tvdb_language: eng tvdb_language: eng
ignore_ids: null ignore_ids:
ignore_imdb_ids: null ignore_imdb_ids:
item_refresh_delay: 0 item_refresh_delay: 0
playlist_sync_to_user: all playlist_sync_to_user: all
playlist_exclude_users: null playlist_exclude_users:
playlist_report: false playlist_report: false
verify_ssl: true verify_ssl: false
custom_repo: null custom_repo:
check_nightly: true check_nightly: true
run_order: run_order:
- operations - operations
- metadata - metadata
- collections - collections
- overlays - overlays
webhooks: webhooks:
error: notifiarr
version: notifiarr
run_start: notifiarr
run_end: notifiarr
changes: notifiarr
delete:bhooks:
error: notifiarr error: notifiarr
version: notifiarr version: notifiarr
run_start: notifiarr run_start: notifiarr

View File

@@ -1,507 +0,0 @@
##################################
# #
# Franchise #
# #
##################################
templates:
Collection:
optional:
- collection
- movie
tmdb_collection_details: <<collection>>
tmdb_movie: <<movie>>
sync_mode: sync
collection_order: release
schedule: monthly(20)
collections:
3 Ninjas:
template: {name: Collection, collection: 71458}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/3 Ninjas.jpg
101 Dalmatians:
template: {name: Collection, collection: "100693, 124916", movie: 337404}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/101 Dalmatians.jpg
"28 Days/Weeks Later":
template: {name: Collection, collection: 1565}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/28%20Days%20Weeks%20Later.jpg
A Nightmare on Elm Street:
template: {name: Collection, collection: 8581, movie: "6466, 23437"}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/A%20Nightmare%20on%20Elm%20Street.jpg
All Dogs Go to Heaven:
template: {name: Collection, collection: 140910}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/All Dogs Go to Heaven.jpg
Alvin and the Chipmunks:
template: {name: Collection, collection: 167613}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Alvin and the Chipmunks.jpg
American Pie:
template: {name: Collection, collection: "2806, 298820"}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/American%20Pie.jpg
Anaconda:
template: {name: Collection, collection: 105995, movie: 336560}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Anaconda.jpg
Angels in the:
template: {name: Collection, collection: 508334}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Angels%20In%20The.jpg
Back to the Future:
template: {name: Collection, collection: 264}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Back to the Future.jpg
Barbershop:
template: {name: Collection, collection: 176097, movie: 14177}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Barbershop.jpg
Batman:
template: {name: Collection, collection: "120794, 263, 948485"}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Batman.jpg
Battlestar Galactica:
template: {name: Collection, collection: 91697}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Battlestar Galactica.jpg
Beauty and the Beast:
template: {name: Collection, collection: 153010, movie: 321612}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Beauty and the Beast.jpg
Blade:
template: {name: Collection, collection: 735}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Blade.jpg
Bourne:
template: {name: Collection, collection: 31562}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Bourne.jpg
Captain America:
template: {name: Collection, collection: 131295}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Captain America.jpg
Charlie Brown:
template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls054850259/
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Charlie%20Brown.jpg
Child's Play:
template: {name: Collection, collection: 10455}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Child's Play.jpg
Children of the Corn:
template: {name: Collection, collection: 115225}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Children of the Corn.jpg
Cloverfield:
template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls096108041/
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Cloverfield.jpg
Cornetto Trilogy:
template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls068623110/
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Cornetto%20Trilogy.jpg
DC SuperHero Girls:
template: {name: Collection, collection: "477208, 557495"}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/DC%20Super%20Hero%20Girls.jpg
Deadpool:
template: {name: Collection, collection: 448150, movie: 567604}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Deadpool.jpg
Despicable Me:
template: {name: Collection, collection: "86066, 544669"}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Despicable%20Me.jpg
Die Hard:
template: {name: Collection, collection: 1570}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Die Hard.jpg
Ernest:
template: {name: Collection, collection: 330555}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Ernest.jpg
Escape From:
template: {name: Collection, collection: 115838}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Escape%20From.jpg
Evil Dead:
template: {name: Collection, collection: 1960}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Evil Dead.jpg
Fear Street:
template: {name: Collection, collection: 790370}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Fear Street.jpg
Fifty Shades of Grey:
template: {name: Collection, collection: 344830}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Fifty Shades of Grey.jpg
Final Destination:
template: {name: Collection, collection: 8864}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Final Destination.jpg
Final Fantasy:
template: {name: Collection, collection: 140760}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Final%20Fantasy.jpg
Friday the 13th:
template: {name: Collection, collection: 9735, movie: "6466, 222724"}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Friday%20the%2013th.jpg
Frozen:
template: {name: Collection, collection: 386382, movie: "326359, 460793"}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Frozen.jpg
Futurama:
template: {name: Collection, collection: 13800}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Futurama.jpg
Garfield:
template: {name: Collection, collection: "86115, 373918"}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Garfield.jpg
Ghostbusters:
template: {name: Collection, collection: 2980, movie: 43074}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Ghostbusters.jpg
Godzilla:
template: {name: Collection, collection: "535313, 374509, 374511, 374512", movie: "293167, 18983, 39256, 18983, 39256, 293167"}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Godzilla.jpg
"Halloween: Michael Myers":
template: {name: Collection, collection: "91361, 126209, 424139, 610253, 616820"}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Halloween.jpg
Halloweentown:
template: {name: Collection, collection: 87252}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Halloweentown.jpg
Halo:
template: {name: Collection, collection: 606301}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Halo.jpg
Hannibal Lecter:
template: {name: Collection, collection: 9743, movie: 11454}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Hannibal%20Lecter.jpg
Has Fallen:
template: {name: Collection, collection: 386534}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Has%20Fallen.jpg
Hellraiser:
template: {name: Collection, collection: 8917}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Hellraiser.jpg
Highlander:
template: {name: Collection, collection: 8050}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Highlander.jpg
Home Alone:
template: {name: Collection, collection: 9888}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Home Alone.jpg
Hostel:
template: {name: Collection, collection: 86578}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Hostel.jpg
Hotel Transylvania:
template: {name: Collection, collection: 185103}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Hotel Transylvania.jpg
How to Train Your Dragon:
template: {name: Collection, collection: 89137}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/How to Train Your Dragon.jpg
I Know What You Did Last Summer:
template: {name: Collection, collection: 3601}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/I Know What You Did Last Summer.jpg
Ice Age:
template: {name: Collection, collection: 8354, movie: "79218, 717095, 387893"}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Ice%20Age.jpg
Indiana Jones:
template: {name: Collection, collection: 84}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Indiana%20Jones.jpg
Insidious:
template: {name: Collection, collection: 228446}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Insidious.jpg
IP Man:
template: {name: Collection, collection: 70068, movie: "658009, 643413, 450001, 751391, 44249, 182127, 44865"}
collection_order: alpha
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/IP%20Man.jpg
Iron Man:
template: {name: Collection, collection: 131292}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Iron Man.jpg
James Bond:
template: {name: Collection, collection: 645}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/James%20Bond%20007.jpg
Jack Ryan:
template: {name: Collection, collection: 192492, movie: "4614, 137094"}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Jack Ryan.jpg
Jaws:
template: {name: Collection, collection: 2366}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Jaws.jpg
Jumanji:
template: {name: Collection, collection: 495527}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Jumanji.jpg
Jurassic Park:
template: {name: Collection, collection: 328, movie: 630322}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Jurassic%20Park.jpg
Justice League:
template: {name: Collection, collection: 256287}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Justice League.jpg
Karate Kid:
template: {name: Collection, collection: 8580, movie: 38575}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Karate%20Kid.jpg
Kingsman:
template: {name: Collection, collection: 391860}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Kingsman.jpg
Kung Fu Panda:
template: {name: Collection, collection: 77816}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Kung Fu Panda.jpg
Lake Placid:
template: {name: Collection, collection: 97768}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Lake Placid.jpg
Legally Blonde:
template: {name: Collection, collection: 86024}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Legally Blonde.jpg
Leprechaun:
template: {name: Collection, collection: 19285}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Leprechaun.jpg
Lethal Weapon:
template: {name: Collection, collection: 945}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Lethal Weapon.jpg
Lilo & Stitch:
template: {name: Collection, collection: 97461}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Lilo & Stitch.jpg
Look Who's Talking:
template: {name: Collection, collection: 9521}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Look Who's Talking.jpg
Mad Max:
template: {name: Collection, collection: 8945}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Mad Max.jpg
Madagascar:
template: {name: Collection, collection: 14740, movie: "161143, 25472, 270946"}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Madagascar.jpg
Marx Brothers:
template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls068486735/
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Marx%20Brothers.jpg
Meet the Parents:
template: {name: Collection, collection: 51509}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Meet the Parents.jpg
Men In Black:
template: {name: Collection, collection: 86055}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Men In Black.jpg
Missing in Action:
template: {name: Collection, collection: 46512}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Missing in Action.jpg
"Mission: Impossible":
template: {name: Collection, collection: 87359}
name_mapping: Mission Impossible
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Mission%20Impossible.jpg
Monty Python:
template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls072012494/
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Monty%20Python.jpg
Mortal Kombat:
template: {name: Collection, collection: "9818, 931431", movie: 664767}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Mortal%20Kombat.jpg
National Lampoon Vacation:
template: {name: Collection, collection: 108693, movie: "11155, 296099"}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/National Lampoon Vacation.jpg
Night at the Museum:
template: {name: Collection, collection: 85943}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Night at the Museum.jpg
Night of the Demons:
template: {name: Collection, collection: 136218}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Night of the Demons.jpg
Night of the Living Dead:
template: {name: Collection, collection: 261590, movie: "13025, 29426"}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Night of the Living Dead.jpg
"Ocean's":
template: {name: Collection, collection: 304}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Ocean's.jpg
Oz:
template: {name: Collection, collection: 627517, movie: "13155, 68728"}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Oz.jpg
Pet Semetary:
template: {name: Collection, collection: 10789, movie: 157433}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Pet%20Sematary.jpg
Pirates of the Caribbean:
template: {name: Collection, collection: 295}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Pirates%20of%20the%20Caribbean.jpg
Pitch Perfect:
template: {name: Collection, collection: 306031}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Pitch Perfect.jpg
Planet of the Apes:
template: {name: Collection, collection: "1709, 173710"}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Planet%20of%20the%20Apes.jpg
Police Academy:
template: {name: Collection, collection: 9338}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Police Academy.jpg
Police Story:
template: {name: Collection, collection: 269098}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Police Story.jpg
Poltergeist:
template: {name: Collection, collection: 10453}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Poltergeist.jpg
Power Rangers:
template: {name: Collection, collection: 708816, movie: "305470, 306264"}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Power%20Rangers.jpg
Prom Night:
template: {name: Collection, collection: 123255}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Prom Night.jpg
Rambo:
template: {name: Collection, collection: 5039}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Rambo.jpg
RoboCop:
template: {name: Collection, collection: 5547}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/RoboCop.jpg
Resident Evil:
template: {name: Collection, collection: "17255, 133352"}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Resident%20Evil.jpg
Return of the Living Dead:
template: {name: Collection, collection: 101471}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Return of the Living Dead.jpg
Rugrats:
template: {name: Collection, collection: 57129}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Rugrats.jpg
Saw:
template: {name: Collection, collection: 656}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Saw.jpg
Scanners:
template: {name: Collection, collection: 88574}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Scanners.jpg
Scary Movie:
template: {name: Collection, collection: 4246}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Scary Movie.jpg
"Scooby-Doo!":
template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls505230642/
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Scooby-Doo!.jpg
Scream:
template: {name: Collection, collection: 2602}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Scream.jpg
Shaft:
template: {name: Collection, collection: "495, 608103"}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Shaft.jpg
Sharknado:
template: {name: Collection, collection: 286023}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Sharknado.jpg
Shrek:
template: {name: Collection, collection: 2150}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Shrek.jpg
Species:
template: {name: Collection, collection: 9887}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Species.jpg
Spider-Man:
template: {name: Collection, collection: "531241, 556, 573436"}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Spider-Man.jpg
Stargate:
template: {name: Collection, collection: 44215, movie: 2164}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Stargate.jpg
Starship Troopers:
template: {name: Collection, collection: 10522}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Starship Troopers.jpg
Street Fighter:
template: {name: Collection, collection: 190435, movie: "687354, 11667"}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Street%20Fighter.jpg
Stuart Little:
template: {name: Collection, collection: 99727}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Stuart Little.jpg
Superman:
template: {name: Collection, collection: "8537, 209131"}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Superman.jpg
Taken:
template: {name: Collection, collection: 135483}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Taken.jpg
Tales From the Hood:
template: {name: Collection, collection: 551890}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Tales From the Hood.jpg
Tarzan:
template: {name: Collection, collection: 106768}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Tarzan.jpg
Teenage Mutant Ninja Turtles:
template: {name: Collection, collection: "1582, 401562", movie: 1273}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Teenage%20Mutant%20Ninja%20Turtles.jpg
Terminator:
template: {name: Collection, collection: 528}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Terminator.jpg
The Amityville Horror:
template: {name: Collection, collection: 397842}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Amityville Horror.jpg
The Avengers:
template: {name: Collection, collection: 86311}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Avengers.jpg
The Chronicles of Narnia:
template: {name: Collection, collection: 420}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Chronicles of Narnia.jpg
The Chronicles of Riddick:
template: {name: Collection, collection: 2794}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Chronicles of Riddick.jpg
The Conjuring:
template: {name: Collection, collection: 313086}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Conjuring.jpg
The Crow:
template: {name: Collection, collection: 9436}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Crow.jpg
The Exorcist:
template: {name: Collection, collection: 12263}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Exorcist.jpg
The Expendables:
template: {name: Collection, collection: 126125}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Expendables.jpg
The Godfather:
template: {name: Collection, collection: 230}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Godfather.jpg
The Grudge:
template: {name: Collection, collection: 1974, movie: 465086}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Grudge.jpg
The Hangover:
template: {name: Collection, collection: 86119}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Hangover.jpg
The Hills Have Eyes:
template: {name: Collection, collection: "267922, 8918"}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Hills Have Eyes.jpg
The Hunger Games:
template: {name: Collection, collection: 131635}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/The%20Hunger%20Games.jpg
The Lion King:
template: {name: Collection, collection: 94032, movie: "420818"}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Lion King.jpg
The Little Mermaid:
template: {name: Collection, collection: 33085}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Little Mermaid.jpg
The Man With No Name:
template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls023916334/
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/The%20Man%20With%20No%20Name.jpg
The Maze Runner:
template: {name: Collection, collection: 295130}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Maze Runner.jpg
The Matrix:
template: {name: Collection, collection: 2344}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Matrix.jpg
The Mighty Ducks:
template: {name: Collection, collection: 10709}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Mighty Ducks.jpg
The Naked Gun:
template: {name: Collection, collection: 37139}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Naked Gun.jpg
The Neverending Story:
template: {name: Collection, collection: 91430}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Neverending Story.jpg
The Omen:
template: {name: Collection, collection: 10919, movie: 806}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Omen.jpg
The Purge:
template: {name: Collection, collection: 256322}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Purge.jpg
The Santa Clause:
template: {name: Collection, collection: 53159}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Santa Clause.jpg
The Texas Chainsaw Massacre:
template: {name: Collection, collection: "111751, 425175"}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/The%20Texas%20Chainsaw%20Massacre.jpg
Thor:
template: {name: Collection, collection: 131296}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Thor.jpg
The Three Stooges:
template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls075972675/
tmdb_movie: 76489
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/The%20Three%20Stooges.jpg
The Transporter:
template: {name: Collection, collection: 9518}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The Transporter.jpg
Tom and Jerry:
template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls022966050/
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Tom%20and%20Jerry.jpg
Tomb Raider:
template: {name: Collection, collection: "2467, 621142", movie: 550760}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Tomb%20Raider.jpg
Toy Story:
template: {name: Collection, collection: 10194, movie: 130925}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Toy%20Story.jpg
Transformers:
template: {name: Collection, collection: 8650}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Transformers.jpg
Tremors:
template: {name: Collection, collection: 91799}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Tremors.jpg
TRON:
template: {name: Collection, collection: 63043, movie: 73362}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Tron.jpg
Twilight:
template: {name: Collection, collection: 33514}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Twilight.jpg
Unbreakable:
template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls022101006/
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Unbreakable.jpg
Universal Soldier:
template: {name: Collection, collection: 10713}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Universal Soldier.jpg
Wallace & Gromit:
template: {name: Collection, collection: 529}
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Wallace%20%26%20Gromit.jpg
Watchmen:
tmdb_list: https://www.themoviedb.org/list/8196349}
sort_title: "!040_Watchmen"
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Watchmen.jpg

View File

@@ -10,32 +10,16 @@ external_templates:
templates: templates:
sub_genre: sub_genre:
optional: optional:
- imdb_extra_1
- imdb_extra_2
- imdb_extra_3
- imdb_extra_4
- imdb_extra_5
- letterboxd_list - letterboxd_list
- letterboxd_extra_1 - letterboxd_extra_1
- letterboxd_extra_2 - letterboxd_extra_2
- letterboxd_extra_3 - letterboxd_extra_3
- letterboxd_extra_4 - letterboxd_extra_4
- letterboxd_extra_5 - letterboxd_extra_5
sort_title: "!060_<<collection_name>>" schedule: monthly(28)
schedule: weekly(monday|wednesday|friday)
limit: 10000 limit: 10000
sync_mode: sync
collection_order: audience_rating.desc collection_order: audience_rating.desc
cache_builders: 0 cache_builders: 0
imdb_search:
votes.gte: 100
keyword: <<keywords>>
imdb_list:
- <<imdb_extra_1>>
- <<imdb_extra_2>>
- <<imdb_extra_3>>
- <<imdb_extra_4>>
- <<imdb_extra_5>>
letterboxd_list: letterboxd_list:
- https://letterboxd.com/ediblehedgehog/list/<<letterboxd_list>>/ - https://letterboxd.com/ediblehedgehog/list/<<letterboxd_list>>/
- <<letterboxd_extra_1>> - <<letterboxd_extra_1>>
@@ -43,10 +27,11 @@ templates:
- <<letterboxd_extra_3>> - <<letterboxd_extra_3>>
- <<letterboxd_extra_4>> - <<letterboxd_extra_4>>
- <<letterboxd_extra_5>> - <<letterboxd_extra_5>>
item_genre: <<collection_name>>
build_collection: false
collections: collections:
Absurdism: Absurdism:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Absurdism.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "absurdism", keywords: "absurdism",
@@ -58,7 +43,6 @@ collections:
letterboxd_list: "theme-absurdism" letterboxd_list: "theme-absurdism"
} }
Alien: Alien:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Alien.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "alien", keywords: "alien",
@@ -70,7 +54,6 @@ collections:
letterboxd_list: "theme-aliens" letterboxd_list: "theme-aliens"
} }
Alternate History: Alternate History:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Alternate%20History.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "alternate-history", keywords: "alternate-history",
@@ -82,7 +65,6 @@ collections:
letterboxd_list: "theme-alternate-history" letterboxd_list: "theme-alternate-history"
} }
Anti-Hero: Anti-Hero:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Anti-Hero.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "anti-hero", keywords: "anti-hero",
@@ -94,7 +76,6 @@ collections:
letterboxd_list: "theme-anti-hero" letterboxd_list: "theme-anti-hero"
} }
Apocalypse: Apocalypse:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Apocalypse.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "apocalypse", keywords: "apocalypse",
@@ -106,7 +87,7 @@ collections:
letterboxd_list: "theme-apocalypse" letterboxd_list: "theme-apocalypse"
} }
Artificial Intelligence: Artificial Intelligence:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Artificial%20Intelligence.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Artificial%20Intelligence.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "artificial-intelligence", keywords: "artificial-intelligence",
@@ -118,7 +99,7 @@ collections:
letterboxd_list: "theme-artificial-intelligence" letterboxd_list: "theme-artificial-intelligence"
} }
Assassin: Assassin:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Assassin.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Assassin.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "assassin", keywords: "assassin",
@@ -130,7 +111,7 @@ collections:
letterboxd_list: "theme-assassins" letterboxd_list: "theme-assassins"
} }
Betrayal: Betrayal:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Betrayal.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Betrayal.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "betrayal", keywords: "betrayal",
@@ -142,7 +123,7 @@ collections:
letterboxd_list: "theme-betrayal" letterboxd_list: "theme-betrayal"
} }
Boxing: Boxing:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Boxing.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Boxing.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "boxing", keywords: "boxing",
@@ -154,7 +135,7 @@ collections:
letterboxd_list: "theme-boxing", letterboxd_list: "theme-boxing",
} }
Bug: Bug:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Bug.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Bug.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "insect", keywords: "insect",
@@ -166,7 +147,7 @@ collections:
letterboxd_list: "theme-bugs" letterboxd_list: "theme-bugs"
} }
Caper: Caper:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Caper.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Caper.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "caper", keywords: "caper",
@@ -178,7 +159,7 @@ collections:
letterboxd_list: "theme-caper" letterboxd_list: "theme-caper"
} }
Chick Flick: Chick Flick:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Chick%20Flick.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Chick%20Flick.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "chick-flick", keywords: "chick-flick",
@@ -192,7 +173,7 @@ collections:
letterboxd_extra_2: "https://letterboxd.com/marialuisacctc/list/women-have-superior-taste-that-is-why-these/" letterboxd_extra_2: "https://letterboxd.com/marialuisacctc/list/women-have-superior-taste-that-is-why-these/"
} }
Coming of Age: Coming of Age:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Coming%20of%20Age.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Coming%20of%20Age.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "coming-of-age", keywords: "coming-of-age",
@@ -204,7 +185,7 @@ collections:
letterboxd_list: "theme-coming-of-age" letterboxd_list: "theme-coming-of-age"
} }
Con Artist: Con Artist:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Con%20Artist.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Con%20Artist.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "con-artist", keywords: "con-artist",
@@ -216,7 +197,7 @@ collections:
letterboxd_list: "theme-con-artists" letterboxd_list: "theme-con-artists"
} }
Costume Drama: Costume Drama:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Costume%20Drama.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Costume%20Drama.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "costume-drama", keywords: "costume-drama",
@@ -228,7 +209,7 @@ collections:
letterboxd_list: "theme-costume-drama" letterboxd_list: "theme-costume-drama"
} }
Courtroom: Courtroom:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Courtroom.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Courtroom.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "court", keywords: "court",
@@ -240,7 +221,7 @@ collections:
letterboxd_list: "theme-courtroom" letterboxd_list: "theme-courtroom"
} }
Cyberpunk: Cyberpunk:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Cyberpunk.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Cyberpunk.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "cyberpunk", keywords: "cyberpunk",
@@ -252,7 +233,7 @@ collections:
letterboxd_list: "theme-cyberpunk" letterboxd_list: "theme-cyberpunk"
} }
Dark Fantasy: Dark Fantasy:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Dark%20Fantasy.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Dark%20Fantasy.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "dark-fantasy", keywords: "dark-fantasy",
@@ -264,7 +245,7 @@ collections:
letterboxd_list: "theme-dark-fantasy" letterboxd_list: "theme-dark-fantasy"
} }
Detective: Detective:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Detective.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Detective.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "detective", keywords: "detective",
@@ -276,7 +257,7 @@ collections:
letterboxd_list: "theme-detective" letterboxd_list: "theme-detective"
} }
Dragon: Dragon:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Dragon.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Dragon.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "dragon", keywords: "dragon",
@@ -288,7 +269,7 @@ collections:
letterboxd_list: "theme-dragons" letterboxd_list: "theme-dragons"
} }
Epic: Epic:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Epic.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Epic.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "epic", keywords: "epic",
@@ -300,7 +281,7 @@ collections:
letterboxd_list: "theme-epics" letterboxd_list: "theme-epics"
} }
Espionage: Espionage:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Espionage.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Espionage.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "espionage", keywords: "espionage",
@@ -312,7 +293,7 @@ collections:
letterboxd_list: "theme-espionage" letterboxd_list: "theme-espionage"
} }
Experimental: Experimental:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Experimental.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Experimental.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "experimental-film", keywords: "experimental-film",
@@ -324,7 +305,7 @@ collections:
letterboxd_list: "theme-experimental" letterboxd_list: "theme-experimental"
} }
Fairytale: Fairytale:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Fairy%20Tale.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Fairy%20Tale.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "fairy-tale", keywords: "fairy-tale",
@@ -336,7 +317,7 @@ collections:
letterboxd_list: "theme-fairytale" letterboxd_list: "theme-fairytale"
} }
Found Footage Horror: Found Footage Horror:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Found%20Footage%20Horror.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Found%20Footage%20Horror.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "found-footage", keywords: "found-footage",
@@ -345,10 +326,10 @@ collections:
user_rating: "5.0,10.0", user_rating: "5.0,10.0",
votes: "100,", votes: "100,",
languages: "", languages: "",
letterboxd_list: "theme-found-footage" #letterboxd_list: "theme-found-footage"
} }
Fugitive: Fugitive:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Fugitive.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Fugitive.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "fugitive,on-the-run", keywords: "fugitive,on-the-run",
@@ -360,7 +341,7 @@ collections:
letterboxd_list: "theme-fugitives" letterboxd_list: "theme-fugitives"
} }
# Gambling: # Gambling:
# url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Gambling.jpg # #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Gambling.jpg
# template: { # template: {
# name: sub_genre, # name: sub_genre,
# keywords: "gambling", # keywords: "gambling",
@@ -372,7 +353,7 @@ collections:
# letterboxd_list: "theme-hustle" # letterboxd_list: "theme-hustle"
# } # }
Gangster: Gangster:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Gangster.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Gangster.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "gangster,mob", keywords: "gangster,mob",
@@ -384,7 +365,7 @@ collections:
letterboxd_list: "theme-gangster" letterboxd_list: "theme-gangster"
} }
Ghost: Ghost:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Ghost.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Ghost.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "ghost", keywords: "ghost",
@@ -396,7 +377,7 @@ collections:
letterboxd_list: "theme-ghosts" letterboxd_list: "theme-ghosts"
} }
Gothic: Gothic:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Gothic.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Gothic.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "gothic", keywords: "gothic",
@@ -408,7 +389,7 @@ collections:
letterboxd_list: "theme-gothic" letterboxd_list: "theme-gothic"
} }
Heartbreak: Heartbreak:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Heartbreak.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Heartbreak.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "heartbreak", keywords: "heartbreak",
@@ -420,7 +401,7 @@ collections:
letterboxd_list: "theme-heartbreak" letterboxd_list: "theme-heartbreak"
} }
Heist: Heist:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Heist.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Heist.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "heist", keywords: "heist",
@@ -432,7 +413,7 @@ collections:
letterboxd_list: "theme-heists" letterboxd_list: "theme-heists"
} }
Historical Event: Historical Event:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Historical%20Event.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Historical%20Event.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "historical-event", keywords: "historical-event",
@@ -444,7 +425,7 @@ collections:
letterboxd_list: "theme-historical-event" letterboxd_list: "theme-historical-event"
} }
Hostage: Hostage:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Hostage.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Hostage.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "hostage", keywords: "hostage",
@@ -454,10 +435,10 @@ collections:
votes: "10000,", votes: "10000,",
languages: "", languages: "",
letterboxd_list: "theme-hostage", letterboxd_list: "theme-hostage",
imdb_extra_1: "https://www.imdb.com/search/keyword/?keywords=hostage,kidnapping&ref_=kw_4&sort=num_votes,desc&mode=detail&page=1" #imdb_extra_1: "https://www.imdb.com/search/keyword/?keywords=hostage,kidnapping&ref_=kw_4&sort=num_votes,desc&mode=detail&page=1"
} }
Medical: Medical:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Medical.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Medical.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "medicine", keywords: "medicine",
@@ -468,19 +449,19 @@ collections:
languages: "", languages: "",
letterboxd_list: "theme-medical" letterboxd_list: "theme-medical"
} }
# Medieval: Medieval:
# template: { template: {
# name: sub_genre, name: sub_genre,
# keywords: "medieval-times", keywords: "medieval-times",
# genres: "", genres: "",
# title_type: "feature", title_type: "feature",
# user_rating: "5.0,10.0", user_rating: "5.0,10.0",
# votes: "100,", votes: "100,",
# languages: "", languages: "",
# letterboxd_list: "theme-medieval" letterboxd_list: "theme-medieval"
# } }
Melodrama: Melodrama:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Melodrama.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Melodrama.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "melodrama", keywords: "melodrama",
@@ -492,7 +473,7 @@ collections:
letterboxd_list: "theme-melodrama" letterboxd_list: "theme-melodrama"
} }
Military: Military:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Military.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Military.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "military", keywords: "military",
@@ -504,7 +485,7 @@ collections:
letterboxd_list: "theme-military" letterboxd_list: "theme-military"
} }
Mockumentary: Mockumentary:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Mockumentary.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Mockumentary.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "mockumentary", keywords: "mockumentary",
@@ -517,7 +498,7 @@ collections:
#imdb_extra_1: "https://www.imdb.com/list/ls027069047" #imdb_extra_1: "https://www.imdb.com/list/ls027069047"
} }
Monster: Monster:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Monster.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Monster.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "monster", keywords: "monster",
@@ -529,7 +510,7 @@ collections:
letterboxd_list: "theme-monsters" letterboxd_list: "theme-monsters"
} }
Mythology: Mythology:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Mythology.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Mythology.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "mythology", keywords: "mythology",
@@ -541,7 +522,7 @@ collections:
letterboxd_list: "theme-mythology" letterboxd_list: "theme-mythology"
} }
Naval: Naval:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Naval.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Naval.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "navy", keywords: "navy",
@@ -553,7 +534,7 @@ collections:
letterboxd_list: "theme-naval" letterboxd_list: "theme-naval"
} }
Ninja: Ninja:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Ninja.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Ninja.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "ninja", keywords: "ninja",
@@ -565,7 +546,7 @@ collections:
letterboxd_list: "theme-ninjas" letterboxd_list: "theme-ninjas"
} }
Occult: Occult:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Occult.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Occult.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "occult", keywords: "occult",
@@ -577,7 +558,7 @@ collections:
letterboxd_list: "theme-occult" letterboxd_list: "theme-occult"
} }
Outlaw: Outlaw:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Outlaw.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Outlaw.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "outlaw", keywords: "outlaw",
@@ -589,7 +570,7 @@ collections:
letterboxd_list: "theme-outlaw" letterboxd_list: "theme-outlaw"
} }
Paranormal: Paranormal:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Paranormal.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Paranormal.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "paranormal-phenomenon", keywords: "paranormal-phenomenon",
@@ -601,7 +582,7 @@ collections:
letterboxd_list: "theme-paranormal" letterboxd_list: "theme-paranormal"
} }
Period Drama: Period Drama:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Period%20Drama.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Period%20Drama.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "period-drama", keywords: "period-drama",
@@ -613,7 +594,7 @@ collections:
letterboxd_list: "theme-period-drama" letterboxd_list: "theme-period-drama"
} }
Philosophy: Philosophy:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Philosophy.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Philosophy.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "philosophy", keywords: "philosophy",
@@ -627,7 +608,7 @@ collections:
trakt_list: trakt_list:
- https://trakt.tv/users/rizreflects/lists/philosophical - https://trakt.tv/users/rizreflects/lists/philosophical
Police: Police:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Police.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Police.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "police", keywords: "police",
@@ -639,7 +620,7 @@ collections:
letterboxd_list: "theme-cop" letterboxd_list: "theme-cop"
} }
Politics: Politics:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Politics.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Politics.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "politics", keywords: "politics",
@@ -651,7 +632,7 @@ collections:
letterboxd_list: "theme-political" letterboxd_list: "theme-political"
} }
Prehistoric: Prehistoric:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Prehistoric.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Prehistoric.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "prehistoric-times", keywords: "prehistoric-times",
@@ -664,7 +645,7 @@ collections:
letterboxd_extra_1: "https://letterboxd.com/mikkelhh/list/before-civilization-prehistoric-films/" letterboxd_extra_1: "https://letterboxd.com/mikkelhh/list/before-civilization-prehistoric-films/"
} }
# Prison: # Prison:
# url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Prison.jpg # #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Prison.jpg
# template: { # template: {
# name: sub_genre, # name: sub_genre,
# keywords: "prison", # keywords: "prison",
@@ -676,7 +657,7 @@ collections:
# letterboxd_list: "theme-prison" # letterboxd_list: "theme-prison"
# } # }
Psychedelic: Psychedelic:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Psychedelic.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Psychedelic.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "psychedelic", keywords: "psychedelic",
@@ -690,7 +671,7 @@ collections:
letterboxd_extra_2: "https://letterboxd.com/deity/list/psychedelic/" letterboxd_extra_2: "https://letterboxd.com/deity/list/psychedelic/"
} }
Psychological: Psychological:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Psychological.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Psychological.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "psychological", keywords: "psychological",
@@ -702,7 +683,7 @@ collections:
letterboxd_list: "theme-psychological" letterboxd_list: "theme-psychological"
} }
Religion: Religion:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Religion.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Religion.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "religion", keywords: "religion",
@@ -714,7 +695,7 @@ collections:
letterboxd_list: "theme-religous" letterboxd_list: "theme-religous"
} }
Remake: Remake:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Remake.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Remake.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "remake", keywords: "remake",
@@ -727,7 +708,7 @@ collections:
letterboxd_extra_1: "https://letterboxd.com/l_shelby/list/remakes/" letterboxd_extra_1: "https://letterboxd.com/l_shelby/list/remakes/"
} }
Revenge: Revenge:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Revenge.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Revenge.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "revenge", keywords: "revenge",
@@ -739,7 +720,7 @@ collections:
letterboxd_list: "theme-revenge" letterboxd_list: "theme-revenge"
} }
Robot: Robot:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Robot.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Robot.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "robot", keywords: "robot",
@@ -751,7 +732,7 @@ collections:
letterboxd_list: "theme-robots" letterboxd_list: "theme-robots"
} }
Samurai: Samurai:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Samurai.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Samurai.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "samurai", keywords: "samurai",
@@ -764,7 +745,7 @@ collections:
letterboxd_extra_1: "https://letterboxd.com/jhcrotinger/list/samurai/" letterboxd_extra_1: "https://letterboxd.com/jhcrotinger/list/samurai/"
} }
Satire: Satire:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Satire.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Satire.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "satire", keywords: "satire",
@@ -776,7 +757,7 @@ collections:
letterboxd_list: "theme-satire" letterboxd_list: "theme-satire"
} }
Serial Killer: Serial Killer:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Serial%20Killer.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Serial%20Killer.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "serial-killer", keywords: "serial-killer",
@@ -788,7 +769,7 @@ collections:
letterboxd_list: "theme-serial-killers" letterboxd_list: "theme-serial-killers"
} }
Slasher: Slasher:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Slasher.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Slasher.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "slasher", keywords: "slasher",
@@ -804,7 +785,7 @@ collections:
imdb_extra_4: "https://www.imdb.com/list/ls062357250" imdb_extra_4: "https://www.imdb.com/list/ls062357250"
} }
Space Opera: Space Opera:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Space%20Opera.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Space%20Opera.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "space-opera", keywords: "space-opera",
@@ -816,7 +797,7 @@ collections:
letterboxd_list: "theme-space-opera" letterboxd_list: "theme-space-opera"
} }
Spaghetti Western: Spaghetti Western:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Spaghetti%20Western.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Spaghetti%20Western.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "spaghetti-western", keywords: "spaghetti-western",
@@ -828,7 +809,7 @@ collections:
letterboxd_list: "theme-spaghetti-western" letterboxd_list: "theme-spaghetti-western"
} }
Splatter: Splatter:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Splatter.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Splatter.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "splatter", keywords: "splatter",
@@ -840,7 +821,7 @@ collections:
letterboxd_list: "theme-splatter" letterboxd_list: "theme-splatter"
} }
Steampunk: Steampunk:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Steampunk.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Steampunk.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "steampunk", keywords: "steampunk",
@@ -852,7 +833,7 @@ collections:
letterboxd_list: "theme-steampunk" letterboxd_list: "theme-steampunk"
} }
Stop-Motion: Stop-Motion:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Stop-Motion.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Stop-Motion.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "stop-motion", keywords: "stop-motion",
@@ -865,7 +846,7 @@ collections:
letterboxd_extra_1: "https://letterboxd.com/savage_/list/stop-motion/" letterboxd_extra_1: "https://letterboxd.com/savage_/list/stop-motion/"
} }
Superhero: Superhero:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Superhero.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Superhero.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "superhero", keywords: "superhero",
@@ -877,7 +858,7 @@ collections:
letterboxd_list: "theme-superhero" letterboxd_list: "theme-superhero"
} }
Supernatural: Supernatural:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Supernatural.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Supernatural.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "supernatural-power", keywords: "supernatural-power",
@@ -889,7 +870,7 @@ collections:
letterboxd_list: "theme-supernatural" letterboxd_list: "theme-supernatural"
} }
Surrealism: Surrealism:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Surrealism.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Surrealism.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "surrealism", keywords: "surrealism",
@@ -901,7 +882,7 @@ collections:
letterboxd_list: "theme-surrealism" letterboxd_list: "theme-surrealism"
} }
Survival: Survival:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Survival.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Survival.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "survival,survivor", keywords: "survival,survivor",
@@ -915,7 +896,7 @@ collections:
trakt_list: trakt_list:
- https://trakt.tv/users/rizreflects/lists/survival - https://trakt.tv/users/rizreflects/lists/survival
Swashbuckler: Swashbuckler:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Swashbuckler.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Swashbuckler.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "pirate", keywords: "pirate",
@@ -927,7 +908,7 @@ collections:
letterboxd_list: "theme-swashbuckler" letterboxd_list: "theme-swashbuckler"
} }
Sword & Sandal: Sword & Sandal:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Sword%20%26%20Sandal.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Sword%20%26%20Sandal.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "sword-and-sandal", keywords: "sword-and-sandal",
@@ -940,7 +921,7 @@ collections:
imdb_extra_1: "https://www.imdb.com/list/ls043130664" imdb_extra_1: "https://www.imdb.com/list/ls043130664"
} }
Sword & Sorcery: Sword & Sorcery:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Sword%20%26%20Sorcery.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Sword%20%26%20Sorcery.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "sword-and-sorcery", keywords: "sword-and-sorcery",
@@ -953,7 +934,7 @@ collections:
imdb_extra_1: "https://www.imdb.com/list/ls022909805" imdb_extra_1: "https://www.imdb.com/list/ls022909805"
} }
Treasure Hunt: Treasure Hunt:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Treasure%20Hunt.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Treasure%20Hunt.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "treasure-hunt", keywords: "treasure-hunt",
@@ -965,7 +946,7 @@ collections:
letterboxd_list: "theme-treasure-hunt", letterboxd_list: "theme-treasure-hunt",
} }
Urban Fantasy: Urban Fantasy:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Urban%20Fantasy.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Urban%20Fantasy.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "urban-fantasy", keywords: "urban-fantasy",
@@ -977,7 +958,7 @@ collections:
letterboxd_list: "theme-urban-fantasy" letterboxd_list: "theme-urban-fantasy"
} }
Utopia: Utopia:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Utopia.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Utopia.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "utopia", keywords: "utopia",
@@ -990,7 +971,7 @@ collections:
imdb_extra_1: "https://www.imdb.com/list/ls041227401" imdb_extra_1: "https://www.imdb.com/list/ls041227401"
} }
Vampire: Vampire:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Vampire.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Vampire.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "vampire", keywords: "vampire",
@@ -1002,7 +983,7 @@ collections:
letterboxd_list: "theme-vampires" letterboxd_list: "theme-vampires"
} }
Werewolf: Werewolf:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Werewolf.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Werewolf.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "werewolf", keywords: "werewolf",
@@ -1015,7 +996,7 @@ collections:
#imdb_extra_1: "https://www.imdb.com/search/keyword/?keywords=werewolf&ref_=kw_ref_gnr&sort=moviemeter,asc&mode=detail&page=1&title_type=movie&genres=Fantasy" #imdb_extra_1: "https://www.imdb.com/search/keyword/?keywords=werewolf&ref_=kw_ref_gnr&sort=moviemeter,asc&mode=detail&page=1&title_type=movie&genres=Fantasy"
} }
Whodunit: Whodunit:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Whodunit.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Whodunit.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "whodunit", keywords: "whodunit",
@@ -1027,7 +1008,7 @@ collections:
letterboxd_extra_1: "https://letterboxd.com/mikesemler/list/les-whodunits-ou-un-de-mes-plus-grands-plaisirs/" letterboxd_extra_1: "https://letterboxd.com/mikesemler/list/les-whodunits-ou-un-de-mes-plus-grands-plaisirs/"
} }
Wizardry and Witchcraft: Wizardry and Witchcraft:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Wizardry%20%26%20Witchcraft.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Wizardry%20%26%20Witchcraft.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "wizard,witchcraft", keywords: "wizard,witchcraft",
@@ -1040,7 +1021,7 @@ collections:
#imdb_extra_1: "https://www.imdb.com/search/keyword/?keywords=witch&ref_=kw_ref_typ&sort=moviemeter,asc&mode=detail&page=1&title_type=movie" #imdb_extra_1: "https://www.imdb.com/search/keyword/?keywords=witch&ref_=kw_ref_typ&sort=moviemeter,asc&mode=detail&page=1&title_type=movie"
} }
World War: World War:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/World%20War.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/World%20War.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "world-war-one", keywords: "world-war-one",
@@ -1053,7 +1034,7 @@ collections:
#imdb_extra_1: "https://www.imdb.com/search/keyword/?keywords=world-war-two&ref_=kw_ref_typ&sort=moviemeter,asc&mode=detail&page=1&title_type=movie" #imdb_extra_1: "https://www.imdb.com/search/keyword/?keywords=world-war-two&ref_=kw_ref_typ&sort=moviemeter,asc&mode=detail&page=1&title_type=movie"
} }
Zombie Horror: Zombie Horror:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Zombie%20Horror.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Zombie%20Horror.jpg
template: { template: {
name: sub_genre, name: sub_genre,
keywords: "zombie", keywords: "zombie",

View File

@@ -5,95 +5,72 @@ templates:
Collection: Collection:
optional: optional:
- poster - poster
url_poster: <<poster>> #url_poster: <<poster>>
sync_mode: sync
collection_order: audience_rating.desc collection_order: audience_rating.desc
sort_title: "!060_<<collection_name>>" sort_title: "!060_<<collection_name>>"
schedule: weekly(tuesday|thursday) schedule: monthly(29)
item_genre: <<collection_name>>
build_collection: false
####################################################################################################### #######################################################################################################
collections: collections:
Conspiracy: Conspiracy:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Conspiracy.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Conspiracy.jpg}
imdb_list: https://www.imdb.com/list/ls567287307/ imdb_list: https://www.imdb.com/list/ls567287307/
Dark Comedy: Dark Comedy:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Dark%20Comedy.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Dark%20Comedy.jpg}
imdb_list: https://www.imdb.com/list/ls561047438/ imdb_list: https://www.imdb.com/list/ls561047438/
imdb_search: imdb_search:
votes.gte: 100 votes.gte: 100
keyword: dark comedy keyword: dark comedy
Dystopian: Dystopian:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Dystopian.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Dystopian.jpg}
imdb_search: imdb_search:
votes.gte: 100 votes.gte: 100
keyword: dystopia keyword: dystopia
Football: Football:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Football.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Football.jpg}
imdb_list: https://www.imdb.com/list/ls567409329/ imdb_list: https://www.imdb.com/list/ls567409329/
Inspirational: Inspirational:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Inspirational.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Inspirational.jpg}
imdb_list: https://www.imdb.com/list/ls567409348/ imdb_list: https://www.imdb.com/list/ls567409348/
trakt_list: https://trakt.tv/users/rizreflects/lists/inspiring trakt_list: https://trakt.tv/users/rizreflects/lists/inspiring
Mind-Bend: Mind-Bend:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Mind-Bend.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Mind-Bend.jpg}
imdb_list: https://www.imdb.com/list/ls567402143/ imdb_list: https://www.imdb.com/list/ls567402143/
trakt_list: https://trakt.tv/users/lish408/lists/mindfuck trakt_list: https://trakt.tv/users/lish408/lists/mindfuck
mdblist_list: https://mdblist.com/lists/hdlists/mindfuck-movies mdblist_list: https://mdblist.com/lists/hdlists/mindfuck-movies
Natural Disaster: Natural Disaster:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Natural%20Disaster.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Natural%20Disaster.jpg}
imdb_list: https://www.imdb.com/list/ls567402383/ imdb_list: https://www.imdb.com/list/ls567402383/
Pandemic: Pandemic:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Pandemic.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Pandemic.jpg}
imdb_list: https://www.imdb.com/list/ls567402655/ imdb_list: https://www.imdb.com/list/ls567402655/
trakt_list: https://trakt.tv/users/mraniki/lists/theme-pandemic trakt_list: https://trakt.tv/users/mraniki/lists/theme-pandemic
Parody: Parody:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Parody.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Parody.jpg}
imdb_list: https://www.imdb.com/list/ls567404864/ imdb_list: https://www.imdb.com/list/ls567404864/
tvdb_movie: 138435 tvdb_movie: 138435
Prison: Prison:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Prison.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Prison.jpg}
imdb_list: https://www.imdb.com/list/ls567409066/ imdb_list: https://www.imdb.com/list/ls567409066/
Seductive:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Seductive.jpg}
imdb_search:
votes.gte: 100
keyword: seduction
Space: Space:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Space.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Space.jpg}
imdb_list: imdb_list: https://www.imdb.com/list/ls567409789/
- https://www.imdb.com/list/ls5674097
imdb_search:
votes.gte: 100
keyword.any: space, astronaut
Spy: Spy:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Spy.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Spy.jpg}
imdb_list: imdb_list: https://www.imdb.com/list/ls567409179
- https://www.imdb.com/list/ls567409179
imdb_search:
votes.gte: 100
keyword.any: spy, espionage
Stand-up Comedy: Stand-up Comedy:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Stand-Up%20Comedy.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Stand-Up%20Comedy.jpg}
imdb_list: imdb_list:
- https://www.imdb.com/list/ls567409881/ - https://www.imdb.com/list/ls567409881/
imdb_search: imdb_search:
votes.gte: 100 votes.gte: 100
keyword: stand-up comedy keyword: stand-up comedy
collection_order: release.desc collection_order: release.desc
Time Travel:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Time%20Travel.jpg}
imdb_list:
- https://www.imdb.com/list/ls567408798/
imdb_search:
votes.gte: 100
keyword: time travel
Unexpectedly Amazing: Unexpectedly Amazing:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Unexpectedly%20Amazing.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Unexpectedly%20Amazing.jpg}
imdb_list: https://www.imdb.com/list/ls567408147/ imdb_list: https://www.imdb.com/list/ls567408147/
Witch: Witch:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Witch.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Witch.jpg}
imdb_list: imdb_list: https://www.imdb.com/list/ls567408343/
- https://www.imdb.com/list/ls567408343/
imdb_search:
votes.gte: 100
keyword: witch

View File

@@ -0,0 +1,22 @@
collections:
Laura's Watchlist:
plex_watchlist: critic_rating.desc
collection_order: custom
sync_mode: sync
sort_title: "!0001_<<collection_name>>"
collection_mode: show
Movies to Watch with Britty:
trakt_list: https://trakt.tv/users/fuschaitea/lists/movies-to-watch-with-britty
sync_mode: sync
collection_order: custom
collection_mode: show
sort_title: "!0001_<<collection_name>>"
Bec's Watchlist:
trakt_userlist:
userlist: watchlist
user: polkadotteapot
sort_by: released
collection_order: custom
sync_mode: sync
collection_mode: hide
sort_title: "!0002_<<collection_name>>"

View File

@@ -1,67 +0,0 @@
#######################################################
# SiskoUrso #
# TV Collection + Mods #
#######################################################
templates:
Collection:
optional:
- list
- show
- poster
tvdb_list_details: <<list>>
tvdb_show: <<show>>
url_poster: <<poster>>
sync_mode: sync
collection_order: release
collections:
Archie Comics:
template: {name: Collection, show: "73619, 77056, 74883, 78116, 78137, 90241, 311954, 338947, 360898", poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Archie%20Comics.jpg}
summary: Collection of Archie Comic Shows.
Attenborough:
template: {name: Collection}
plex_all: true
filter:
actor: David Attenborough
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Attenborough.jpg
summary: Collection of David Attenborough TV Shows.
Avatar:
template: {name: Collection, show: "74852, 251085" }
Battlestar Galactica:
template: {name: Collection, show: "71173, 73545, 85040, 204781"}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Battlestar Galactica.jpg
summary: Collection of Battlestar Galactica Shows.
C.S.I:
template: {name: Collection, show: "72546, 78310, 73696, 281551, 400248", poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/CSI.jpg}
summary: Collection of CSI TV Shows.
Doctor Who:
template: {name: Collection, show: "76107, 78804, 112671, 79511, 79708, 309893, 72710", poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Doctor%20Who.jpg}
summary: Collection of Dr. Who Tv Shows.
Law & Order:
template: {name: Collection, show: "72368, 75692, 71489, 328518, 74191, 168161, 383397", poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Law%20%26%20Order.jpg}
summary: Collection of Law & Order Shows.
Narcos:
template: {name: Collection, show: "282670, 353232"}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/Narcos.jpg
summary: Anthology of Netflix shows about the Columbia and Mexican drug cartells rise to power in the 1980's.
NCIS:
template: {name: Collection, show: "73710, 72108, 95441, 278125, 401630", poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/NCIS.jpg}
summary: Collection of shows starting from JAG which then spins into NCIS.
Pretty Little Liars:
template: {name: Collection, show: "146711, 268126, 358590, 389085", poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Pretty%20Little%20Liars.jpg}
summary: Collection of Pretty Little Liars Shows.
Stargate:
template: {name: Collection, show: "72449, 70851, 83237, 70852, 339552", poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Stargate.jpg}
summary: Collection of Stargate TV Shows.
The Twilight Zone:
template: {name: Collection, show: "73587, 72176, 78611, 358915", poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/The%20Twilight%20Zone.jpg}
summary: Collection of The Twilight Zone Shows.
The Walking Dead:
template: {name: Collection, show: "153021, 290853, 372787, 411314, 252861", poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/The%20Walking%20Dead.jpg}
summary: Collection of Walking Dead TV Shows.
The X-Files:
template: {name: Collection, show: "77398, 76245"}
url_poster: https://raw.githubusercontent.com/WhoDat104/main/Franchises/The X Files.jpg
summary: Collection of shows from the X-Files.
Yellowstone:
template: {name: Collection, show: "341164, 396390, 416491, 416503, 403011", poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/Yellowstone.jpg}
summary: Collection of Yellowstone Shows.

View File

@@ -1,67 +0,0 @@
#######################################
# TV Collections #
#######################################
templates:
Collection:
optional:
- show
- poster
tvdb_show: <<show>>
url_poster: <<poster>>
sync_mode: sync
collection_order: audience_rating.desc
sort_title: "!060_<<collection_name>>"
collections:
Anthology:
template: {name: Collection, poster: https://raw.githubusercontent.com/WhoDat104/Genres/main/Anthology.jpg}
imdb_list: https://www.imdb.com/list/ls567937024/
schedule: monthly(15)
Apocalypse:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Apocalypse.jpg}
imdb_list: https://www.imdb.com/list/ls527128700/
schedule: monthly(15)
Football:
template: {name: Collection, show: "343609, 74094", poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Football.jpg}
imdb_list: https://www.imdb.com/list/ls527481559/
sync_mode: append
schedule: monthly(15)
Historical Fiction:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Historical%20Fiction.jpg}
imdb_list: https://www.imdb.com/list/ls527147593/
schedule: monthly(15)
Medical:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Medical.jpg}
imdb_list:
- https://www.imdb.com/list/ls064005250/
- https://www.imdb.com/list/ls567394825/
schedule: monthly(15)
Mystery Box:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Mystery%20Box.jpg}
imdb_list:
- https://www.imdb.com/list/ls520446971/
Seductive:
template: {name: Collection, poster: https://raw.githubusercontent.com/WhoDat104/Genres/main/Seductive.jpg}
imdb_list: https://www.imdb.com/list/ls567399815/
schedule: monthly(15)
Slice of Life:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Slice%20of%20Life.jpg}
imdb_list: https://www.imdb.com/list/ls527147618/
schedule: monthly(15)
Spy:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Spy.jpg}
imdb_list: https://www.imdb.com/list/ls527147789/
schedule: monthly(15)
Stephen King:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Stephen%20King.jpg}
imdb_list: https://www.imdb.com/list/ls567399416/
schedule: monthly(15)
Supernatural:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Supernatural.jpg}
imdb_list: https://www.imdb.com/list/ls527140144/
schedule: monthly(15)
Time Travel:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Time%20Travel.jpg}
imdb_list: https://www.imdb.com/list/ls527147299/
schedule: monthly(15)

View File

@@ -0,0 +1,20 @@
templates:
Collection:
optional:
- list
- show
- poster
tvdb_list_details: <<list>>
tvdb_show: <<show>>
url_poster: <<poster>>
sync_mode: sync
collection_order: release
sort_title: "!060_<<collection_name>>"
collections:
Attenborough:
template: {name: Collection}
plex_all: true
filter:
actor: David Attenborough
url_poster: https://raw.githubusercontent.com/WhoDat104/Franchises/main/Attenborough.jpg
summary: Collection of David Attenborough TV Shows.

View File

@@ -7,61 +7,64 @@ templates:
Collection: Collection:
optional: optional:
- poster - poster
url_poster: <<poster>> #url_poster: <<poster>>
sync_mode: sync sync_mode: sync
sort_title: "!060_<<collection_name>>" sort_title: "!060_<<collection_name>>"
collection_order: release.desc collection_order: release.desc
schedule: monthly(15)
item_genre: <<collection_name>>
build_collection: false
collections: collections:
America: America Documentary:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/America.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/America.jpg}
imdb_list: https://www.imdb.com/list/ls567617875/ imdb_list: https://www.imdb.com/list/ls567617875/
tvdb_show: 309958, 342167, 321784 tvdb_show: 309958, 342167, 321784
Animal: Animal Documentary:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Animal.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Animal.jpg}
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 Documentary: Apocalypse Documentary:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Apocalypse.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Apocalypse.jpg}
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 Documentary:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/The%20Arts.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/The%20Arts.jpg}
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 Documentary:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Building.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Building.jpg}
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 Documentary:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Conspiracy.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Conspiracy.jpg}
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 Documentary:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Dinosaur.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Dinosaur.jpg}
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 Documentary:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Engineering.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Engineering.jpg}
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 Documentary:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Engineering%20Disaster.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Engineering%20Disaster.jpg}
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 Documentary:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Fringe.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Fringe.jpg}
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 Documentary: History Documentary:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/History.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/History.jpg}
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: # smart_filter:
@@ -70,17 +73,17 @@ collections:
# genre: documentary # genre: documentary
# any: # any:
# genre: biography, war # genre: biography, war
Human Body: Human Body Documentary:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Human%20Body.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Human%20Body.jpg}
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 Documentary:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Manufacturing.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Manufacturing.jpg}
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 Documentary:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Nature.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Nature.jpg}
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
@@ -89,40 +92,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 Documentary:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Paranormal.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Paranormal.jpg}
imdb_list: https://www.imdb.com/list/ls567616578/ imdb_list: https://www.imdb.com/list/ls567616578/
tvdb_show: 261380 tvdb_show: 261380
Plant: Plant Documentary:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Plant.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Plant.jpg}
imdb_list: https://www.imdb.com/list/ls567616526/ imdb_list: https://www.imdb.com/list/ls567616526/
tvdb_show: 298146 tvdb_show: 298146
Space: Space Documentary:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Space.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Space.jpg}
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 Documentary: Sport Documentary:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Sport.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Sport.jpg}
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 Documentary:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Technology.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Technology.jpg}
imdb_list: https://www.imdb.com/list/ls567616111/ imdb_list: https://www.imdb.com/list/ls567616111/
tvdb_show: 122401, 362158, 282106, 358433, 410168, 417262 tvdb_show: 122401, 362158, 282106, 358433, 410168, 417262
True Crime: True Crime:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/True%20Crime.jpg #url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/True%20Crime.jpg
sort_title: "!017_True Crime" sort_title: "!017_True Crime"
smart_filter: smart_filter:
sort_by: year.asc sort_by: year.asc
all: all:
genre: crime, documentary genre: crime, documentary
UFO: UFO Documentary:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Ufo.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Ufo.jpg}
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 Documentary:
template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Weather.jpg} template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Weather.jpg}
imdb_list: https://www.imdb.com/list/ls567637089/ imdb_list: https://www.imdb.com/list/ls567637089/
tvdb_show: 390520, 269320, 255951, 286699, 370598, 80865, 419048 tvdb_show: 390520, 269320, 255951, 286699, 370598, 80865, 419048

View File

@@ -0,0 +1,48 @@
#######################################
# TV Collections #
#######################################
templates:
Collection:
optional:
- show
- poster
tvdb_show: <<show>>
#url_poster: <<poster>>
sync_mode: sync
collection_order: audience_rating.desc
sort_title: "!060_<<collection_name>>"
schedule: monthly(15)
item_genre: <<collection_name>>
build_collection: false
collections:
Anthology:
template: {name: Collection} #poster: https://raw.githubusercontent.com/WhoDat104/Genres/main/Anthology.jpg}
imdb_list: https://www.imdb.com/list/ls567937024/
Apocalypse:
template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Apocalypse.jpg}
imdb_list: https://www.imdb.com/list/ls527128700/
Historical Fiction:
template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Historical%20Fiction.jpg}
imdb_list: https://www.imdb.com/list/ls527147593/
Medical:
template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Medical.jpg}
imdb_list:
- https://www.imdb.com/list/ls064005250/
- https://www.imdb.com/list/ls567394825/
Slice of Life:
template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Slice%20of%20Life.jpg}
imdb_list: https://www.imdb.com/list/ls527147618/
Spy:
template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Spy.jpg}
imdb_list: https://www.imdb.com/list/ls527147789/
Stephen King:
template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Stephen%20King.jpg}
imdb_list: https://www.imdb.com/list/ls567399416/
Supernatural:
template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Supernatural.jpg}
imdb_list: https://www.imdb.com/list/ls527140144/
Time Travel:
template: {name: Collection} #poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Time%20Travel.jpg}
imdb_list: https://www.imdb.com/list/ls527147299/

View File

@@ -0,0 +1,22 @@
collections:
Laura's Watchlist:
plex_watchlist: critic_rating.desc
collection_order: custom
sync_mode: sync
sort_title: "!0001_<<collection_name>>"
collection_mode: show
Shows to Watch with Britty:
trakt_list: https://trakt.tv/users/fuschaitea/lists/movies-to-watch-with-britty
sync_mode: sync
collection_order: custom
collection_mode: show
sort_title: "!0001_<<collection_name>>"
Bec's Watchlist:
trakt_userlist:
userlist: watchlist
user: polkadotteapot
sort_by: released
collection_order: custom
sync_mode: sync
collection_mode: hide
sort_title: "!0002_<<collection_name>>"