Skip to content

Instantly share code, notes, and snippets.

@Glasti1
Last active February 26, 2021 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Glasti1/e3ddb9b23d587a3ab4d1042ba796ca72 to your computer and use it in GitHub Desktop.
Save Glasti1/e3ddb9b23d587a3ab4d1042ba796ca72 to your computer and use it in GitHub Desktop.
PMM config.yml
######################################################
# Config #
######################################################
#####################
# Libraries #
#####################
libraries:
Movies:
library_type: movie
TV Shows:
library_type: show
Anime:
library_type: show
#####################
# Settings #
#####################
settings:
cache: true
cache_expiration: 60
asset_directory: /config/assets
sync_mode: sync
show_unmanaged: true
show_filtered: false
show_missing: true
save_missing: true
#####################
# Plex #
#####################
plex:
url: http://10.12.3.100:32400
token: XXXXXXXXXXXXXX
timeout: 60
#####################
# TMDB #
#####################
tmdb:
apikey: XXXXXXXXXXXXXX
language: en
#####################
# Tautulli #
#####################
tautulli:
url: http://10.12.3.100:8181
apikey: XXXXXXXXXXXXXX
#####################
# Radarr #
#####################
radarr:
url: http://10.12.3.100:7878
token: XXXXXXXXXXXXXX
version: v3
quality_profile: HD-1080p
root_folder_path: /data/media/movies
add: false
search: false
tag:
#####################
# Sonarr #
#####################
sonarr:
url: http://10.12.3.100:8989
token: XXXXXXXXXXXXXX
version: v3
quality_profile: HD-1080p
root_folder_path: /data/media/tv
add: false
search: false
#####################
# Trakt #
#####################
trakt:
client_id: XXXXXXXXXXXXXX
client_secret: XXXXXXXXXXXXXX
auto_refresh_token: true
# Below is filled in automatically when the script is run
authorization:
access_token:
token_type:
expires_in:
refresh_token:
scope: public
created_at:
#####################
# MyAnimeList #
#####################
mal:
client_id: XXXXXXXXXXXXXX
client_secret: XXXXXXXXXXXXXX
# Below is filled in automatically when the script is run
authorization:
access_token:
token_type:
expires_in:
refresh_token:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment