Merge pull request #60 from fisher745/patch-1

Notifiarr Attributes & Settings Updated
pull/63/head
meisnate12 3 years ago committed by GitHub
commit 64386f690c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,8 @@
## This file is a template remove the .template to use the file ##############################################################################################
## Would Recommend you to refer to Wiki fisrt before making changes to the config file ##
## https://github.com/meisnate12/Plex-Meta-Manager-Wiki ##
##############################################################################################
libraries: # Library mappings must have a colon (:) placed after them libraries: # Library mappings must have a colon (:) placed after them
Movies: Movies:
@ -23,12 +27,12 @@ libraries: # Library mappings must have a c
- file: metadata/anime-shows/Charts.yml - file: metadata/anime-shows/Charts.yml
- file: metadata/anime-shows/Seasons.yml - file: metadata/anime-shows/Seasons.yml
- file: metadata/anime-shows/Studios.yml - file: metadata/anime-shows/Studios.yml
settings: # Can be individually specified per library as well settings: #Modify this part as per your use case # Can be individually specified per library as well
cache: true cache: true
cache_expiration: 60 cache_expiration: 60
asset_directory: /assets asset_directory: /assets # https://github.com/meisnate12/Plex-Meta-Manager-Wiki/blob/master/Image-Asset-Directory.md
asset_folders: true asset_folders: true # https://github.com/meisnate12/Plex-Meta-Manager-Wiki/blob/master/Image-Asset-Directory.md
assets_for_all: true assets_for_all: true # https://github.com/meisnate12/Plex-Meta-Manager-Wiki/blob/master/Image-Asset-Directory.md
sync_mode: sync sync_mode: sync
show_unmanaged: true show_unmanaged: true
show_filtered: true show_filtered: true
@ -39,6 +43,7 @@ settings: # Can be individually specified
create_asset_folders: true create_asset_folders: true
collection_minimum: 1 collection_minimum: 1
delete_below_minimum: true delete_below_minimum: true
#delete_unmanaged_collections: true # PMM will remmove those collections that are not managed by PMM in your plex collections tab
tvdb_language: default tvdb_language: default
show_missing_assets: true show_missing_assets: true
show_missing_season_assets: true show_missing_season_assets: true
@ -46,13 +51,17 @@ settings: # Can be individually specified
only_filter_missing: false only_filter_missing: false
ignore_ids: ignore_ids:
ignore_imdb_ids: ignore_imdb_ids:
asset_depth: 0 asset_depth: 0 # Change this value on the basis of nested folders thaat you plan to have under /assets folder
show_options: false #show_options: true # The options that it shows are in your logs when youre running a plex search
webhooks: #dimensional_asset_rename: true # The idea is to download posters and backgrounds and place them into their proper folder (folders generated by the assets_for_all: true tag) and have the script automatically name the assets. This would eliminate the need to repetitively name them poster and background. Possibly have a tag in the settings (per library) to allow for this renaming feature
error: notifiarr #webhooks: # Linked with Notifiarr option, see below.
run_start: notifiarr #error: notifiarr
run_end: notifiarr #run_start: notifiarr
collection_changes: notifiarr #run_end: notifiarr
#collection_creation: notifiarr
#collection_addition: notifiarr
#collection_removal: notifiarr
#collection_changes: notifiarr
plex: # Can be individually specified per library as well plex: # Can be individually specified per library as well
url: http://ipaddress:32400 url: http://ipaddress:32400
token: token:
@ -68,8 +77,8 @@ tautulli: # Can be individually specified
apikey: apikey:
omdb: omdb:
apikey: apikey:
notifiarr: #notifiarr: # https://github.com/meisnate12/Plex-Meta-Manager-Wiki/blob/master/Notifiarr-Attributes.md
apikey: #apikey:
anidb: # Optional anidb: # Optional
username: username:
password: password:
@ -104,7 +113,7 @@ sonarr: # Can be individually specified
add_existing: false add_existing: false
sonarr_path: sonarr_path:
plex_path: plex_path:
trakt: trakt: # https://github.com/meisnate12/Plex-Meta-Manager-Wiki/blob/master/Trakt-Attributes.md
client_id: client_id:
client_secret: client_secret:
authorization: authorization:
@ -114,7 +123,7 @@ trakt:
refresh_token: refresh_token:
scope: public scope: public
created_at: created_at:
mal: mal: # https://github.com/meisnate12/Plex-Meta-Manager-Wiki/blob/master/MyAnimeList-Attributes.md
client_id: client_id:
client_secret: client_secret:
authorization: authorization:

Loading…
Cancel
Save