Change comment in config template

pull/1220/head
Chaz Larson 2 years ago
parent 80f912563e
commit b8e956532f

@ -1,36 +1,36 @@
## This file is a template remove the .template to use the file ## This file is a template remove the .template to use the file
libraries: # This is called out once within the config.yml file libraries: # This is called out once within the config.yml file
Movies: # Each library must match the Plex library name Movies: # These are names of libraries in your Plex
metadata_path: metadata_path:
- pmm: basic # This is a file within the defaults folder in the Repository - pmm: basic # This is a file within PMM's defaults folder
- pmm: imdb # This is a file within the defaults folder in the Repository - pmm: imdb # This is a file within PMM's defaults folder
# see the wiki for how to use local files, folders, URLs, or files from git # see the wiki for how to use local files, folders, URLs, or files from git
overlay_path: overlay_path:
- remove_overlays: false # Set this to true to remove all overlays - remove_overlays: false # Set this to true to remove all overlays
- pmm: ribbon # This is a file within the defaults folder in the Repository - pmm: ribbon # This is a file within PMM's defaults folder
# see the wiki for how to use local files, folders, URLs, or files from git # see the wiki for how to use local files, folders, URLs, or files from git
TV Shows: TV Shows:
metadata_path: metadata_path:
- pmm: basic # This is a file within the defaults folder in the Repository - pmm: basic # This is a file within PMM's defaults folder
- pmm: imdb # This is a file within the defaults folder in the Repository - pmm: imdb # This is a file within PMM's defaults folder
# see the wiki for how to use local files, folders, URLs, or files from git # see the wiki for how to use local files, folders, URLs, or files from git
overlay_path: overlay_path:
- remove_overlays: false # Set this to true to remove all overlays - remove_overlays: false # Set this to true to remove all overlays
- pmm: ribbon # This is a file within the defaults folder in the Repository - pmm: ribbon # This is a file within PMM's defaults folder
# see the wiki for how to use local files, folders, URLs, or files from git # see the wiki for how to use local files, folders, URLs, or files from git
Anime: Anime:
metadata_path: metadata_path:
- pmm: basic # This is a file within the defaults folder in the Repository - pmm: basic # This is a file within PMM's defaults folder
- pmm: anilist # This is a file within the defaults folder in the Repository - pmm: anilist # This is a file within PMM's defaults folder
# see the wiki for how to use local files, folders, URLs, or files from git # see the wiki for how to use local files, folders, URLs, or files from git
Music: Music:
metadata_path: metadata_path:
- file: config/Music.yml # This is a local file THAT YOU MIGHT CREATE - file: config/Music.yml # This is a local file THAT YOU MIGHT CREATE
playlist_files: playlist_files:
- pmm: playlist # This is a file within the defaults folder in the Repository - pmm: playlist # This is a file within PMM's defaults folder
# see the wiki for how to use local files, folders, URLs, or files from git # see the wiki for how to use local files, folders, URLs, or files from git
settings: settings:
cache: true cache: true
cache_expiration: 60 cache_expiration: 60
asset_directory: config/assets asset_directory: config/assets
@ -66,23 +66,23 @@ settings:
verify_ssl: true verify_ssl: true
custom_repo: custom_repo:
check_nightly: false check_nightly: false
webhooks: # Can be individually specified per library as well webhooks: # Can be individually specified per library as well
error: error:
version: version:
run_start: run_start:
run_end: run_end:
changes: changes:
plex: # Can be individually specified per library as well; REQUIRED for the script to run plex: # Can be individually specified per library as well; REQUIRED for the script to run
url: http://192.168.1.12:32400 url: http://192.168.1.12:32400
token: #################### token: ####################
timeout: 60 timeout: 60
clean_bundles: false clean_bundles: false
empty_trash: false empty_trash: false
optimize: false optimize: false
tmdb: # REQUIRED for the script to run tmdb: # REQUIRED for the script to run
apikey: ################################ apikey: ################################
language: en language: en
tautulli: # Can be individually specified per library as well tautulli: # Can be individually specified per library as well
url: http://192.168.1.12:8181 url: http://192.168.1.12:8181
apikey: ################################ apikey: ################################
omdb: omdb:
@ -93,10 +93,10 @@ mdblist:
cache_expiration: 60 cache_expiration: 60
notifiarr: notifiarr:
apikey: #################################### apikey: ####################################
anidb: # Not required for AniDB builders unless you want mature content anidb: # Not required for AniDB builders unless you want mature content
username: ###### username: ######
password: ###### password: ######
radarr: # Can be individually specified per library as well radarr: # Can be individually specified per library as well
url: http://192.168.1.12:7878 url: http://192.168.1.12:7878
token: ################################ token: ################################
add_missing: false add_missing: false
@ -109,7 +109,7 @@ radarr: # Can be individually specified
search: false search: false
radarr_path: radarr_path:
plex_path: plex_path:
sonarr: # Can be individually specified per library as well sonarr: # Can be individually specified per library as well
url: http://192.168.1.12:8989 url: http://192.168.1.12:8989
token: ################################ token: ################################
add_missing: false add_missing: false
@ -126,8 +126,8 @@ sonarr: # Can be individually specified
sonarr_path: sonarr_path:
plex_path: plex_path:
trakt: trakt:
client_id: ################################################################ client_id: ####################
client_secret: ################################################################ client_secret: ####################
pin: pin:
authorization: authorization:
# everything below is autofilled by the script # everything below is autofilled by the script
@ -138,8 +138,8 @@ trakt:
scope: public scope: public
created_at: created_at:
mal: mal:
client_id: ################################ client_id: ####################
client_secret: ################################################################ client_secret: ####################
authorization: authorization:
# everything below is autofilled by the script # everything below is autofilled by the script
access_token: access_token:

