Stores info in an entry. Can also do dynamic formatting per entry.
set:
  path: ~/torrents/
Certain plugins enable set commands to be called for a specific subset of entries from a task. Currently regexp and series support this format. The use of set in these cases is best understandable through examples.
To set the stop ratio option for Some Show:
series:
  - Some Show:
      set:
        ratio: 2.0
This example will set the label for this regexp, but not that regexp.
regexp:
  accept:
    - this regexp:
        set:
          label: pizza
    - that regexp
Calling set however does not do much unless another plugin uses the information you have set. The following plugins (and likely more than listed here) will use values you have set with this plugin.
pathmovedonelabelqueuetotopaddpausedmaxupspeedmaxdownspeedmaxconnectionsmaxupslotsratioremoveatratiocompactautomanagedcontent_filenamepathcontent_filenameaddpausedmaxconnectionsmaxupspeedmaxdownspeedratiopathfilenameOptions configured from the set plugin will override configuration values set directly in the plugin that is reading them.