Advertisement
jothemewi

Kometa config

May 12th, 2024 (edited)
1,234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 18.24 KB | Movies | 0 0
  1.  # I'd highly recommend editing this file with a code editor.
  2.  # Comments are marked by '# ' (a pound sign followed by a space), followed by the text)
  3.  # Of most options, I give 1 example (usually in the first occurrence),
  4.  # which you can copy to other, similar elements (usually lists or overlays)
  5.  # In many cases, I provide a direct link to the relevant Kometa wiki page so you can read up on your options.
  6.  
  7. libraries:
  8.   Movies: # Name of the library as it appears in Plex
  9.     #reset_overlays: true
  10.     reapply_overlays: false
  11.     remove_overlays: false
  12.     report_path: config/missing/missing_movies.yml
  13.  
  14.     collection_files: # https://kometa.wiki/en/latest/defaults/collections/
  15.       # Additional information about (dynamic) collections: https://kometa.wiki/en/latest/files/dynamic_types/
  16.  
  17.       #- default: based # books, comics, true_story, video_games
  18.         #template_variables: # https://kometa.wiki/en/latest/defaults/both/based/
  19.           #use_books: true # Use this list?
  20.           #use_comics: false
  21.           #use_true_story: true
  22.           #use_video_games: false
  23.           #limit: 10 # (Global setting to limit the size of the list, use "limit_list_name" to limit individual lists)
  24.           #visible_library: true # visible on the library's "Recommended" tab?
  25.           #visible_home: false # Visible on Plex' Home Screen?
  26.           #visible_shared: false # Visible on other users' Shared libraries?
  27.           #use_separator: false # Use a separator (movie box with list/collection name) between lists?
  28.           #exclude: (comma separated list of) list item(s) to exclude
  29.           #minimum_items: 3 # that prompts the creation of a Collection
  30.           #schedule: # hourly(hh), hourly(hh-hh), daily, weekly(d), weekly(d|d) month(25), yearly(mm/dd), range(mm/dd-mm/dd), range(mm/dd-mm/dd|mm/dd-mm/dd), never, non_existing, all
  31.            # "all" (Requires that all comma separated scheduling options inside its brackets be met in order to run,
  32.            # eg. all[weekly(sunday), hourly(17)] (notice the SQUARE brackets!))
  33.       #- default: universe # avp, arrow, dca, dcu, fast, marvel, mcu, middle, mummy, rocky, trek, star, askew, wizard, xmen
  34.         #template_variables: # https://kometa.wiki/en/latest/defaults/both/universe/
  35.           #visible_library: true
  36.           #visible_home: false
  37.           #visible_shared: false
  38.           #use_separator: false
  39.       #- default: actor
  40.         #template_variables: # https://kometa.wiki/en/latest/defaults/both/actor/?h=actor
  41.           #visible_library: true
  42.           #visible_home: false
  43.           #visible_shared: false
  44.           #data:
  45.             #depth: 10
  46.             #limit: 10
  47.           #style: rainier
  48.           #sort_by: title.asc
  49.           #use_separator: false
  50.       #- default: director
  51.         #template_variables: # https://kometa.wiki/en/latest/defaults/movie/director/
  52.           #limit: 5 # Global limit of items per collection (per director, in this case); "limit_director" is also available)
  53.           #visible_library: true
  54.           #visible_home: false
  55.           #visible_shared: false
  56.           #style: rainier # rainier, bw, signature, diiivoy, diiivoycolor (https://kometa.wiki/en/latest/defaults/movie/director/#__tabbed_1_1)
  57.           #data:
  58.             #limit: 10 # Create max. 10 collections
  59.             #depth: 10 # Look at first 10 credits
  60.           #sort_by: title.asc
  61.           #use_separator: false
  62.       #- default: imdb popular (popular movies), top (Top 250) or lowest (Lowest Rated)
  63.         #template_variables: # https://kometa.wiki/en/latest/defaults/chart/imdb/
  64.           #sync_mode:
  65.           #radarr_upgrade_existing: false # Upgrade movies you already had and are now part of this Collection
  66.           #radarr_monitor_existing: true # Start monitoring movies you already had and are now part of this Collection
  67.           #radarr_add_missing: true # Add movies missing from this collection to Radarr
  68.           #radarr_search: false # Start searching for movies
  69.           #radarr_tag_: kometa,imdb
  70.           #item_radarr_tag: # Tags everything (already existing) in your library that's in a Kometa Collection
  71.           #collection_order: release # release, alpha(betically) or custom (via builder script). Default: custom
  72.           #minimum_items: 5 # To call it a "Collection"
  73.           #use_popular: true
  74.           #limit_popular: 25
  75.           #use_top: false
  76.           #use_lowest: false
  77.           #visible_library: true
  78.           #visible_home: false
  79.           #visible_shared: false
  80.           #use_separator: false
  81.       - default: tmdb
  82.         template_variables:  # https://kometa.wiki/en/latest/defaults/chart/tmdb/
  83.           radarr_monitor_existing: true
  84.           radarr_add_missing: true
  85.           radarr_search: false
  86.           radarr_tag: kometa,tmdb
  87.           collection_order: release
  88.           minimum_items: 5
  89.           use_popular: false
  90.           use_top: false
  91.           use_trending: true
  92.           limit_trending: 25
  93.           visible_library: true
  94.           visible_home: false
  95.           visible_shared: false
  96.           use_separator: false
  97.       - default: trakt
  98.         template_variables:  # https://kometa.wiki/en/latest/defaults/chart/trakt/
  99.           radarr_monitor_existing: true
  100.           radarr_add_missing: true
  101.           radarr_search: false
  102.           radarr_tag: kometa,trakt
  103.           collection_order: release
  104.           minimum_items: 5
  105.           use_anticipated: false
  106.           use_collected: false
  107.           use_popular: false
  108.           use_recommended: true
  109.           limit_recommended: 25
  110.           use_trending: true
  111.           limit_trending: 25
  112.           use_watched: false
  113.           visible_library: true
  114.           visible_home: false
  115.           visible_shared: false
  116.           use_separator: false
  117.       #- default: bafta
  118.         #template_variables: # https://kometa.wiki/en/latest/defaults/award/bafta/
  119.           #visible_library: true
  120.           #visible_home: false
  121.           #visible_shared: false
  122.           #data:
  123.             #starting: latest-5
  124.             #ending: latest
  125.           #use_separator: false
  126.       #- default: golden
  127.         #template_variables: # https://kometa.wiki/en/latest/defaults/award/golden/
  128.           #visible_library: true
  129.           #visible_home: false
  130.           #visible_shared: false
  131.           #data:
  132.             #starting: latest-5
  133.             #ending: latest
  134.           #use_separator: false
  135.       #- default: oscars
  136.         #template_variables: # https://kometa.wiki/en/latest/defaults/award/oscars/
  137.           #visible_library: true
  138.           #visible_home: false
  139.           #visible_shared: false
  140.           #data:
  141.             #starting: latest-5
  142.             #ending: latest
  143.           #use_separator: false
  144.  
  145.     overlay_files: # https://kometa.wiki/en/latest/defaults/overlays/
  146.       #- file: config/overlays/Top.yml
  147.       - default: streaming
  148.         template_variables:  # https://kometa.wiki/en/latest/defaults/overlays/streaming/
  149.           vertical_align: top   # top, center, bottom
  150.           vertical_offset: 20   # In pixels. Posters are 1000 x 1500 px
  151.           horizontal_align: left   # left, center, right
  152.           horizontal_offset: 20   # Pixels (20) or percentage (20%)
  153.           back_color: '#212122B3'   # 6 char hex code + 2 char opacity
  154.       - default: studio
  155.         template_variables: # https://kometa.wiki/en/latest/defaults/overlays/studio/
  156.           vertical_align: bottom
  157.           vertical_offset: 20
  158.           horizontal_align: left
  159.           horizontal_offset: 20
  160.           style: bigger # only available style option, default is color overlay
  161.           back_color: '#212122B3'
  162.       #- default: network
  163.         #template_variables:
  164.           #vertical_align: bottom
  165.           #vertical_offset: 20
  166.           #horizontal_align: left
  167.           #horizontal_offset: 20
  168.           #style: white
  169.           #weight: 10
  170.           #back_color: '#212122B3'
  171.       - default: ratings # critic, audience or user. Set source in operations
  172.         template_variables: # https://kometa.wiki/en/latest/defaults/overlays/ratings/#template-variables
  173.           horizontal_position: right
  174.           back_color: '#212122B3'
  175.           rating1: critic
  176.           rating1_image: rt_tomato
  177.           #rating1_style: ''
  178.  
  179.           rating2: audience
  180.           rating2_image: rt_popcorn
  181.           #rating2_style: ''
  182.  
  183.           rating3: user
  184.           rating3_image: mdb
  185.           #rating3_style: ''
  186.  
  187.     operations:
  188.       mass_critic_rating_update: mdb_tomatoes
  189.       mass_audience_rating_update: mdb_tomatoesaudience
  190.       mass_user_rating_update: mdb
  191.  
  192.       # Possible operations: https://kometa.wiki/en/latest/config/operations/#operation-attributes
  193.       #
  194.       # The following options (and perhaps others I don't know of) can be applied:
  195.       #
  196.       # audience_rating (from Plex), critic_rating (from Plex) user_rating (from Plex) tmdb, imdb,
  197.       # trakt_user, omdb, mdb_rating, mdb_average, mdb_imdb, mdb_metacritic, mdb_metacriticuser,
  198.       # mdb_trakt, mdb_tomatoes, mdb_tomatoesaudience, mdb_letterboxd, mdb_myanimelist, mal,
  199.       # anidb_rating, anidb_average, anidb_score, rt_tomato, rt_popcorn, lock, unlock, remove, reset, star
  200.       #
  201.       # Possible rating styles:
  202.       # '' (empty) = 10-scale + decimals (9.2), '#' = 10-scale no decimals (9),
  203.       # '%' = percentage (92%), '/' = 5-scale (4.6)
  204.  
  205.  
  206.   TV Shows:
  207.     reset_overlays: false
  208.     reapply_overlays: true
  209.     remove_overlays: false
  210.     report_path: config/missing_series.yml
  211.  
  212.     collection_files: # https://kometa.wiki/en/latest/defaults/collections/
  213.       - default: tmdb
  214.         template_variables: # https://kometa.wiki/en/latest/defaults/chart/tmdb/
  215.           use_popular: false
  216.           use_top: false
  217.           use_trending: true
  218.           limit_trending: 10
  219.           use_airing: false
  220.           use_air: true
  221.           limit_air: 10
  222.           visible_library: true
  223.           visible_home: false
  224.           visible_shared: false
  225.       - default: emmy
  226.         template_variables: # https://kometa.wiki/en/latest/defaults/award/emmy/
  227.           collection_order: release
  228.           data:
  229.             starting: latest-5
  230.             ending: latest
  231.       - default: pca
  232.         template_variables: # https://kometa.wiki/en/latest/defaults/award/pca/
  233.           data:
  234.             starting: latest-5
  235.             ending: latest
  236.  
  237.     overlay_files: # https://kometa.wiki/en/latest/defaults/overlays/
  238.       #- file: config/overlays/Status.yml
  239.       - default: status
  240.         template_variables:  # info on options: https://kometa.wiki/en/latest/defaults/overlays/status/#template-variables
  241.           # AIRING
  242.           text_airing: 'airing'
  243.           back_color_airing: '#A8E4A0'   # (green)
  244.           # RETURNING
  245.           text_returning: 'coming back'
  246.           back_color_returning: '#A8E4A0'   # (green)
  247.           # CANCELLED
  248.           text_canceled: 'cancelled'
  249.           back_color_canceled: '#f85845'   # (red)
  250.           # ENDED
  251.           text_ended: 'ended'
  252.           back_color_ended: '#f85845'   # (red)
  253.  
  254.           font_color: '#000000FF'
  255.           font_size: 75
  256.           back_width:
  257.           back_height: 85
  258.           back_radius: 20
  259.           back_padding: 10
  260.  
  261.           # alignment:
  262.           vertical_align: top
  263.           vertical_offset: 0
  264.           horizontal_align: left
  265.           horizontal_offset: 10
  266.       - default: network
  267.         template_variables:  # https://kometa.wiki/en/latest/defaults/overlays/network
  268.           horizontal_align: left
  269.           horizontal_offset: 20
  270.           vertical_offset: 0
  271.           vertical_align: center
  272.           weight: 10
  273.           style: color
  274.       - default: streaming
  275.         template_variables:  # https://kometa.wiki/en/latest/defaults/overlays/streaming/
  276.           horizontal_align: left
  277.           horizontal_offset: 20
  278.           vertical_align: bottom
  279.           vertical_offset: 0
  280.           weight: 20
  281.       - default: ratings
  282.         template_variables:  # https://kometa.wiki/en/latest/defaults/overlays/ratings/
  283.           horizontal_position: right
  284.           back_color: '#212122B3'
  285.  
  286.           rating1: critic
  287.           rating1_image: rt_tomato
  288.           #rating1_style: ''
  289.  
  290.           rating2: audience
  291.           rating2_image: rt_popcorn
  292.           #rating2_style: ''
  293.  
  294.           rating3: user
  295.           rating3_image: mdb
  296.           #rating3_style: ''
  297.  
  298.     operations:
  299.       mass_critic_rating_update: mdb_tomatoes
  300.       mass_audience_rating_update: mdb_tomatoesaudience
  301.       mass_user_rating_update: mdb
  302.  
  303.  
  304. settings: # https://kometa.wiki/en/latest/config/settings/
  305.   run_order:
  306.    - operations
  307.     - metadata
  308.     - collections
  309.     - overlays
  310.  
  311.   # CACHE
  312.   cache: true # use cache or not
  313.   cache_expiration: 60 # in days
  314.   # ASSETS
  315.   asset_directory: config/assets # several possible
  316.   asset_folders: true # Individual folders for items in "asset" directory?
  317.   asset_depth: 2 # Specify how many folder levels to scan for an item within the asset directory
  318.   create_asset_folders: true # true = /movie_name/poster.png - false = /movie_name.png. Connected to asset_folders
  319.   prioritize_assets: false # Prefer local assets over external sources
  320.   dimensional_asset_rename: false # Auto rename based on dimensions
  321.   download_url_assets: true # Download assets from external sources
  322.   show_missing_season_assets: true # Reports missing assets
  323.   show_missing_episode_assets: true # Same but for episodes
  324.   show_asset_not_needed: true # Report which media does _not_ need to be updated
  325.   # COLLECTION SETTINGS
  326.   sync_mode: append # sync (follow changes) or append (add new items, don't delete old items)
  327.   default_collection_order: release # release (date), alpha(betically) or custom
  328.   minimum_items: 3 # How many items before it's considered a collection?
  329.   delete_below_minimum: true # Delete collection if fewer than minimum_items
  330.   delete_not_scheduled: false # Delete unscheduled collections
  331.   run_again_delay: 120 # Delay in minutes before re-running collections with run_again defined (eg send to Radarr on 1st run, process on 2nd run)
  332.   # FILTERS
  333.   missing_only_released: true # Filter out unreleased items
  334.   only_filter_missing: false # Only process missing items
  335.   # REPORTS
  336.   show_unmanaged: true # Show collections not managed by Kometa
  337.   show_unconfigured: true # Show items not configured in current Kometa run
  338.   show_filtered: false # Show items that were filtered out of lists
  339.   show_options: true # See the config options of "plex_search", "smart_filter" or "filters"
  340.   show_missing: true # Show which items are missing from collections
  341.   show_missing_assets: true # Reports missing assets
  342.   save_report: true # Save reports or not
  343.   # MISC
  344.   tvdb_language: en # 2 letter ISO 639-2 language code
  345.   ignore_ids: # tmdb / tvdb IDs to ignore
  346.   ignore_imdb_ids: # imdb IDs to ignore
  347.   item_refresh_delay: 0 # Time between refreshes. In... hours? days? Kometa wiki doesn't say
  348.   playlist_sync_to_users: all
  349.   playlist_exclude_users:
  350.   playlist_report: false
  351.   verify_ssl: false
  352.   custom_repo:
  353.   overlay_artwork_filetype: jpg # jpg, png, webp
  354.   overlay_artwork_quality: 75 # The default value is 75
  355.  
  356. webhooks: # https://kometa.wiki/en/latest/config/webhooks/
  357.   error:
  358.   version:
  359.   run_start:
  360.   run_end:
  361.   changes:
  362.   delete:
  363. trakt: # https://kometa.wiki/en/latest/config/trakt/
  364.   client_id: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  365.   client_secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  366.   #pin: xxxxxxx
  367.   authorization:
  368.    # everything below is autofilled by Kometa
  369.     access_token:
  370.     token_type:
  371.     expires_in:
  372.     refresh_token:
  373.     scope: public
  374.     created_at:
  375.   pin:
  376. tmdb: # https://kometa.wiki/en/latest/config/tmdb/
  377.   apikey: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  378.   language: en
  379.   cache_expiration: 60
  380.   region:
  381. github: # https://kometa.wiki/en/latest/config/github/
  382.   token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  383.  
  384. omdb: # https://kometa.wiki/en/latest/config/omdb/
  385.   apikey: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  386.   cache_expiration: 60
  387.  
  388. mdblist: # https://kometa.wiki/en/latest/config/mdblist/
  389.   apikey: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  390.   cache_expiration: 60
  391.  
  392. plex: # https://kometa.wiki/en/latest/config/plex/
  393.   url: http://192.168.x.x:xxxx
  394.   token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  395.   timeout: 60
  396.   db_cache:
  397.   clean_bundles: false
  398.   empty_trash: false
  399.   optimize: false
  400.   verify_ssl:
  401. radarr: # https://kometa.wiki/en/latest/files/arr/#radarr-add-settings
  402.   url: http://192.168.x.x:xxxx
  403.   token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  404.   add_missing: false # add items missing from Collections
  405.   add_existing: false # add existing items in Collections
  406.   upgrade_existing: false # upgrades existing items in Collections
  407.   monitor_existing: false # monitor existing items in Collections
  408.   root_folder_path: /movies # root folder path as Radarr sees it
  409.   monitor: false # true or false
  410.   availability: released # release, announced, cinemas
  411.   quality_profile: HD # whichever QP(s) you have set in Radarr
  412.   tag: kometa # global tags
  413.   search: false # make Radarr start searching for monitored items
  414.   ignore_cache: false
  415.   radarr_path:
  416.   plex_path:
  417. sonarr: #https://kometa.wiki/en/latest/files/arr/#sonarr-add-settings
  418.   url: http://192.168.x.x:xxxx
  419.   token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  420.   add_missing: false # add items missing from Collections
  421.   add_existing: false # add existing items in Collections
  422.   upgrade_existing: false # upgrades existing items in Collections
  423.   monitor_existing: false # monitor existing items in Collections
  424.   root_folder_path: /tv # root folder path as Sonarr sees it
  425.   monitor: none # all, future,missing, existing, pilot, first, latest, none
  426.   quality_profile: HD # as in Sonarr
  427.   language_profile: English # whichever LP(s) you have set in Radarr
  428.   series_type: standard # standard, daily, anime
  429.   season_folder: true # use season folders or not
  430.   tag: kometa
  431.   search: false
  432.   cutoff_search: false
  433.   ignore_cache: false
  434.   sonarr_path:
  435.   plex_path:
  436.   # Arr add settings: https://kometa.wiki/en/latest/files/arr/#radarr-add-settings
  437.   # You can add items to Radarr/Sonarr in two different ways:
  438.   # 1. Items found by Kometa that are missing from your collections/playlists.
  439.   # 2. Items found by Kometa that already exist in Plex but are not in Radarr/Sonarr.
  440.   # (*arr_)add_missing: missing items are added.
  441.   # (*arr_)add_existing: existing items are added.
Tags: kometa
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement