Advertisement
Guest User

Untitled

a guest
Sep 12th, 2023
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.34 KB | Source Code | 0 0
  1. libraries:
  2.   Movies:
  3.     metadata_path:
  4.       - pmm: basic
  5. #        schedule: weekly(tuesday)
  6.       - pmm: imdb
  7. #        schedule: weekly(tuesday)
  8.       - pmm: streaming
  9. #        schedule: weekly(wednesday)
  10.       - pmm: network
  11. #        schedule: weekly(thursday)
  12.       - pmm: seasonal
  13.       - pmm: universe
  14. #      - pmm: year
  15.       - pmm: based
  16.       - file: config/Movies.yml
  17.   TV Shows:
  18.     metadata_path:
  19.       - pmm: basic
  20. #        schedule: weekly(tuesday)
  21.       - pmm: imdb
  22. #        schedule: weekly(tuesday)
  23.       - pmm: streaming
  24. #        schedule: weekly(wednesday)
  25.       - pmm: network
  26. #        schedule: weekly(thursday)
  27.       - pmm: seasonal
  28.       - pmm: universe
  29.       - pmm: year
  30.       - pmm: based
  31.       - file: config/TV.yml
  32.  
  33. plex:                           # Can be individually specified per library as well; REQUIRED for the script to run
  34.   url: http://localhost:32400/
  35.   token: *****************
  36.   timeout: 60
  37.   clean_bundles: false
  38.   empty_trash: false
  39.   optimize: false
  40. tmdb:                           # REQUIRED for the script to run
  41.   apikey: *****************
  42.   language: en
  43.   cache_expiration: 60
  44.   region:
  45. tautulli:                       # Can be individually specified per library as well
  46.   url: http://192.168.50.235:8181
  47.   apikey: *****************
  48.  
  49. radarr:                         # Can be individually specified per library as well
  50.   url: http://192.168.50.235:7878
  51.   token: *****************
  52.   add_missing: false
  53.   add_existing: false
  54.   root_folder_path: /volume1/Media/Plex Media/Movies
  55.   monitor: true
  56.   availability: announced
  57.   quality_profile: HD-1080p
  58.   tag:
  59.   search: false
  60.   radarr_path: /volume1/Media/Plex Media/Movies
  61.   plex_path: /volume1/Media/Plex Media
  62.   upgrade_existing: false
  63.   ignore_cache: false
  64. sonarr:                         # Can be individually specified per library as well
  65.   url: http://192.168.50.235:8989
  66.   token: 0fd642c219e9497f9d7d5fbbe0193c09
  67.   add_missing: false
  68.   add_existing: false
  69.   root_folder_path: /volume1/Media/Plex Media/TV Shows
  70.   monitor: all
  71.   quality_profile: HD-1080p
  72.   language_profile: English
  73.   series_type: standard
  74.   season_folder: true
  75.   tag:
  76.   search: false
  77.   cutoff_search: false
  78.   sonarr_path: /volume1/Media/Plex Media/TV Shows
  79.   plex_path: /volume1/Media/Plex Media
  80.   upgrade_existing: false
  81.   ignore_cache: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement