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.
path
movedone
label
queuetotop
addpaused
maxupspeed
maxdownspeed
maxconnections
maxupslots
ratio
removeatratio
compact
automanaged
content_filename
path
content_filename
addpaused
maxconnections
maxupspeed
maxdownspeed
ratio
path
filename
Options configured from the set plugin will override configuration values set directly in the plugin that is reading them.