2022-10-29 15:59:01 +00:00
# Config File
2022-03-08 08:06:22 +00:00
2022-05-20 07:06:08 +00:00
Plex Meta Manager uses a YAML configuration file; this file contains settings that determine how Plex Meta Manager behaves, and the required connection details needed to connect to Plex Media Server, Radarr, Sonarr, and other third-party services via API.
2022-03-08 08:06:22 +00:00
2022-10-29 15:59:01 +00:00
By default, and unless otherwise stated, Plex Meta Manager looks for the configuration file at `/config/config.yml` .
2022-03-08 08:06:22 +00:00
A template Configuration File can be found in the [GitHub Repo ](https://github.com/meisnate12/Plex-Meta-Manager/blob/master/config/config.yml.template ).
This table outlines the third-party services that Plex Meta Manager can make use of. Each service has specific requirements for setup that can be found by clicking the links within the table.
2022-11-16 14:30:04 +00:00
| Attribute | Required |
|:------------------------------|:----------------------------------------|
| [`libraries` ](libraries ) | ✅ |
| [`playlist_files` ](playlists ) | ❌ |
| [`settings` ](settings ) | ❌ |
| [`webhooks` ](webhooks ) | ❌ |
2022-11-08 03:02:07 +00:00
| [`plex` ](plex ) | ✅ < br /> Either here or per library |
2022-11-16 14:30:04 +00:00
| [`tmdb` ](tmdb ) | ✅ |
| [`tautulli` ](tautulli ) | ❌ |
| [`omdb` ](omdb ) | ❌ |
| [`notifiarr` ](notifiarr ) | ❌ |
| [`anidb` ](anidb ) | ❌ |
| [`radarr` ](radarr ) | ❌ |
| [`sonarr` ](sonarr ) | ❌ |
| [`trakt` ](trakt ) | ❌ |
| [`mal` ](myanimelist ) | ❌ |
2022-05-20 07:06:08 +00:00
2022-10-29 15:59:01 +00:00
## Configuration File Example
2022-05-20 07:06:08 +00:00
This example outlines what a "standard" config.yml file might look like when in use.
< details >
< summary > Example config.yml file< / summary >
```yaml
2022-12-10 17:49:53 +00:00
## This file is a template remove the .template to use the file
libraries: # This is called out once within the config.yml file
2022-12-10 20:38:01 +00:00
Movies: # These are names of libraries in your Plex
2022-05-20 07:06:08 +00:00
metadata_path:
2022-12-10 20:38:01 +00:00
- pmm: basic # This is a file within PMM's defaults folder
- pmm: imdb # This is a file within PMM's defaults folder
2022-12-10 17:49:53 +00:00
# see the wiki for how to use local files, folders, URLs, or files from git
2022-05-31 13:29:37 +00:00
overlay_path:
2022-12-10 17:49:53 +00:00
- remove_overlays: false # Set this to true to remove all overlays
2022-12-10 20:38:01 +00:00
- pmm: ribbon # This is a file within PMM's defaults folder
2022-12-10 17:49:53 +00:00
# see the wiki for how to use local files, folders, URLs, or files from git
TV Shows:
2022-05-20 07:06:08 +00:00
metadata_path:
2022-12-10 20:38:01 +00:00
- pmm: basic # This is a file within PMM's defaults folder
- pmm: imdb # This is a file within PMM's defaults folder
2022-12-10 17:49:53 +00:00
# see the wiki for how to use local files, folders, URLs, or files from git
2022-05-31 13:29:37 +00:00
overlay_path:
2022-12-10 17:49:53 +00:00
- remove_overlays: false # Set this to true to remove all overlays
2022-12-10 20:38:01 +00:00
- pmm: ribbon # This is a file within PMM's defaults folder
2022-12-10 17:49:53 +00:00
# see the wiki for how to use local files, folders, URLs, or files from git
2022-05-31 13:29:37 +00:00
Anime:
2022-05-20 07:06:08 +00:00
metadata_path:
2022-12-10 20:38:01 +00:00
- pmm: basic # This is a file within PMM's defaults folder
- pmm: anilist # This is a file within PMM's defaults folder
2022-12-10 17:49:53 +00:00
# see the wiki for how to use local files, folders, URLs, or files from git
2022-05-20 07:06:08 +00:00
Music:
metadata_path:
2022-12-10 17:49:53 +00:00
- file: config/Music.yml # This is a local file THAT YOU MIGHT CREATE
2022-05-20 07:06:08 +00:00
playlist_files:
2022-12-10 20:38:01 +00:00
- pmm: playlist # This is a file within PMM's defaults folder
2022-12-10 17:49:53 +00:00
# see the wiki for how to use local files, folders, URLs, or files from git
2022-05-20 07:06:08 +00:00
settings:
cache: true
cache_expiration: 60
asset_directory: config/assets
asset_folders: true
asset_depth: 0
create_asset_folders: false
2022-12-10 17:49:53 +00:00
prioritize_assets: false
2022-05-20 07:06:08 +00:00
dimensional_asset_rename: false
download_url_assets: false
show_missing_season_assets: false
show_missing_episode_assets: false
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
2023-01-26 14:23:11 +00:00
show_unconfigured: true
2022-05-20 07:06:08 +00:00
show_filtered: false
show_options: false
show_missing: true
show_missing_assets: true
2022-12-10 17:49:53 +00:00
save_report: false
2022-05-20 07:06:08 +00:00
tvdb_language: eng
ignore_ids:
ignore_imdb_ids:
item_refresh_delay: 0
2022-12-10 17:49:53 +00:00
playlist_sync_to_user: all
2023-01-26 14:23:11 +00:00
playlist_exclude_users:
2022-12-10 17:49:53 +00:00
playlist_report: false
2022-05-20 07:06:08 +00:00
verify_ssl: true
2022-12-10 17:49:53 +00:00
custom_repo:
check_nightly: false
2022-12-10 20:38:01 +00:00
webhooks: # Can be individually specified per library as well
2022-05-20 07:06:08 +00:00
error:
2022-12-10 17:49:53 +00:00
version:
2022-05-20 07:06:08 +00:00
run_start:
run_end:
changes:
2022-12-10 20:38:01 +00:00
plex: # Can be individually specified per library as well; REQUIRED for the script to run
2022-05-20 07:06:08 +00:00
url: http://192.168.1.12:32400
token: ####################
timeout: 60
clean_bundles: false
empty_trash: false
optimize: false
2022-12-10 20:38:01 +00:00
tmdb: # REQUIRED for the script to run
2022-05-20 07:06:08 +00:00
apikey: ################################
language: en
2022-12-10 20:38:01 +00:00
tautulli: # Can be individually specified per library as well
2022-05-20 07:06:08 +00:00
url: http://192.168.1.12:8181
apikey: ################################
omdb:
apikey: ########
2022-12-10 17:49:53 +00:00
cache_expiration: 60
mdblist:
apikey: #########################
cache_expiration: 60
2022-05-20 07:06:08 +00:00
notifiarr:
apikey: ####################################
2022-12-10 20:38:01 +00:00
anidb: # Not required for AniDB builders unless you want mature content
2022-05-20 07:06:08 +00:00
username: ######
password: ######
2022-12-10 20:38:01 +00:00
radarr: # Can be individually specified per library as well
2022-05-20 07:06:08 +00:00
url: http://192.168.1.12:7878
token: ################################
add_missing: false
add_existing: false
root_folder_path: S:/Movies
monitor: true
availability: announced
quality_profile: HD-1080p
tag:
search: false
radarr_path:
plex_path:
2022-12-10 20:38:01 +00:00
sonarr: # Can be individually specified per library as well
2022-05-20 07:06:08 +00:00
url: http://192.168.1.12:8989
token: ################################
add_missing: false
add_existing: false
root_folder_path: "S:/TV Shows"
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:
trakt:
2022-12-10 20:38:01 +00:00
client_id: ####################
client_secret: ####################
2022-12-10 17:49:53 +00:00
pin:
2022-05-20 07:06:08 +00:00
authorization:
# everything below is autofilled by the script
access_token:
token_type:
expires_in:
refresh_token:
scope: public
created_at:
mal:
2022-12-10 20:38:01 +00:00
client_id: ####################
client_secret: ####################
2022-05-20 07:06:08 +00:00
authorization:
# everything below is autofilled by the script
access_token:
token_type:
expires_in:
refresh_token:
```
< / details >
**Expand the above to see the full config.yml file before continuing.**
< br / >
2023-01-26 14:23:11 +00:00
< details >
< summary > Example config.yml file 2< / summary >
```{include} ../../config/config.yml.template
```
< / details >
< details >
< summary > Example config.yml file 3< / summary >
```yaml
```{include} ../../config/config.yml.template
```
```
< / details >
```{include} ../../config/config.yml.template
```