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
Movies:
@ -23,12 +27,12 @@ libraries: # Library mappings must have a c
- file: metadata/anime-shows/Charts.yml
- file: metadata/anime-shows/Seasons.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_expiration: 60
asset_directory: /assets
asset_folders: true
assets_for_all: true
asset_directory: /assets # https://github.com/meisnate12/Plex-Meta-Manager-Wiki/blob/master/Image-Asset-Directory.md
asset_folders: true # https://github.com/meisnate12/Plex-Meta-Manager-Wiki/blob/master/Image-Asset-Directory.md
assets_for_all: true # https://github.com/meisnate12/Plex-Meta-Manager-Wiki/blob/master/Image-Asset-Directory.md
sync_mode: sync
show_unmanaged: true
show_filtered: true
@ -39,6 +43,7 @@ settings: # Can be individually specified
create_asset_folders: true
collection_minimum: 1
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
show_missing_assets: true
show_missing_season_assets: true
@ -46,13 +51,17 @@ settings: # Can be individually specified
only_filter_missing: false
ignore_ids:
ignore_imdb_ids:
asset_depth: 0
show_options: false
webhooks:
error: notifiarr
run_start: notifiarr
run_end: notifiarr
collection_changes: notifiarr
asset_depth: 0 # Change this value on the basis of nested folders thaat you plan to have under /assets folder
#show_options: true # The options that it shows are in your logs when youre running a plex search
#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
#webhooks: # Linked with Notifiarr option, see below.
#error: notifiarr
#run_start: 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
url: http://ipaddress:32400
token:
@ -68,8 +77,8 @@ tautulli: # Can be individually specified
apikey:
omdb:
apikey:
notifiarr:
apikey:
#notifiarr: # https://github.com/meisnate12/Plex-Meta-Manager-Wiki/blob/master/Notifiarr-Attributes.md
#apikey:
anidb: # Optional
username:
password:
@ -104,7 +113,7 @@ sonarr: # Can be individually specified
add_existing: false
sonarr_path:
plex_path:
trakt:
trakt: # https://github.com/meisnate12/Plex-Meta-Manager-Wiki/blob/master/Trakt-Attributes.md
client_id:
client_secret:
authorization:
@ -114,7 +123,7 @@ trakt:
refresh_token:
scope: public
created_at:
mal:
mal: # https://github.com/meisnate12/Plex-Meta-Manager-Wiki/blob/master/MyAnimeList-Attributes.md
client_id:
client_secret:
authorization:

Loading…
Cancel
Save