Module autopulse::service::targets::plex

source ·
Expand description

Plex - Plex target

This target is used to scan a file in Plex

§Example

targets:
  my_plex:
    type: plex
    url: http://localhost:32400
    token: "<PLEX_TOKEN>"

or

targets:
  my_plex:
    type: plex
    url: http://localhost:32400
    token: "<PLEX_TOKEN>"
    refresh: true
    analyze: true

See Plex for all options

Structs§