Advertisement
Kevinator

PMM_Sample_Config

Jun 29th, 2023
558
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
INI file 2.87 KB | Source Code | 0 0
  1. libraries:
  2.   Movies: # {NAME OF YOUR MOVIE SERVER}
  3.     overlay_path:
  4.       - reapply_overlays: true # {IF YOU NEED TO REDO STUFF}
  5.       - remove_overlays: false # {IF YOU WANT TO START FRESH}
  6.       - pmm: resolution
  7.       - pmm: streaming
  8.         template_variables:
  9.           vertical_offset: 30
  10.       - pmm: runtimes # {VARIBLES BELOW REMOVES THE WORD "RUNTIME"}
  11.         template_variables:
  12.           text: ""
  13.           back_width: 305
  14.       - pmm: ratings
  15.         template_variables:
  16.           rating1: critic
  17.           rating2: audience
  18.           rating1_image: imdb # {THEY HAVE A FEW ICONS IT CAN DISPLAY}
  19.           rating2_image: star # {THEY HAVE A FEW ICONS IT CAN DISPLAY}
  20.   Shows: # {NAME OF YOUR SHOW SERVER}
  21.     overlay_path:
  22.       - reapply_overlays: true # {IF YOU NEED TO REDO STUFF}
  23.       - remove_overlays: false # {IF YOU WANT TO START FRESH}
  24.       - pmm: resolution # Overlay at Show Level
  25.       - pmm: resolution # Overlay at Season Level (Variable Below)
  26.         template_variables:
  27.           overlay_level: season
  28.       - pmm: ratings # (Personally) Only Care about IMDb & RT (There's 3 total)
  29.         template_variables:
  30.           rating1: critic
  31.           rating2: audience
  32.           rating1_image: imdb # {THEY HAVE A FEW ICONS IT CAN DISPLAY}
  33.           rating2_image: star # {THEY HAVE A FEW ICONS IT CAN DISPLAY}
  34. settings:
  35.   cache: true
  36.   cache_expiration: 60
  37.   asset_directory: config/assets
  38.   asset_folders: true
  39.   asset_depth: 0
  40.   create_asset_folders: false
  41.   prioritize_assets: false
  42.   dimensional_asset_rename: false
  43.   download_url_assets: false
  44.   show_missing_season_assets: false
  45.   show_missing_episode_assets: false
  46.   show_asset_not_needed: true
  47.   sync_mode: append
  48.   minimum_items: 1
  49.   default_collection_order:
  50.   delete_below_minimum: true
  51.   delete_not_scheduled: false
  52.   run_again_delay: 2
  53.   missing_only_released: false
  54.   only_filter_missing: false
  55.   show_unmanaged: true
  56.   show_filtered: false
  57.   show_options: false
  58.   show_missing: true
  59.   show_missing_assets: true
  60.   save_report: false
  61.   tvdb_language: eng
  62.   ignore_ids:
  63.   ignore_imdb_ids:
  64.   item_refresh_delay: 0
  65.   playlist_sync_to_user: all
  66.   playlist_exclude_user:
  67.   playlist_report: false
  68.   verify_ssl: true
  69.   custom_repo:
  70.   check_nightly: false
  71.   show_unconfigured: true
  72.   playlist_exclude_users:
  73. webhooks:
  74.   error:
  75.   version:
  76.   run_start:
  77.   run_end:
  78.   changes:
  79.   delete:
  80. plex:
  81.   url: # http://{PLEX SERVER IP + PORT}
  82.   token: # {ENTER TOKEN}
  83.   timeout: 60
  84.   clean_bundles: false
  85.   empty_trash: false
  86.   optimize: false
  87. tmdb:
  88.   apikey: # {TO PULL RATINGS (AND FUTURE COLLECTIONS FROM IMDb}
  89.   language: en
  90.   cache_expiration: 60
  91.   region:
  92. trakt:
  93.   client_id: # {IF YOU USE TRAKT}
  94.   client_secret: # {IF YOU USE TRAKT}
  95.   pin:
  96.   authorization:
  97.     access_token:
  98.     token_type:
  99.     expires_in:
  100.     refresh_token:
  101.     scope: public
  102.     created_at:
  103.  
Tags: Config pmm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement