Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.94 KB

Plex-Attributes.md

File metadata and controls

27 lines (22 loc) · 1.94 KB

Configuring Plex is required in order to connect to your libraries.

A plex mapping can be either in the root of the config file as global mapping for all libraries or you can specify the plex mapping individually per library.

Below is a plex mapping example and the full set of attributes:

plex:
  url: http://192.168.1.12:32400
  token: ####################
  timeout: 60
  clean_bundles: true
  empty_trash: true
  optimize: false
Name Attribute Allowed Values Default Required
Server URL url Plex Server URL
Example: http://192.168.1.12:32400
N/A ✔️
Authentication Token token Plex Server Authentication Token N/A ✔️
Plex Timeout timeout Plex Server Timeout 60
Clean Bundles clean_bundles Runs Clean Bundles on the Server after all Metadata Files are run false
Empty Trash empty_trash Runs Empty Trash on the Server after all Metadata Files are run false
Optimize optimize Runs Optimize on the Server after all Metadata Files are run false
  • This script can be run on a remote Plex server, but be sure that the url provided is publicly addressable and it's recommended to use HTTPS.

  • If you need help finding your Plex authentication token, please see Plex's support article.