Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 2.5 KB

description.md

File metadata and controls

58 lines (36 loc) · 2.5 KB

Links:

Plugin Settings:
Radarr LAN IP Address

The protocol and IP address of the Radarr application

Radarr API Key

Radarr application API key

Mode

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

  • Trigger movie refresh on task complete

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

    Configuration options:

    • Trigger Radarr file renaming

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

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

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

  • Import movie on task complete

    Use this mode when you are running Unmanic prior to importing a file into Radarr. 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 Radarr and allowing Radarr 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 Radarr 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...