Specify a custom path for a series. Note that this does not download it, your feed must have output plugin (eg. download, deluge)
Example:
series:
- some series:
path: ~/download/some_series/
- another series
- third series
download: ~/download/
Series another series, third series
will be downloaded into ~/downloads
. However some series
has overridden path and will be downloaded into ~/downloads/some_series/
.
It's also possible to set path globally from series name with set plugin, see this recipe.