@ -36,34 +36,34 @@ This example outlines what a "standard" config.yml file might look like when in
## This file is a template remove the .template to use the file ## This file is a template remove the .template to use the file
libraries: # This is called out once within the config.yml file libraries: # This is called out once within the config.yml file
Movies: # Each library must match the Plex library name Movies: # These are names of libraries in your Plex
metadata_path: metadata_path:
- pmm: basic # This is a file within the defaults folder in the Repository - pmm: basic # This is a file within PMM's defaults folder
- pmm: imdb # This is a file within the defaults folder in the Repository - pmm: imdb # This is a file within PMM's defaults folder
# see the wiki for how to use local files, folders, URLs, or files from git # see the wiki for how to use local files, folders, URLs, or files from git
overlay_path: overlay_path:
- remove_overlays: false # Set this to true to remove all overlays - remove_overlays: false # Set this to true to remove all overlays
- pmm: ribbon # This is a file within the defaults folder in the Repository - pmm: ribbon # This is a file within PMM's defaults folder
# see the wiki for how to use local files, folders, URLs, or files from git # see the wiki for how to use local files, folders, URLs, or files from git
TV Shows: TV Shows:
metadata_path: metadata_path:
- pmm: basic # This is a file within the defaults folder in the Repository - pmm: basic # This is a file within PMM's defaults folder
- pmm: imdb # This is a file within the defaults folder in the Repository - pmm: imdb # This is a file within PMM's defaults folder
# see the wiki for how to use local files, folders, URLs, or files from git # see the wiki for how to use local files, folders, URLs, or files from git
overlay_path: overlay_path:
- remove_overlays: false # Set this to true to remove all overlays - remove_overlays: false # Set this to true to remove all overlays
- pmm: ribbon # This is a file within the defaults folder in the Repository - pmm: ribbon # This is a file within PMM's defaults folder
# see the wiki for how to use local files, folders, URLs, or files from git # see the wiki for how to use local files, folders, URLs, or files from git
Anime: Anime:
metadata_path: metadata_path:
- pmm: basic # This is a file within the defaults folder in the Repository - pmm: basic # This is a file within PMM's defaults folder
- pmm: anilist # This is a file within the defaults folder in the Repository - pmm: anilist # This is a file within PMM's defaults folder
# see the wiki for how to use local files, folders, URLs, or files from git # see the wiki for how to use local files, folders, URLs, or files from git
Music: Music:
metadata_path: metadata_path:
- file: config/Music.yml # This is a local file THAT YOU MIGHT CREATE - file: config/Music.yml # This is a local file THAT YOU MIGHT CREATE
playlist_files: playlist_files:
- pmm: playlist # This is a file within the defaults folder in the Repository - pmm: playlist # This is a file within PMM's defaults folder
# see the wiki for how to use local files, folders, URLs, or files from git # see the wiki for how to use local files, folders, URLs, or files from git
settings: settings:
cache: true cache: true
@ -101,23 +101,23 @@ settings:
verify_ssl: true verify_ssl: true
custom_repo: custom_repo:
check_nightly: false check_nightly: false
webhooks: # Can be individually specified per library as well webhooks: # Can be individually specified per library as well
error: error:
version: version:
run_start: run_start:
run_end: run_end:
changes: changes:
plex: # Can be individually specified per library as well; REQUIRED for the script to run plex: # Can be individually specified per library as well; REQUIRED for the script to run
url: http://192.168.1.12:32400 url: http://192.168.1.12:32400
token: #################### token: ####################
timeout: 60 timeout: 60
clean_bundles: false clean_bundles: false
empty_trash: false empty_trash: false
optimize: false optimize: false
tmdb: # REQUIRED for the script to run tmdb: # REQUIRED for the script to run
apikey: ################################ apikey: ################################
language: en language: en
tautulli: # Can be individually specified per library as well tautulli: # Can be individually specified per library as well
url: http://192.168.1.12:8181 url: http://192.168.1.12:8181
apikey: ################################ apikey: ################################
omdb: omdb:
@ -128,10 +128,10 @@ mdblist:
cache_expiration: 60 cache_expiration: 60
notifiarr: notifiarr:
apikey: #################################### apikey: ####################################
anidb: # Not required for AniDB builders unless you want mature content anidb: # Not required for AniDB builders unless you want mature content
username: ###### username: ######
password: ###### password: ######
radarr: # Can be individually specified per library as well radarr: # Can be individually specified per library as well
url: http://192.168.1.12:7878 url: http://192.168.1.12:7878
token: ################################ token: ################################
add_missing: false add_missing: false
@ -144,7 +144,7 @@ radarr: # Can be individually specified
search: false search: false
radarr_path: radarr_path:
plex_path: plex_path:
sonarr: # Can be individually specified per library as well sonarr: # Can be individually specified per library as well
url: http://192.168.1.12:8989 url: http://192.168.1.12:8989
token: ################################ token: ################################
add_missing: false add_missing: false
@ -161,8 +161,8 @@ sonarr: # Can be individually specified
sonarr_path: sonarr_path:
plex_path: plex_path:
trakt: trakt:
client_id: ################################################################ client_id: ####################
client_secret: ################################################################ client_secret: ####################
pin: pin:
authorization: authorization:
# everything below is autofilled by the script # everything below is autofilled by the script
@ -173,8 +173,8 @@ trakt:
scope: public scope: public
created_at: created_at:
mal: mal:
client_id: ################################ client_id: ####################
client_secret: ################################################################ client_secret: ####################
authorization: authorization:
# everything below is autofilled by the script # everything below is autofilled by the script
access_token: access_token:

Loading…
Cancel
Save