Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- libraries: # This is called out once within the config.yml file
- Films: # These are names of libraries in your Plex
- collection_files:
- - pmm: basic # This is a file within PMM's defaults folder
- - pmm: imdb # This is a file within PMM's defaults folder
- - pmm: oscars
- - file: config/movies.yml
- # see the wiki for how to use local files, folders, URLs, or files from git
- overlay_files:
- - pmm: ratings
- template_variables:
- rating1: critic
- rating2: audience
- # rating3: user
- rating1_image: imdb
- rating2_image: rt_popcorn
- # rating3_image: tmdb
- operations:
- mass_critic_rating_update: imdb
- mass_audience_rating_update: mdb_tomatoesaudience
- # mass_user_rating_update: tmdb
- TV Shows:
- collection_files:
- - pmm: basic # This is a file within PMM's defaults folder
- - pmm: imdb # This is a file within PMM's defaults folder
- # - file: config/tv.yml
- # see the wiki for how to use local files, folders, URLs, or files from git
- overlay_files:
- - pmm: ratings
- template_variables:
- rating1: critic
- rating2: audience
- # rating3: user
- rating1_image: imdb
- rating2_image: rt_popcorn
- # rating3_image: tmdb
- - pmm: ratings
- template_variables:
- builder_level: episode
- rating1: critic
- # rating2: audience
- rating1_image: imdb
- # rating2_image: tmdb
- operations:
- mass_critic_rating_update: imdb
- mass_audience_rating_update: mdb_tomatoesaudience
- # mass_user_rating_update: tmdb
- mass_episode_critic_rating_update: imdb
- # mass_episode_audience_rating_update: tmdb
- playlist_files:
- - pmm: playlist # This is a file within PMM's defaults folder
- template_variables:
- libraries: Films, TV Shows # list of libraries that you want the PMM Defaults playlists to look at
- # see the wiki for how to use local files, folders, URLs, or files from git
- settings:
- run_order:
- - operations
- - metadata
- - collections
- - overlays
- cache: true
- cache_expiration: 60
- asset_directory: config/assets
- asset_folders: true
- asset_depth: 0
- create_asset_folders: false
- prioritize_assets: false
- dimensional_asset_rename: false
- download_url_assets: false
- show_missing_season_assets: false
- show_missing_episode_assets: false
- show_asset_not_needed: true
- sync_mode: append
- minimum_items: 1
- default_collection_order:
- delete_below_minimum: true
- delete_not_scheduled: false
- run_again_delay: 2
- missing_only_released: false
- only_filter_missing: false
- show_unmanaged: true
- show_unconfigured: true
- show_filtered: false
- show_options: true
- show_missing: true
- show_missing_assets: true
- save_report: false
- tvdb_language: eng
- ignore_ids:
- ignore_imdb_ids:
- item_refresh_delay: 0
- playlist_sync_to_user: all
- playlist_exclude_users:
- playlist_report: false
- verify_ssl: true
- custom_repo:
- check_nightly: false
- webhooks: # Can be individually specified per library as well
- error:
- version:
- run_start:
- run_end:
- changes:
- plex: # Can be individually specified per library as well; REQUIRED for the script to run
- url: http://192.168.1.220:32400
- token: XXXXXX
- timeout: 60
- db_cache:
- clean_bundles: false
- empty_trash: true
- optimize: false
- tmdb: # REQUIRED for the script to run
- apikey: XXXXXX
- language: en
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement