Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 781 Bytes

path.md

File metadata and controls

27 lines (22 loc) · 781 Bytes
title description published date tags editor dateCreated
path
true
2022-09-18 05:27:54 UTC
markdown
2022-09-18 05:27:51 UTC

Override path

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.