From a989a788d8a221aa903c4456dbd44c53b472ea20 Mon Sep 17 00:00:00 2001 From: Christopher Berger Date: Fri, 29 May 2026 02:11:47 +0000 Subject: [PATCH] Add kometa/config.yml --- kometa/config.yml | 228 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 228 insertions(+) create mode 100644 kometa/config.yml diff --git a/kometa/config.yml b/kometa/config.yml new file mode 100644 index 0000000..2a5af71 --- /dev/null +++ b/kometa/config.yml @@ -0,0 +1,228 @@ +## This file is a template remove the .template to use the file + +libraries: # This is called out once within the config.yml file + Movies: # These are names of libraries in your Plex + remove_overlays: false # Set this to true to remove all overlays + collection_files: + - default: basic # This is a file within Kometa's defaults folder + - default: imdb # This is a file within Kometa's defaults folder + # see the wiki for how to use local files, folders, URLs, or files from git + overlay_files: + - file: config/overlays/media_info.yml + - file: config/overlays/audience_rating.yml +# - default: ribbon # This is a file within Kometa's defaults folder + # see the wiki for how to use local files, folders, URLs, or files from git +# 4K Movies: +# remove_overlays: false +# collection_files: +# - default: basic +# - default: imdb +# overlay_files: +# - file: config/overlays/media_info.yml +# - file: config/overlays/audience_rating.yml +# - default: ribbon + TV Shows: + remove_overlays: false # Set this to true to remove all overlays + collection_files: + - default: basic # This is a file within Kometa's defaults folder + - default: imdb # This is a file within Kometa's defaults folder + # see the wiki for how to use local files, folders, URLs, or files from git + overlay_files: + - file: config/overlays/media_info.yml + - file: config/overlays/audience_rating.yml +# - default: ribbon # This is a file within Kometa's defaults folder + # see the wiki for how to use local files, folders, URLs, or files from git +# 4K TV Shows: +# collection_files: +# - default: basic # This is a file within Kometa's defaults folder +# - default: imdb # This is a file within Kometa's defaults folder + # see the wiki for how to use local files, folders, URLs, or files from git +# overlay_files: +# - file: config/overlays/media_info.yml +# - file: config/overlays/audience_rating.yml + Music: + collection_files: + - file: config/Music.yml # This is a local file THAT YOU MIGHT CREATE +playlist_files: +- default: playlist # This is a file within Kometa's defaults folder + template_variables: + libraries: Movies, TV Shows # list of libraries that you want the Kometa Defaults playlists to look at + # see the wiki for how to use local files, folders, URLs, or files from git +settings: + run_order: + - operations + - metadata + - collections + - overlays + cache: true + cache_expiration: 60 + asset_directory: config/assets + asset_folders: true + asset_depth: 0 + create_asset_folders: false + prioritize_assets: false + dimensional_asset_rename: false + download_url_assets: false + show_missing_season_assets: true + show_missing_episode_assets: true + show_asset_not_needed: true + sync_mode: append + minimum_items: 1 + default_collection_order: + delete_below_minimum: true + delete_not_scheduled: false + run_again_delay: 2 + missing_only_released: false + only_filter_missing: false + show_unmanaged: true + show_unconfigured: true + show_filtered: false + show_options: true + show_missing: true + show_missing_assets: true + save_report: false + tvdb_language: eng + ignore_ids: + ignore_imdb_ids: + item_refresh_delay: 0 + playlist_sync_to_users: all + playlist_exclude_users: + playlist_report: false + verify_ssl: true + custom_repo: + overlay_artwork_filetype: jpg + overlay_artwork_quality: 75 + show_unfiltered: false +webhooks: # Can be individually specified per library as well + error: + version: + run_start: + run_end: + changes: + delete: +plex: # Can be individually specified per library as well; REQUIRED for the script to run + url: http://:32000 + token: + timeout: 60 + db_cache: + clean_bundles: false + empty_trash: false + optimize: false + verify_ssl: +tmdb: # REQUIRED for the script to run + apikey: + language: en + cache_expiration: 60 + region: +tautulli: # Can be individually specified per library as well + url: http://:8181 + apikey: +github: + token: ################################ +omdb: + apikey: ######## + cache_expiration: 60 +mdblist: + apikey: ######################### + cache_expiration: 60 +notifiarr: + apikey: #################################### +gotify: + url: ####################### + token: #################################### +anidb: # Not required for AniDB builders unless you want mature content + username: ###### + password: ###### + language: en + client: + enable_mature: false + cache_expiration: 60 +radarr: # Can be individually specified per library as well + url: http://:7878 + token: + add_missing: false + add_existing: false + upgrade_existing: false + monitor_existing: false + root_folder_path: /data/media/movies + monitor: true + availability: released + quality_profile: HD - 720p/1080p + tag: + search: false + radarr_path: + plex_path: + ignore_cache: false +radarr4k: # Can be individually specified per library as well + url: http://:7879 + token: + add_missing: false + add_existing: false + upgrade_existing: false + monitor_existing: false + root_folder_path: /data/media/4k_movies + monitor: true + availability: released + quality_profile: Ultra-HD + tag: + search: false + radarr_path: + plex_path: +sonarr: # Can be individually specified per library as well + url: http://:8989 + token: + add_missing: false + add_existing: false + upgrade_existing: false + monitor_existing: false + root_folder_path: /data/media/tv_shows + monitor: all + quality_profile: HD - 720p/1080p + language_profile: English + series_type: standard + season_folder: true + tag: + search: false + cutoff_search: false + sonarr_path: + plex_path: + ignore_cache: false +sonarr4k: # Can be individually specified per library as well + url: http://:8990 + token: + add_missing: false + add_existing: false + upgrade_existing: false + monitor_existing: false + root_folder_path: /data/media/4ktv_shows + monitor: all + quality_profile: Ultra-HD + language_profile: English + series_type: standard + season_folder: true + tag: + search: false + cutoff_search: false + sonarr_path: + plex_path: +trakt: + client_id: #################### + client_secret: #################### + pin: + authorization: + # everything below is autofilled by the script + access_token: + token_type: + expires_in: + refresh_token: + scope: public + created_at: +mal: + client_id: #################### + client_secret: #################### + authorization: + # everything below is autofilled by the script + access_token: + token_type: + expires_in: + refresh_token: \ No newline at end of file