From 2671b3954d993de8d5456ff1611e4d102ec8e4e6 Mon Sep 17 00:00:00 2001 From: ladywhiskers <99696830+ladywhiskers@users.noreply.github.com> Date: Fri, 20 Oct 2023 11:24:50 +1100 Subject: [PATCH] Add files via upload --- ladywhiskers/config.yml | 381 +++++++ ladywhiskers/movies/0_othercollections.yml | 46 + ladywhiskers/movies/1_genres.yml | 205 ++++ ladywhiskers/movies/2_subgenre.yml | 1064 +++++++++++++++++++ ladywhiskers/movies/3_topics.yml | 105 ++ ladywhiskers/music/Music.yml | 64 ++ ladywhiskers/music/continents.yml | 425 ++++++++ ladywhiskers/tvshows/1_tvdocumentaries.yml | 130 +++ ladywhiskers/tvshows/2_avatarcollection.yml | 6 + ladywhiskers/tvshows/3_tvshow-genres.yml | 188 ++++ ladywhiskers/tvshows/5_tvshows-topic.yml | 67 ++ 11 files changed, 2681 insertions(+) create mode 100644 ladywhiskers/config.yml create mode 100644 ladywhiskers/movies/0_othercollections.yml create mode 100644 ladywhiskers/movies/1_genres.yml create mode 100644 ladywhiskers/movies/2_subgenre.yml create mode 100644 ladywhiskers/movies/3_topics.yml create mode 100644 ladywhiskers/music/Music.yml create mode 100644 ladywhiskers/music/continents.yml create mode 100644 ladywhiskers/tvshows/1_tvdocumentaries.yml create mode 100644 ladywhiskers/tvshows/2_avatarcollection.yml create mode 100644 ladywhiskers/tvshows/3_tvshow-genres.yml create mode 100644 ladywhiskers/tvshows/5_tvshows-topic.yml diff --git a/ladywhiskers/config.yml b/ladywhiskers/config.yml new file mode 100644 index 0000000..d494d01 --- /dev/null +++ b/ladywhiskers/config.yml @@ -0,0 +1,381 @@ +libraries: + Movies: + template_variables: + use_separator: false + metadata_path: + - folder: config/movies + - pmm: based + - git: bullmoose20/movies_refresh + - pmm: oscars + template_variables: + use_year_collections: false + - pmm: actor + template_variables: + collection_section: '001' + use_separator: false + style: diiivoycolor + name_format: 🎂 <>'s Birthday + translation_key: birthday + sort_by: audience_rating.desc + title_format: <>'s Birthday + data: + depth: 20 + limit: 100 + tmdb_birthday: + this_month: true + - pmm: content_rating_cs + - 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: continent + template_variables: + include: + - Oceania + - pmm: franchise + template_variables: + minimum_items: 2 + delete_below_minimum: true + - pmm: seasonal + template_variables: + use_separator: true + sep_style: stb + use_memorial: false + use_independence: false + use_labor: false + use_thanksgiving: false + use_latinx: false + schedule_father: range(09/01-09/14) + sort_by: random + # Add a custom holiday + append_data: + pride: Pride Month + schedule_pride: range(06/01-06/30) + imdb_list_pride: https://www.imdb.com/list/ls063526611/ + emoji_pride: '🏳️‍🌈️‍ ' + - pmm: universe + - file: config/metadata/movie/1_othercollections.yml + schedule: weekly(tuesday) + overlay_path: + - schedule: weekly(saturday) + - remove_overlays: false # Set to true if you want to remove overlays + - reapply_overlays: false # If you are doing a lot of testing and changes like me, keep this to true to always reapply overlays + - pmm: commonsense # Commonsense content ratings Age 2+, Age 14+, etc. + - pmm: mediastinger # Mediastinger overlay when the media item contains a stinger at the end of the movie/show or during the credits + - pmm: ratings # Ratings with custom fonts matched to the style of the rating, font_size, and on the right in 'square' format + template_variables: + rating1: user + rating1_image: rt_tomato + rating1_font: config/metadata/overlays/fonts/Adlib.ttf + rating1_font_size: 63 + + rating2: critic + rating2_image: imdb + rating2_font: config/metadata/overlays/fonts/Impact.ttf + rating2_font_size: 70 + + rating3: audience + rating3_image: tmdb + rating3_font: config/metadata/overlays/fonts/Avenir_95_Black.ttf + rating3_font_size: 70 + + horizontal_position: right + + - pmm: resolution # 4K HDR, 1080P FHD, etc. + - pmm: ribbon # Used for ribbon in bottom right + - pmm: versions # Will show duplicates for that media item and works with overlay_level show, episode, and season + + settings: + asset_directory: + - config/assets/Movies/ + prioritize_assets: false + operations: + split_duplicates: false + assets_for_all: true + delete_collections: + configured: false + managed: true + mass_user_rating_update: mdb_tomatoes + mass_critic_rating_update: imdb + mass_audience_rating_update: tmdb + mass_genre_update: omdb + mass_content_rating_update: mdb_commonsense + mass_originally_available_update: tmdb + mass_imdb_parental_labels: none + metadata_backup: + path: config/metadata/backups/Movie_Backup.yml + sync_tags: true + add_blank_entries: false + genre_mapper: + "Sci-Fi": Science Fiction + "Action & Adventure": Action + + TV Shows: + report_path: config/missing/TV_report.yml + template_variables: + use_separator: false + library_name: TV Shows + metadata_path: + - pmm: based + - git: bullmoose20/tv_refresh + - pmm: actor + template_variables: + collection_section: '001' + use_separator: false + style: diiivoycolor + name_format: 🎂 <>'s Birthday + translation_key: birthday + sort_by: audience_rating.desc + title_format: <>'s Birthday + data: + depth: 20 + limit: 100 + tmdb_birthday: + this_month: true + - pmm: content_rating_cs + - 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: universe + - pmm: continent + template_variables: + include: + - Oceania + - pmm: franchise + template_variables: + minimum_items: 2 + delete_below_minimum: true + - folder: config/tvshows + overlay_path: + - schedule: weekly(friday) + - remove_overlays: false # Set to true if you want to remove overlays + - reapply_overlays: false # If you are doing a lot of testing and changes like me, keep this to true to always reapply overlays + - pmm: commonsense # Commonsense content ratings Age 2+, Age 14+, etc. + - pmm: commonsense + template_variables: + overlay_level: season + - pmm: commonsense + template_variables: + overlay_level: episode + - pmm: ratings # Ratings with custom fonts matched to the style of the rating, font_size, and on the right in 'square' format. overlay_level: show has 3 ratings max + template_variables: + rating1: user + rating1_image: rt_tomato + rating1_font: config/metadata/overlays/fonts/Adlib.ttf + rating1_font_size: 63 + + rating2: critic + rating2_image: imdb + rating2_font: config/metadata/overlays/fonts/Impact.ttf + rating2_font_size: 70 + + rating3: audience + rating3_image: tmdb + rating3_font: config/metadata/overlays/fonts/Avenir_95_Black.ttf + rating3_font_size: 70 + + horizontal_position: right + - pmm: ratings # Ratings with custom fonts matched to the style of the rating, font_size, and on the right in 'square' format. overlay_level: episode has 2 ratings max + template_variables: + rating1: critic + rating1_image: imdb + rating1_font: config/metadata/overlays/fonts/Impact.ttf + rating1_font_size: 70 + + rating2: audience + rating2_image: tmdb + rating2_font: config/metadata/overlays/fonts/Avenir_95_Black.ttf + rating2_font_size: 70 + + horizontal_position: right + overlay_level: episode + - pmm: ribbon # Used for ribbon in bottom right + - pmm: runtimes # Runtime information in bottom right and works with overlay_level episode + template_variables: + overlay_level: episode + - pmm: status # Airing, Returning, Ended, Canceled and works with overlay_level show + - pmm: versions # Will show duplicates for that media item and works with overlay_level show, episode, and season + template_variables: + overlay_level: show + - pmm: versions # Will show duplicates for that media item and works with overlay_level show, episode, and season + template_variables: + overlay_level: season + - pmm: ribbon + + settings: + asset_directory: + - config/assets/TV Shows/ + prioritize_assets: false + operations: + split_duplicates: false + assets_for_all: true + delete_collections: + configured: false + managed: true + mass_user_rating_update: mdb_tomatoes + mass_critic_rating_update: imdb + mass_audience_rating_update: tmdb + mass_genre_update: omdb + mass_content_rating_update: mdb_commonsense + mass_originally_available_update: tmdb + mass_episode_critic_rating_update: imdb + mass_episode_audience_rating_update: tmdb + mass_imdb_parental_labels: none + metadata_backup: + path: config/metadata/backups/TVShows_Backup.yml + sync_tags: true + add_blank_entries: false + + Music: + schedule: weekly (sunday) + library_name: Music + metadata_path: + - folder: config/music + operations: + delete_collections: + less: 50 + metadata_backup: + path: config/metadata/backups/Music_Backup.yml + sync_tags: true + add_blank_entries: false + +playlist_files: +- pmm: playlist + template_variables: + libraries: Movies, TV Shows +settings: + cache: true + cache_expiration: 60 + asset_directory: config/assets + missing_path: config/missing + asset_folders: true + asset_depth: 1 + create_asset_folders: false + prioritize_assets: false + dimensional_asset_rename: false + download_url_assets: false + show_missing_season_assets: false + show_missing_episode_assets: false + show_asset_not_needed: false + sync_mode: sync + default_collection_order: + minimum_items: 1 + delete_below_minimum: true + delete_not_scheduled: false + run_again_delay: 1 + missing_only_released: true + show_unconfigured: true + show_unmanaged: true + show_filtered: true + show_options: true + show_missing: false + only_filter_missing: false + show_missing_assets: false + save_report: false + tvdb_language: eng + ignore_ids: + ignore_imdb_ids: + item_refresh_delay: 0 + playlist_sync_to_users: all + playlist_report: true + custom_repo: + verify_ssl: true + check_nightly: true + playlist_exclude_users: +webhooks: + error: notifiarr + version: notifiarr + run_start: notifiarr + run_end: notifiarr + changes: notifiarr + delete: +plex: + url: http://localhost:32400 + token: [REDACTED] + timeout: 600 + clean_bundles: false + empty_trash: false + optimize: false + db_cache: +tmdb: + apikey: [REDACTED] + language: en + cache_expiration: 600 + region: +tautulli: + url: http://localhost:1818 + apikey: [REDACTED] +omdb: + apikey: [REDACTED] + cache_expiration: 600 +mdblist: + apikey: [REDACTED] + cache_expiration: 600 +notifiarr: + apikey: [REDACTED] +anidb: + username: + password: + language: en + client: +radarr: + url: http://localhost:7878 + token: [REDACTED] + add_missing: false + add_existing: false + root_folder_path: Z:\data\media\movies + monitor: true + availability: announced + quality_profile: HD-1080p + tag: + search: false + radarr_path: + plex_path: + upgrade_existing: false + ignore_cache: false +sonarr: + url: http://localhost:8989 + token: [REDACTED] + add_missing: false + add_existing: false + root_folder_path: Z:\data\media\tv + monitor: all + quality_profile: HD-1080p + language_profile: English + series_type: standard + season_folder: true + tag: + search: false + cutoff_search: false + sonarr_path: + plex_path: + upgrade_existing: false + ignore_cache: false +trakt: + client_id: [REDACTED] + client_secret: [REDACTED] + pin: + authorization: + access_token: [REDACTED] + token_type: [REDACTED] + expires_in: [REDACTED] + refresh_token: [REDACTED] + scope: [REDACTED] + created_at: [REDACTED] +mal: + client_id: + client_secret: + authorization: + access_token: + token_type: + expires_in: + refresh_token: diff --git a/ladywhiskers/movies/0_othercollections.yml b/ladywhiskers/movies/0_othercollections.yml new file mode 100644 index 0000000..5a84e7f --- /dev/null +++ b/ladywhiskers/movies/0_othercollections.yml @@ -0,0 +1,46 @@ +templates: + smart_filter: + all: + genre: <> + sort_by: release.desc + url_poster: https://theposterdb.com/api/assets/<> + sort_title: ++++++++_<> + collection_mode: hide + +collections: + Barbie: + trakt_list: https://trakt.tv/users/tiff31/lists/barbie + sort_title: 'Barbie' + collection_order: release.desc + + Disney Live-Action Remakes: + imdb_list: https://www.imdb.com/list/ls083312980/ + sort_title: '!070_Walt Disney Live-Action Remakes' + collection_order: alpha + + Disney Animation Studios: + imdb_list: https://www.imdb.com/list/ls076436131/ + sort_title: '!070_Walt Disney Animation Studios' + collection_order: alpha + + The Three Flavours Cornetto: + imdb_list: https://www.imdb.com/list/ls009887457/ + summary: The anthology series of British comedic genre films directed by Edgar Wright, written by Wright and Simon Pegg, and produced by Nira Park. + sort_title: 'Three Flavours Cornetto' + collection_order: release + + What Should I Watch?: + plex_watchlist: critic_rating.desc + plex_search: + any: + genre: + - Indie + - Thriller + - Drama + - Comedy + - Science Fiction + unplayed: true + sort_by: audience_rating.desc + limit: 3 + visible_home: range(01/01-12/31) + visible_shared: range(01/01-12/31) \ No newline at end of file diff --git a/ladywhiskers/movies/1_genres.yml b/ladywhiskers/movies/1_genres.yml new file mode 100644 index 0000000..714a7e9 --- /dev/null +++ b/ladywhiskers/movies/1_genres.yml @@ -0,0 +1,205 @@ +################################## +# Genres # +################################## +templates: + Collection: + optional: + - poster + url_poster: <> + sync_mode: sync + sort_title: "!015_<>" + +collections: + Action: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Action.jpg} + smart_filter: + sort_by: audience_rating.desc + genre: action + Adventure: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Adventure.jpg} + smart_filter: + sort_by: audience_rating.desc + genre: adventure + Animated Shorts: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Animated%20Shorts.jpg} + smart_filter: + sort_by: audience_rating.desc + genre: animation + content_rating: G, PG + duration.lte: 20 + Animation: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Animation.jpg} + smart_filter: + sort_by: audience_rating.desc + genre: animation + content_rating: G, PG + Biography: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Biography.jpg} + smart_filter: + sort_by: audience_rating.desc + genre: biography + Comedy Horror: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Comedy%20Horror.jpg} + smart_filter: + sort_by: audience_rating.desc + all: + genre: + - comedy + - horror + Crime: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Crime.jpg} + smart_filter: + sort_by: audience_rating.desc + genre: crime + Documentary: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Documentary.jpg} + smart_filter: + sort_by: audience_rating.desc + genre: documentary + Drama: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Drama.jpg} + smart_filter: + sort_by: audience_rating.desc + genre: drama + Family: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Family.jpg} + smart_filter: + sort_by: audience_rating.desc + genre: family + Fantasy: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Fantasy.jpg} + smart_filter: + sort_by: audience_rating.desc + genre: fantasy + Film Noir: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Film%20Noir.jpg} + smart_filter: + sort_by: audience_rating.desc + genre: film-noir + Foreign: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Foreign.jpg} + smart_filter: + any: + audio_language: + - ar # Arabic + - bs # Bosnian + - zh # Chinese + - cs # Czech + - da # Danish + - nl # Dutch + - fo # Faroese + - fil # Filipino + - fi # Finnish + - fr # French + - de # German + - hu # Hungarian + - id # Indonesian + - it # Italian + - ja # Japanese + - kn # Kannada + - ms # Malay + - ml # Malayalam + - no # Norwegian + - pl # Polish + - ro # Romanian + - ru # Russian + - sr # Serbian + - sv # Swedish + - ta # Tamil + - tr # Turkish + - uk # Ukranian + all: + country.not: + - United States of America + - United Kingdom + - Canada + sort_by: audience_rating.desc + History: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/History.jpg} + smart_filter: + sort_by: audience_rating.desc + genre: history + Horror: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Horror.jpg} + smart_filter: + sort_by: audience_rating.desc + genre: horror + Indie: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Indie.jpg} + smart_filter: + sort_by: audience_rating.desc + genre: indie + Martial Arts: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Martial%20Arts.jpg} + smart_filter: + sort_by: audience_rating.desc + genre: martial arts + Musical: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Musical.jpg} + smart_filter: + sort_by: audience_rating.desc + genre: musical + Mystery: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Mystery.jpg} + smart_filter: + sort_by: audience_rating.desc + genre: mystery + Romance: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Romance.jpg} + smart_filter: + sort_by: audience_rating.desc + genre: romance + Romantic Comedy: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Romantic%20Comedy.jpg} + smart_filter: + sort_by: audience_rating.desc + all: + genre: + - comedy + - romance + Science Fiction: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Science%20Fiction.jpg} + smart_filter: + sort_by: audience_rating.desc + any: + genre: + - science fiction + - sci-fi + Short: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Short.jpg} + smart_filter: + sort_by: audience_rating.desc + genre: short + Sport: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Sport.jpg} + smart_filter: + sort_by: audience_rating.desc + genre: sport + Suspense: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Suspense.jpg} + smart_filter: + sort_by: audience_rating.desc + genre: suspense + Thriller: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Thriller.jpg} + smart_filter: + sort_by: audience_rating.desc + genre: thriller + True Crime: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/True%20Crime.jpg} + smart_filter: + sort_by: audience_rating.desc + all: + genre: + - documentary + - crime + War: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/War.jpg} + smart_filter: + sort_by: audience_rating.desc + genre: war + Western: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Western.jpg} + smart_filter: + sort_by: audience_rating.desc + genre: western \ No newline at end of file diff --git a/ladywhiskers/movies/2_subgenre.yml b/ladywhiskers/movies/2_subgenre.yml new file mode 100644 index 0000000..f007516 --- /dev/null +++ b/ladywhiskers/movies/2_subgenre.yml @@ -0,0 +1,1064 @@ +############################ +# Subgenres # +############################ + +external_templates: + pmm: templates + template_variables: + collection_section: "015" + +templates: + sub_genre: + optional: + - imdb_extra_1 + - imdb_extra_2 + - imdb_extra_3 + - imdb_extra_4 + - imdb_extra_5 + - letterboxd_list + - letterboxd_extra_1 + - letterboxd_extra_2 + - letterboxd_extra_3 + - letterboxd_extra_4 + - letterboxd_extra_5 + sort_title: "!015_<>" + limit: 10000 + sync_mode: sync + collection_order: audience_rating.desc + cache_builders: 0 + imdb_list: + - https://www.imdb.com/search/title/?title_type=<>&user_rating=<>&num_votes=<>&keywords=<>&genres=<>&languages=<>&sort=user_rating,desc + - <> + - <> + - <> + - <> + - <> + letterboxd_list: + - https://letterboxd.com/ediblehedgehog/list/<>/ + - <> + - <> + - <> + - <> + - <> + +collections: + Absurdism: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Absurdism.jpg + template: { + name: sub_genre, + keywords: "absurdism", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "100,", + languages: "", + letterboxd_list: "theme-absurdism" + } + Alien: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Alien.jpg + template: { + name: sub_genre, + keywords: "alien", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "5000,", + languages: "", + letterboxd_list: "theme-aliens" + } + Alternate History: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Alternate%20History.jpg + template: { + name: sub_genre, + keywords: "alternate-history", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "1000,", + languages: "", + letterboxd_list: "theme-alternate-history" + } + Anti-Hero: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Anti-Hero.jpg + template: { + name: sub_genre, + keywords: "anti-hero", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "10000,", + languages: "", + letterboxd_list: "theme-anti-hero" + } + Apocalypse: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Apocalypse.jpg + template: { + name: sub_genre, + keywords: "apocalypse", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "5000,", + languages: "", + letterboxd_list: "theme-apocalypse" + } + Artificial Intelligence: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Artificial%20Intelligence.jpg + template: { + name: sub_genre, + keywords: "artificial-intelligence", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "500,", + languages: "", + letterboxd_list: "theme-artificial-intelligence" + } + Assassin: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Assassin.jpg + template: { + name: sub_genre, + keywords: "assassin", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "10000,", + languages: "", + letterboxd_list: "theme-assassins" + } + Betrayal: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Betrayal.jpg + template: { + name: sub_genre, + keywords: "betrayal", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "10000,", + languages: "", + letterboxd_list: "theme-betrayal" + } + Boxing: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Boxing.jpg + template: { + name: sub_genre, + keywords: "boxing", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "100,", + languages: "", + letterboxd_list: "theme-boxing", + imdb_extra_1: "https://www.imdb.com/search/title/?title_type=feature&user_rating=2.0,10.0&num_votes=100,&keywords=boxing-champion&languages=en&sort=user_rating,desc" + } + Bug: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Bug.jpg + template: { + name: sub_genre, + keywords: "insect", + genres: "", + title_type: "feature", + user_rating: "4.0,10.0", + votes: "100,", + languages: "", + letterboxd_list: "theme-bugs", + } + Caper: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Caper.jpg + template: { + name: sub_genre, + keywords: "caper", + genres: "", + title_type: "feature", + user_rating: "5,0,10.0", + votes: "100,", + languages: "", + letterboxd_list: "theme-caper" + } + Chick Flick: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Chick%20Flick.jpg + template: { + name: sub_genre, + keywords: "chick-flick", + genres: "", + title_type: "feature", + user_rating: "5,0,10.0", + votes: "100,", + languages: "", + letterboxd_list: "theme-chick-flick", + letterboxd_extra_1: "https://letterboxd.com/akookieforyou/list/chick-flicks/", + letterboxd_extra_2: "https://letterboxd.com/marialuisacctc/list/women-have-superior-taste-that-is-why-these/" + } + Coming of Age: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Coming%20of%20Age.jpg + template: { + name: sub_genre, + keywords: "coming-of-age", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "10000,", + languages: "", + letterboxd_list: "theme-coming-of-age" + } + Con Artist: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Con%20Artist.jpg + template: { + name: sub_genre, + keywords: "con-artist", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "1000,", + languages: "", + letterboxd_list: "theme-con-artists" + } + Costume Drama: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Costume%20Drama.jpg + template: { + name: sub_genre, + keywords: "costume-drama", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "1000,", + languages: "", + letterboxd_list: "theme-costume-drama" + } + Courtroom: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Courtroom.jpg + template: { + name: sub_genre, + keywords: "court", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "1000,", + languages: "", + letterboxd_list: "theme-courtroom" + } + Cyberpunk: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Cyberpunk.jpg + template: { + name: sub_genre, + keywords: "cyberpunk", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "1000,", + languages: "", + letterboxd_list: "theme-cyberpunk" + } + Dark Fantasy: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Dark%20Fantasy.jpg + template: { + name: sub_genre, + keywords: "dark-fantasy", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "1000,", + languages: "", + letterboxd_list: "theme-dark-fantasy" + } + Detective: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Detective.jpg + template: { + name: sub_genre, + keywords: "detective", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "10000,", + languages: "", + letterboxd_list: "theme-detective" + } + Dragon: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Dragon.jpg + template: { + name: sub_genre, + keywords: "dragon", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "1000,", + languages: "", + letterboxd_list: "theme-dragons" + } + Epic: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Epic.jpg + template: { + name: sub_genre, + keywords: "epic", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "10000,", + languages: "", + letterboxd_list: "theme-epics" + } + Espionage: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Espionage.jpg + template: { + name: sub_genre, + keywords: "espionage", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "10000,", + languages: "", + letterboxd_list: "theme-espionage" + } + Experimental: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Experimental.jpg + template: { + name: sub_genre, + keywords: "experimental-film", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "100,", + languages: "", + letterboxd_list: "theme-experimental" + } + Fairytale: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Fairy%20Tale.jpg + template: { + name: sub_genre, + keywords: "fairy-tale", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "1000,", + languages: "", + letterboxd_list: "theme-fairytale" + } + Found Footage Horror: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Found%20Footage%20Horror.jpg + template: { + name: sub_genre, + keywords: "found-footage", + genres: "horror", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "100,", + languages: "", + letterboxd_list: "theme-found-footage" + } + Fugitive: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Fugitive.jpg + template: { + name: sub_genre, + keywords: "fugitive,on-the-run", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "10000,", + languages: "", + letterboxd_list: "theme-fugitives" + } + # Gambling: + # url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Gambling.jpg + # template: { + # name: sub_genre, + # keywords: "gambling", + # genres: "", + # title_type: "feature", + # user_rating: "5.0,10.0", + # votes: "5000,", + # languages: "", + # letterboxd_list: "theme-hustle" + # } + Gangster: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Gangster.jpg + template: { + name: sub_genre, + keywords: "gangster,mob", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "10000,", + languages: "", + letterboxd_list: "theme-gangster" + } + Ghost: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Ghost.jpg + template: { + name: sub_genre, + keywords: "ghost", + genres: "horror", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "1000,", + languages: "", + letterboxd_list: "theme-ghosts" + } + Gothic: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Gothic.jpg + template: { + name: sub_genre, + keywords: "gothic", + genres: "horror", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "5000,", + languages: "", + letterboxd_list: "theme-gothic" + } + Heartbreak: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Heartbreak.jpg + template: { + name: sub_genre, + keywords: "heartbreak", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "1000,", + languages: "", + letterboxd_list: "theme-heartbreak" + } + Heist: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Heist.jpg + template: { + name: sub_genre, + keywords: "heist", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "5000,", + languages: "", + letterboxd_list: "theme-heists" + } + Historical Event: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Historical%20Event.jpg + template: { + name: sub_genre, + keywords: "historical-event", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "100,", + languages: "", + letterboxd_list: "theme-historical-event" + } + Hostage: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Hostage.jpg + template: { + name: sub_genre, + keywords: "hostage", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "10000,", + languages: "", + letterboxd_list: "theme-hostage", + imdb_extra_1: "https://www.imdb.com/search/title/?title_type=feature&user_rating=5.0,10.0&num_votes=10000,&keywords=hostage,kidnapping&languages=&sort=user_rating,desc" + } + Medical: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Medical.jpg + template: { + name: sub_genre, + keywords: "medicine", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "500,", + languages: "", + letterboxd_list: "theme-medical" + } + # Medieval: + # template: { + # name: sub_genre, + # keywords: "medieval-times", + # genres: "", + # title_type: "feature", + # user_rating: "5.0,10.0", + # votes: "100,", + # languages: "", + # letterboxd_list: "theme-medieval" + # } + Melodrama: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Melodrama.jpg + template: { + name: sub_genre, + keywords: "melodrama", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "10000,", + languages: "", + letterboxd_list: "theme-melodrama" + } + Military: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Military.jpg + template: { + name: sub_genre, + keywords: "military", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "10000,", + languages: "", + letterboxd_list: "theme-military" + } + Mockumentary: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Mockumentary.jpg + template: { + name: sub_genre, + keywords: "mockumentary", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "100,", + languages: "", + letterboxd_list: "theme-mockumentary", + imdb_extra_1: "https://www.imdb.com/list/ls027069047" + } + Monster: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Monster.jpg + template: { + name: sub_genre, + keywords: "monster", + genres: "horror", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "5000,", + languages: "", + letterboxd_list: "theme-monsters" + } + Mythology: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Mythology.jpg + template: { + name: sub_genre, + keywords: "mythology", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "100,", + languages: "", + letterboxd_list: "theme-mythology" + } + Naval: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Naval.jpg + template: { + name: sub_genre, + keywords: "navy", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "100,", + languages: "", + letterboxd_list: "theme-naval" + } + Ninja: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Ninja.jpg + template: { + name: sub_genre, + keywords: "ninja", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "100,", + languages: "", + letterboxd_list: "theme-ninjas" + } + Occult: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Occult.jpg + template: { + name: sub_genre, + keywords: "occult", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "100,", + languages: "", + letterboxd_list: "theme-occult" + } + Outlaw: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Outlaw.jpg + template: { + name: sub_genre, + keywords: "outlaw", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "1000,", + languages: "", + letterboxd_list: "theme-outlaw" + } + Paranormal: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Paranormal.jpg + template: { + name: sub_genre, + keywords: "paranormal-phenomenon", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "100,", + languages: "", + letterboxd_list: "theme-paranormal" + } + Period Drama: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Period%20Drama.jpg + template: { + name: sub_genre, + keywords: "period-drama", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "100,", + languages: "", + letterboxd_list: "theme-period-drama" + } + Philosophy: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Philosophy.jpg + template: { + name: sub_genre, + keywords: "philosophy", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "100,", + languages: "", + letterboxd_list: "theme-philosophical", + } + trakt_list: + - https://trakt.tv/users/rizreflects/lists/philosophical + Police: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Police.jpg + template: { + name: sub_genre, + keywords: "police", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "1000,", + languages: "", + letterboxd_list: "theme-cop" + } + Politics: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Politics.jpg + template: { + name: sub_genre, + keywords: "politics", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "1000,", + languages: "", + letterboxd_list: "theme-political" + } + Prehistoric: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Prehistoric.jpg + template: { + name: sub_genre, + keywords: "prehistoric-times", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "100,", + languages: "", + letterboxd_list: "theme-prehistoric", + letterboxd_extra_1: "https://letterboxd.com/mikkelhh/list/before-civilization-prehistoric-films/" + } + # Prison: + # url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Prison.jpg + # template: { + # name: sub_genre, + # keywords: "prison", + # genres: "", + # title_type: "feature", + # user_rating: "5.0,10.0", + # votes: "5000,", + # languages: "", + # letterboxd_list: "theme-prison" + # } + Psychedelic: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Psychedelic.jpg + template: { + name: sub_genre, + keywords: "psychedelic", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "50,", + languages: "", + letterboxd_list: "theme-psychedelic", + letterboxd_extra_1: "https://letterboxd.com/6kinds_of_light/list/psychedelic/", + letterboxd_extra_2: "https://letterboxd.com/deity/list/psychedelic/" + } + Psychological: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Psychological.jpg + template: { + name: sub_genre, + keywords: "psychological", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "100,", + languages: "", + letterboxd_list: "theme-psychological" + } + Religion: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Religion.jpg + template: { + name: sub_genre, + keywords: "religion", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "5000,", + languages: "", + letterboxd_list: "theme-religous" + } + Remake: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Remake.jpg + template: { + name: sub_genre, + keywords: "remake", + genres: "", + title_type: "feature", + user_rating: "5,0,10.0", + votes: "5000,", + languages: "", + letterboxd_list: "theme-remake", + letterboxd_extra_1: "https://letterboxd.com/l_shelby/list/remakes/" + } + Revenge: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Revenge.jpg + template: { + name: sub_genre, + keywords: "revenge", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "5000,", + languages: "", + letterboxd_list: "theme-revenge" + } + Robot: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Robot.jpg + template: { + name: sub_genre, + keywords: "robot", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "1000,", + languages: "", + letterboxd_list: "theme-robots" + } + Samurai: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Samurai.jpg + template: { + name: sub_genre, + keywords: "samurai", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "100,", + languages: "", + letterboxd_list: "theme-samurai", + letterboxd_extra_1: "https://letterboxd.com/jhcrotinger/list/samurai/" + } + Satire: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Satire.jpg + template: { + name: sub_genre, + keywords: "satire", + genres: "comedy", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "1000,", + languages: "", + letterboxd_list: "theme-satire" + } + Serial Killer: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Serial%20Killer.jpg + template: { + name: sub_genre, + keywords: "serial-killer", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "5000,", + languages: "", + letterboxd_list: "theme-serial-killers" + } + Slasher: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Slasher.jpg + template: { + name: sub_genre, + keywords: "slasher", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "10000,", + languages: "", + letterboxd_list: "theme-slasher", + imdb_extra_1: "https://www.imdb.com/list/ls053988992", + imdb_extra_2: "https://www.imdb.com/list/ls029703473", + imdb_extra_3: "https://www.imdb.com/list/ls002540370", + imdb_extra_4: "https://www.imdb.com/list/ls062357250" + } + Space Opera: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Space%20Opera.jpg + template: { + name: sub_genre, + keywords: "space-opera", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "100,", + languages: "", + letterboxd_list: "theme-space-opera" + } + Spaghetti Western: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Spaghetti%20Western.jpg + template: { + name: sub_genre, + keywords: "spaghetti-western", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "100,", + languages: "", + letterboxd_list: "theme-spaghetti-western" + } + Splatter: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Splatter.jpg + template: { + name: sub_genre, + keywords: "splatter", + genres: "horror", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "1000,", + languages: "", + letterboxd_list: "theme-splatter" + } + Steampunk: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Steampunk.jpg + template: { + name: sub_genre, + keywords: "steampunk", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "1000,", + languages: "", + letterboxd_list: "theme-steampunk" + } + Stop-Motion: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Stop-Motion.jpg + template: { + name: sub_genre, + keywords: "stop-motion", + genres: "", + title_type: "feature", + user_rating: "5,0,10.0", + votes: "100,", + languages: "", + letterboxd_list: "theme-stop-motion", + letterboxd_extra_1: "https://letterboxd.com/savage_/list/stop-motion/" + } + Superhero: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Superhero.jpg + template: { + name: sub_genre, + keywords: "superhero", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "5000,", + languages: "", + letterboxd_list: "theme-superhero" + } + Supernatural: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Supernatural.jpg + template: { + name: sub_genre, + keywords: "supernatural-power", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "5000,", + languages: "", + letterboxd_list: "theme-supernatural" + } + Surrealism: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Surrealism.jpg + template: { + name: sub_genre, + keywords: "surrealism", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "10000,", + languages: "", + letterboxd_list: "theme-surrealism" + } + Survival: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Survival.jpg + template: { + name: sub_genre, + keywords: "survival,survivor", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "10000,", + languages: "", + letterboxd_list: "theme-survival", + } + trakt_list: + - https://trakt.tv/users/rizreflects/lists/survival + Swashbuckler: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Swashbuckler.jpg + template: { + name: sub_genre, + keywords: "pirate", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "1000,", + languages: "", + letterboxd_list: "theme-swashbuckler" + } + Sword & Sandal: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Sword%20%26%20Sandal.jpg + template: { + name: sub_genre, + keywords: "sword-and-sandal", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "1000,", + languages: "", + letterboxd_list: "theme-sword-sandal", + imdb_extra_1: "https://www.imdb.com/list/ls043130664" + } + Sword & Sorcery: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Sword%20%26%20Sorcery.jpg + template: { + name: sub_genre, + keywords: "sword-and-sorcery", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "1000,", + languages: "", + letterboxd_list: "theme-sword-sorcery", + imdb_extra_1: "https://www.imdb.com/list/ls022909805" + } + Treasure Hunt: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Treasure%20Hunt.jpg + template: { + name: sub_genre, + keywords: "treasure-hunt", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "100,", + languages: "", + letterboxd_list: "theme-treasure-hunt", + } + Urban Fantasy: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Urban%20Fantasy.jpg + template: { + name: sub_genre, + keywords: "urban-fantasy", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "1000,", + languages: "", + letterboxd_list: "theme-urban-fantasy" + } + Utopia: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Utopia.jpg + template: { + name: sub_genre, + keywords: "utopia", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "100,", + languages: "", + letterboxd_list: "theme-utopian", + imdb_extra_1: "https://www.imdb.com/list/ls041227401" + } + Vampire: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Vampire.jpg + template: { + name: sub_genre, + keywords: "vampire", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "1000,", + languages: "", + letterboxd_list: "theme-vampires" + } + Werewolf: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Werewolf.jpg + template: { + name: sub_genre, + keywords: "werewolf", + genres: "horror", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "1000,", + languages: "", + letterboxd_list: "theme-werewolves", + imdb_extra_1: "https://www.imdb.com/search/title/?title_type=feature&user_rating=5.0,10.0&num_votes=1000,&keywords=werewolf&genres=Fantasy&languages=&sort=user_rating,desc" + } + Whodunit: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Whodunit.jpg + template: { + name: sub_genre, + keywords: "whodunit", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "5000,", + languages: "", + letterboxd_extra_1: "https://letterboxd.com/mikesemler/list/les-whodunits-ou-un-de-mes-plus-grands-plaisirs/" + } + Wizardry and Witchcraft: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Wizardry%20%26%20Witchcraft.jpg + template: { + name: sub_genre, + keywords: "wizard,witchcraft", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "5000,", + languages: "", + letterboxd_list: "theme-wizardry-witchcraft", + imdb_extra_1: "https://www.imdb.com/search/title/?title_type=feature&user_rating=5.0,10.0&num_votes=5000,&keywords=witch&languages=&sort=user_rating,desc" + } + World War: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/World%20War.jpg + template: { + name: sub_genre, + keywords: "world-war-one", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "5000,", + languages: "", + letterboxd_list: "theme-world-war", + imdb_extra_1: "https://www.imdb.com/search/title/?title_type=feature&user_rating=5.0,10.0&num_votes=1000,&keywords=world-war-two&languages=&sort=user_rating,desc" + } + Zombie Horror: + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Zombie%20Horror.jpg + template: { + name: sub_genre, + keywords: "zombie", + genres: "", + title_type: "feature", + user_rating: "5.0,10.0", + votes: "10000,", + languages: "", + letterboxd_list: "theme-zombie" + } \ No newline at end of file diff --git a/ladywhiskers/movies/3_topics.yml b/ladywhiskers/movies/3_topics.yml new file mode 100644 index 0000000..792c398 --- /dev/null +++ b/ladywhiskers/movies/3_topics.yml @@ -0,0 +1,105 @@ +############################ +# Topics # +############################ +templates: + Collection: + optional: + - poster + url_poster: <> + sync_mode: sync + collection_order: audience_rating.desc + sort_title: "!015_<>" + schedule: monthly(10) + +collections: + 1001 Movies You Must See Before You Die: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/1001%20Movies%20You%20Must%20See%20Before%20You%20Die.jpg} + trakt_list: https://trakt.tv/users/sp1ti/lists/1001-movies-you-must-see-before-you-die + collection_order: release.desc + Top 50 Grossing Films of All-Time: + tmdb_list: https://www.themoviedb.org/list/10 + collection_order: custom + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Top%20Grossing%20Films%20of%20All-Time.jpg + sync_mode: sync + sort_title: "!015_1001 A" + schedule: monthly(20) + Top Grossing Films Annually: + imdb_list: https://www.imdb.com/list/ls568936874/ + collection_order: release.desc + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Top%20Grossing%20Films%20Annually.jpg + sync_mode: sync + sort_title: "!015_1001 B" + schedule: yearly (01/30) +####################################################################################################### + Conspiracy: + 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/ + Dark Comedy: + 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/ + - https://www.imdb.com/search/title/?title_type=feature&keywords=dark+comedy + Dystopian: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Dystopian.jpg} + imdb_list: https://www.imdb.com/search/title/?title_type=feature&keywords=dystopia + Football: + 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/ + Inspirational: + 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/ + trakt_list: https://trakt.tv/users/rizreflects/lists/inspiring + Mind-Bend: + 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/ + trakt_list: https://trakt.tv/users/lish408/lists/mindfuck + mdblist_list: https://mdblist.com/lists/hdlists/mindfuck-movies + Natural Disaster: + 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/ + radarr_add_missing: false + Pandemic: + 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/ + trakt_list: https://trakt.tv/users/mraniki/lists/theme-pandemic + Parody: + 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/ + radarr_add_missing: false + tvdb_movie: 138435 + Prison: + 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/ +# Seductive: +# template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Seductive.jpg} +# imdb_list: https://www.imdb.com/search/keyword/?keywords=seduction%2Csex-scene&ref_=kw_ref_key&mode=detail&page=1&title_type=movie%2CtvMovie%2Cvideo&num_votes=100%2C&sort=user_rating,desc +# radarr_add_missing: false + Space: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Space.jpg} + imdb_list: + - https://www.imdb.com/list/ls567409789/ + - https://www.imdb.com/search/title/?title_type=feature&keywords=astronaut + 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/ls567409179/ + - https://www.imdb.com/search/title/?title_type=feature&keywords=espionage + Stand-up Comedy: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Stand-Up%20Comedy.jpg} + imdb_list: + - https://www.imdb.com/list/ls567409881/ + - https://www.imdb.com/search/title/?title_type=tv_movie,tv_special&keywords=stand-up+comedy + 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/ + - https://www.imdb.com/search/title/?title_type=feature&keywords=time+travel + Unexpectedly Amazing: + 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/ + Witch: + template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Witch.jpg} + imdb_list: + - https://www.imdb.com/list/ls567408343/ + - https://www.imdb.com/search/title/?title_type=feature&keywords=witch \ No newline at end of file diff --git a/ladywhiskers/music/Music.yml b/ladywhiskers/music/Music.yml new file mode 100644 index 0000000..f5407b3 --- /dev/null +++ b/ladywhiskers/music/Music.yml @@ -0,0 +1,64 @@ +templates: + mood collection: + smart_filter: + limit: 10 + minimum_items: 10 + sort_by: plays.desc + all: + artist_mood: <> + album mood collection: + builder_level: album + smart_filter: + limit: 20 + minimum_items: 20 + delete_below_minimum: true + sort_by: plays.desc + all: + album_mood: <> + track mood collection: + builder_level: track + smart_filter: + limit: 100 + minimum_items: 100 + delete_below_minimum: true + sort_by: plays.desc + all: + track_mood: <> + style collection: + smart_filter: + limit: 10 + minimum_items: 10 + sort_by: plays.desc + all: + artist_style: <> + album style collection: + builder_level: album + smart_filter: + limit: 20 + minimum_items: 20 + delete_below_minimum: true + sort_by: plays.desc + all: + album_style: <> + +dynamic_collections: +# Moods: +# type: mood +# title_format: Top 10 <> Artists +# template: mood collection + Album Moods: + type: album_mood + title_format: Top 10 <> Albums + template: album mood collection + Track Moods: + type: track_mood + title_format: Top 100 <> Tracks + template: track mood collection + Artist Styles: + type: style + title_format: Top 5 <> Artists + template: style collection + Album Styles: + type: style + title_format: Top 20 <> Albums + template: album style collection \ No newline at end of file diff --git a/ladywhiskers/music/continents.yml b/ladywhiskers/music/continents.yml new file mode 100644 index 0000000..5269938 --- /dev/null +++ b/ladywhiskers/music/continents.yml @@ -0,0 +1,425 @@ +############################################################################## +# Continent Collections # +# Created by Adam Pope, bartolomesorianol, Bullmoose20 & Sohjiro # +# Artwork Credit to Duhniel, Bullmoose20, and Wiki Commons # +# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # +# https://metamanager.wiki/en/latest/defaults/movie/continent.html # +############################################################################## + +external_templates: + pmm: templates + template_variables: + collection_section: "082" +templates: + smart_filters: + default: + sort_by: plays.desc + sort_by_<>: <> + limit_<>: <> + search_value: <> + optional: + - search_term2 + - search_value2 + - limit + - type + smart_filter: + sort_by: <>>> + limit: <>>> + type: <> + any: + <>: <> + <>: <> + +collections: + Continent Collections: + template: + - name: separator + separator: continent + key_name: Continent + translation_key: separator + +dynamic_collections: + Continent: + type: country + title_format: <> + other_name: Other Continents + template: + - smart_filters + - shared + other_template: + - other_collection + - smart_filters + - shared + template_variables: + search_term: + default: artist_country + image: + default: country/<