Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 2.5 KB

description.md

File metadata and controls

59 lines (37 loc) · 2.5 KB

Links:

Plugin Settings:
Sonarr LAN IP Address
The protocol and IP address of the Sonarr application
Sonarr API Key

Sonarr application API key

Mode

There are x2 modes available. Each mode has a different set of configuration options available to it.

  • Trigger series refresh on task complete

    Use this mode when you wish to simply trigger a refresh on a series to re-read a modified file after Unmanic has processed it.

    Configuration options:

    • Trigger Sonarr file renaming

      Trigger Sonarr to re-name files according to the defined naming scheme.

      Useful if you've changed encodings and have these encodings in your Sonarr name templates.

      Only available if the Trigger movie refresh on task complete mode is selected.

  • Import episode on task complete

    Use this mode when you are running Unmanic prior to importing a file into Sonarr. This will trigger a download import.

    If possible, this will associate with a matching queued download and import the file that way. However, it is possible this will fail. If it does fail, it will fallback to providing the file path to Sonarr and allowing Sonarr to carry out a normal automated import by parsing the file name.

    :::warning When configuring a library that will be using this plugin in this "import" mode, it is advised to not include the temporary download location within the library path. This may cause Unmanic to collect the incomplete download especially with file monitor enabled. :::

    Configuration options:

    • Limit file import size

      Enable limiting the Sonarr notification on items over the value specified in the Minimum file size option.

    • Minimum file size

      Sizes can be written as:

      • Bytes (Eg. '50' or '800 B')
      • Kilobytes (Eg. '100KB' or '23 K')
      • Megabytes (Eg. '9M' or '34 MB')
      • Gigabytes (Eg. '4GB')
      • etc...