Module autopulse::service::triggers::lidarr

source ·
Expand description

Lidarr - Lidarr trigger

This trigger is used to process a file from Lidarr

§Example

triggers:
  my_lidarr:
    type: lidarr

or

triggers:
  my_lidarr:
    type: lidarr
    rewrite:
      from: "/downloads/music"
      to: "/music"
    timer:
      wait: 30
    excludes: [ "ignored_target" ]

See Lidarr for all options

Structs§