mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
45c2e0c0b1
Order table to match example config
3.1 KiB
3.1 KiB
Config File
Kometa uses a YAML configuration file; this file contains settings that determine how Kometa behaves, and the required connection details needed to connect to Plex Media Server, Radarr, Sonarr, and other third-party services via API.
By default, and unless otherwise stated, Kometa looks for the configuration file at /config/config.yml
.
A template Configuration File can be found in the GitHub Repo.
This table outlines the third-party services that Kometa can make use of. Each service has specific requirements for setup that can be found by clicking the links within the table or in the sidebar.
Attribute | Required |
---|---|
libraries |
:fontawesome-solid-circle-check:{ .green } |
playlist_files |
:fontawesome-solid-circle-xmark:{ .red } |
settings |
:fontawesome-solid-circle-xmark:{ .red } |
webhooks |
:fontawesome-solid-circle-xmark:{ .red } |
plex |
:fontawesome-solid-circle-check:{ .green } Either here or per library |
tmdb |
:fontawesome-solid-circle-check:{ .green } |
tautulli |
:fontawesome-solid-circle-xmark:{ .red } |
github |
:fontawesome-solid-circle-xmark:{ .red } |
omdb |
:fontawesome-solid-circle-xmark:{ .red } |
mdblist |
:fontawesome-solid-circle-xmark:{ .red } |
notifiarr |
:fontawesome-solid-circle-xmark:{ .red } |
gotify |
:fontawesome-solid-circle-xmark:{ .red } |
anidb |
:fontawesome-solid-circle-xmark:{ .red } |
radarr |
:fontawesome-solid-circle-xmark:{ .red } |
sonarr |
:fontawesome-solid-circle-xmark:{ .red } |
trakt |
:fontawesome-solid-circle-xmark:{ .red } |
mal |
:fontawesome-solid-circle-xmark:{ .red } |
Configuration File Example
This example outlines what a "standard" config.yml file might look like when in use.
{%
include-markdown "../../config/config.yml.template"
comments=false
%}