diff --git a/ladywhiskers/config.yml b/ladywhiskers/config.yml index d0c9a67..785cf4a 100644 --- a/ladywhiskers/config.yml +++ b/ladywhiskers/config.yml @@ -4,11 +4,7 @@ libraries: 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' @@ -36,29 +32,19 @@ libraries: template_variables: include: - Oceania + - pmm: studio + template_variables: + include: + - A24 + - DreamWorks Studios + - DreamWorks Pictures + - Pixar + - - 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 - append_data: - pride: Pride Month - schedule_pride: range(06/01-06/30) - imdb_list_pride: 'https://www.imdb.com/list/ls063526611/' - emoji_pride: "\U0001F3F3️‍\U0001F308️‍ " - pmm: universe - - file: config/metadata/movie/1_othercollections.yml - schedule: weekly(tuesday) overlay_path: - schedule: weekly(saturday) - remove_overlays: false @@ -96,7 +82,7 @@ libraries: mass_user_rating_update: mdb_tomatoes mass_critic_rating_update: imdb mass_audience_rating_update: tmdb - mass_genreZ_update: omdb + mass_genre_update: omdb mass_content_rating_update: mdb_commonsense mass_originally_available_update: tmdb mass_imdb_parental_labels: none @@ -114,7 +100,7 @@ libraries: library_name: TV Shows metadata_path: - pmm: based - - git: bullmoose20/tv_refresh + # - git: bullmoose20/tv_refresh - pmm: actor template_variables: collection_section: '001' @@ -221,6 +207,9 @@ libraries: path: config/metadata/backups/TVShows_Backup.yml sync_tags: true add_blank_entries: false + genre_mapper: + Sci-Fi: Science Fiction + Action & Adventure: Action Music: schedule: weekly (sunday) library_name: Music @@ -228,14 +217,15 @@ libraries: - folder: config/music operations: delete_collections: - less: 50 + less: 20 metadata_backup: path: config/metadata/backups/Music_Backup.yml sync_tags: true add_blank_entries: false overlay_path: - schedule: weekly(saturday) - - reapply_overlays: true + - remove_overlays: false + - reapply_overlays: false - pmm: audio_codec template_variables: overlay_level: album @@ -243,6 +233,7 @@ playlist_files: - pmm: playlist template_variables: libraries: 'Movies, TV Shows' + - folder: config/playlists settings: cache: true cache_expiration: 60 @@ -252,36 +243,36 @@ settings: asset_depth: 1 create_asset_folders: false prioritize_assets: false - dimensional_asset_rename: false + dimensional_asset_rename: true 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: null minimum_items: 1 + default_collection_order: delete_below_minimum: true delete_not_scheduled: false - run_again_delay: 1 + run_again_delay: 2 missing_only_released: true - show_unconfigured: true + only_filter_missing: false show_unmanaged: true - show_filtered: true - show_options: true + show_unconfigured: true + show_filtered: false + show_options: false show_missing: false - only_filter_missing: false show_missing_assets: false save_report: false tvdb_language: eng - ignore_ids: null - ignore_imdb_ids: null + ignore_ids: + ignore_imdb_ids: item_refresh_delay: 0 - playlist_sync_to_users: all - playlist_report: true - custom_repo: null + playlist_sync_to_user: all + playlist_exclude_users: + playlist_report: false verify_ssl: true + custom_repo: check_nightly: true - playlist_exclude_users: null webhooks: error: notifiarr version: notifiarr diff --git a/ladywhiskers/movies/0_othercollections.yml b/ladywhiskers/movies/0_othercollections.yml index e25d437..b436fbf 100644 --- a/ladywhiskers/movies/0_othercollections.yml +++ b/ladywhiskers/movies/0_othercollections.yml @@ -23,19 +23,3 @@ collections: 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) diff --git a/ladywhiskers/movies/1_genres.yml b/ladywhiskers/movies/1_genres.yml index 4431726..039e98f 100644 --- a/ladywhiskers/movies/1_genres.yml +++ b/ladywhiskers/movies/1_genres.yml @@ -162,7 +162,7 @@ collections: smart_filter: sort_by: audience_rating.desc any: - genre: science fiction + genre: science fiction Short: template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Short.jpg} smart_filter: @@ -200,4 +200,4 @@ collections: 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 + genre: western \ No newline at end of file diff --git a/ladywhiskers/movies/3_topics.yml b/ladywhiskers/movies/3_topics.yml index 792c398..c3b33d3 100644 --- a/ladywhiskers/movies/3_topics.yml +++ b/ladywhiskers/movies/3_topics.yml @@ -102,4 +102,4 @@ collections: 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 + - https://www.imdb.com/search/title/?title_type=feature&keywords=witch diff --git a/ladywhiskers/movies/4_based_on.yml b/ladywhiskers/movies/4_based_on.yml new file mode 100644 index 0000000..7e33a2e --- /dev/null +++ b/ladywhiskers/movies/4_based_on.yml @@ -0,0 +1,38 @@ +##################################################################### +# "Based On..." Collections # +##################################################################### + + + +collections: + Based on a Book: + mdblist_list: + url: https://mdblist.com/lists/plexmetamanager/based_on_books_movies + sort_by: audience_rating.desc + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/based/Book.jpg + schedule: yearly(01/30) + radarr_add_missing: false + Based on a Comic: + mdblist_list: + url: https://mdblist.com/lists/plexmetamanager/based_on_comics_movies + sort_by: audience_rating.desc + sort_title: "!014_Comic" + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/based/Comic.jpg + schedule: yearly(01/30) + radarr_add_missing: false + Based on a True Story: + mdblist_list: + url: https://mdblist.com/lists/plexmetamanager/based_on_true_story_movies + sort_by: audience_rating.desc + sort_title: "!014_True_Story" + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/based/True%20Story.jpg + schedule: yearly(01/30) + radarr_add_missing: false + Based on Video Games: + mdblist_list: + url: https://mdblist.com/lists/plexmetamanager/based_on_video_games_movies + sort_by: audience_rating.desc + sort_title: "!014_Video_Games" + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/based/Video%20Game.jpg + schedule: yearly(01/30) + radarr_add_missing: false \ No newline at end of file diff --git a/ladywhiskers/movies/5_critics_other.yml b/ladywhiskers/movies/5_critics_other.yml new file mode 100644 index 0000000..89c8b93 --- /dev/null +++ b/ladywhiskers/movies/5_critics_other.yml @@ -0,0 +1,75 @@ +############################################################################## +# Other Awards Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Credit to maxwelldeux for the Trakt Lists # +# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # +# https://metamanager.wiki/en/latest/defaults/award/other.html # +############################################################################## + +external_templates: + pmm: templates + template_variables: + collection_section: 130 + +templates: + Rotten Tomatoes: + trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-<> + sync_mode: sync + collection_mode: default + collection_order: custom + sort_title: "!130_Rotten Tomatoes Best of <>" + schedule: yearly(01/30) + url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatotes/main/Rotten%20Tomatoes%20Best%20of%20<>.png + +collections: + "100 Years... 100 Movies": + imdb_list: https://www.imdb.com/list/ls027841309/ + collection_order: custom + sort_title: "!130_AFI 1!" + schedule: yearly(01/30) + Razzies Golden Raspberry Winners: + variables: + key: razzie + template: + - name: shared + allowed_libraries: movie + image: award/razzies/winner + translation_key: razzie_worst + - name: arr + - name: custom + trakt_list: https://trakt.tv/users/hdlists/lists/razzie-awards-worst-picture-winners + Rotten Tomatoes Best All-Time: + trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-top-100-movies-of-all-time + sync_mode: sync + collection_mode: default + collection_order: custom + sort_title: "!130_Rotten !1" + schedule: monthly(10) + url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatotes/main/Rotten%20Tomatoes%20Best%20All-Time.png + Rotten Tomatoes Best Horror: + trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-horror-movies-of-all-time + sync_mode: sync + collection_mode: default + collection_order: custom + sort_title: "!130_Rotten !2" + schedule: monthly(10) + url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatotes/main/Rotten%20Tomatoes%20Best%20Horror.png + Rotten Tomatoes Best Rom Com: + trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-the-200-best-romantic-comedies-of-all-time + sync_mode: sync + collection_mode: default + collection_order: custom + sort_title: "!130_Rotten !3" + schedule: monthly(10) + url_poster: https://raw.githubusercontent.com/WhoDat104/Rotten-Tomatotes/main/Rotten%20Tomatoes%20Best%20Rom%20Com.png + +dynamic_collections: + Rotten Tomatoes Best of: + type: number + sync: true + data: + starting: current_year-2 + ending: current_year-1 + title_format: Rotten Tomatoes Best of <> + template: + - Rotten Tomatoes \ No newline at end of file diff --git a/ladywhiskers/movies/6_holidays.yml b/ladywhiskers/movies/6_holidays.yml new file mode 100644 index 0000000..a4b425f --- /dev/null +++ b/ladywhiskers/movies/6_holidays.yml @@ -0,0 +1,177 @@ +############################################################################## +# Seasonal Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # +# https://metamanager.wiki/en/latest/defaults/movie/seasonal.html # +############################################################################## + +external_templates: + pmm: templates + +templates: + holiday: + default: + sync_mode: sync + sync_mode_<>: <> + sort_by: title.asc + sort_by_<>: <> + schedule_<>: <> + limit_<>: <> + tmdb_collection_<>: <> + tmdb_movie_<>: <> + imdb_list_<>: <> + trakt_list_<>: <> + mdblist_list_<>: <> + summary_<>: <> + name_<>: <> + emoji: "" + emoji_<>: <> + optional: + - schedule + - tmdb_collection + - tmdb_movie + - limit + - imdb_list + - trakt_list + - mdblist_list + - summary_format + - name_format + - key_name + - translation_key + - limit + smart_label: + sort_by: <>>> + limit: <>>> + all: + label: <> + schedule: <>>> + delete_not_scheduled: true + sync_mode: <>>> + tmdb_collection: <>>> + tmdb_movie: <>>> + imdb_list: <>>> + trakt_list: <>>> + mdblist_list: <>>> + cache_builders: 1 + translation_key: <> + key_name: <> + summary: <>>> + name: <>>> + limit: <>>> + translation_prefix: <>>> + +collections: + Seasonal Collections: + template: + - name: separator + separator: seasonal + use_separator: false + key_name: Seasonal + translation_key: separator + +dynamic_collections: + Seasonal: + type: custom + data: + years: New Year's Day + valentine: Valentine's Day + patrick: St. Patrick's Day + easter: Easter + mother: Mother's Day + father: Father's Day + halloween: Halloween + christmas: Christmas + disabilities: Day of Persons with Disabilities + black_history: Black History Month + lgbtq: LGBTQ+ Pride Month + latinx: Latinx Heritage Month + women: Women's History Month + title_format: <> <>s + template: + - holiday + - shared + - arr + template_variables: + emoji: + years: "🎊 " + valentine: "💘 " + patrick: "☘ " + easter: "🐰 " + mother: "🤱 " + father: "👨 " + halloween: "🎃 " + christmas: "🎅 " + disabilities: "♿ " + lgbtq: "🏳️‍🌈 " + latinx: "🪅 " + women: "🚺 " + black_history: "✊ 🏿 " + schedule: + years: range(12/26-01/04) + valentine: range(02/01-02/29) + patrick: range(03/01-03/18) + easter: range(03/20-04/30) + mother: range(05/05-05/10) + father: range(09/15-09/20) + halloween: range(10/01-10/31) + christmas: range(12/01-12/31) + disabilities: range(12/02-12/04) + black_history: range(02/01-03/01) + lgbtq: range(05/31-06/30) + latinx: range(09/15-10/15) + women: range(02/28-03/31) + imdb_list: + years: https://www.imdb.com/list/ls066838460/ + valentine: + - https://www.imdb.com/list/ls000094398/ + - https://www.imdb.com/list/ls057783436/ + - https://www.imdb.com/list/ls064427905/ + patrick: https://www.imdb.com/list/ls063934595/ + easter: + - https://www.imdb.com/list/ls062665509/ + - https://www.imdb.com/list/ls051733651/ + mother: https://www.imdb.com/list/ls072551197/ + father: https://www.imdb.com/list/ls020471057/ + halloween: + - https://www.imdb.com/list/ls023118929/ + - https://www.imdb.com/list/ls000099714/ + christmas: https://www.imdb.com/list/ls000096828/ + women: + - https://www.imdb.com/search/keyword/?keywords=women-in-film&ref_=fn_kw_kw_9 + - https://www.imdb.com/search/keyword/?keywords=women%27s-rights&ref_=fn_kw_kw_2 + - https://www.imdb.com/search/keyword/?keywords=women%27s-suffrage&ref_=fn_kw_kw_13 + tmdb_collection: + halloween: + - 185103 # Hotel Transylvania + - 11716 # Addams Family + - 750822 # Addams Family Animated + - 313086 # Conjuring + - 91361 # Halloween Collection + - 8581 # A Nightmare on Elm Street Collection + - 1733 # The Mummy Collection + - 8091 # Alien Collection + - 2980 # Ghostbusters + - 751156 # Hocus Pocus + tmdb_movie: + halloween: + - 23437 # A Nightmare on Elm Street (2010) + mdblist_list: + disabilities: + - https://mdblist.com/lists/plexmetamanager/day-of-persons-with-disabilities + lgbtq: + - https://mdblist.com/lists/plexmetamanager/lgbtq-pride-month + - https://www.imdb.com/list/ls063526611/' + latinx: + - https://mdblist.com/lists/plexmetamanager/latinx-heritage-month + trakt_list: + black_history: + - https://trakt.tv/users/hoochzilla/lists/black-cinema?display=movie&sort=title,asc + - https://trakt.tv/users/bluephi8/lists/black-history?display=movie&sort=title,asc + visible_home: + default: true + visible_shared: + default: true + image: + default: seasonal/<> + translation_key: + default: seasonal diff --git a/ladywhiskers/tvshows/3_tvshow-genres.yml b/ladywhiskers/tvshows/3_tvshow-genres.yml index 58d077e..1aaf695 100644 --- a/ladywhiskers/tvshows/3_tvshow-genres.yml +++ b/ladywhiskers/tvshows/3_tvshow-genres.yml @@ -12,13 +12,13 @@ templates: sync_mode: sync sort_title: "!015_<>" collections: -# All-Time Top Shows: -# template: {name: Collection, poster: https://raw.githubusercontent.com/WhoDat104/Genres/main/All-Time%20Top%20Shows.jpg} -# sort_title: "!015_100" -# smart_filter: -# sort_by: audience_rating.desc -# all: -# genre.not: documentary + All-Time Top Shows: + template: {name: Collection, poster: https://raw.githubusercontent.com/WhoDat104/Genres/main/All-Time%20Top%20Shows.jpg} + sort_title: "!015_100" + smart_filter: + sort_by: audience_rating.desc + all: + genre.not: documentary Action: template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Action.jpg} smart_filter: @@ -154,10 +154,9 @@ collections: 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 + all: + genre: science fiction + genre.not: documentary Sport: template: {name: Collection, poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/Sport.jpg} smart_filter: @@ -185,4 +184,4 @@ collections: sort_by: audience_rating.desc all: genre: western - genre.not: documentary \ No newline at end of file + genre.not: documentary diff --git a/ladywhiskers/tvshows/5_tvshows-topic.yml b/ladywhiskers/tvshows/5_tvshows-topic.yml index 264b6e2..a230125 100644 --- a/ladywhiskers/tvshows/5_tvshows-topic.yml +++ b/ladywhiskers/tvshows/5_tvshows-topic.yml @@ -17,51 +17,51 @@ collections: Anthology: template: {name: Collection, poster: https://raw.githubusercontent.com/WhoDat104/Genres/main/Anthology.jpg} imdb_list: https://www.imdb.com/list/ls567937024/ - schedule: yearly(03/01) + 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: yearly(03/01) + 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: yearly(03/01) + 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: yearly(03/01) + 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: yearly(03/01) + 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: yearly(03/01) + 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: yearly(03/01) + 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: yearly(03/01) + 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: yearly(03/01) + 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: yearly(03/01) + 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: yearly(03/01) \ No newline at end of file + schedule: monthly(15)