wiki:Cookbook/Series/SimpleSeries
Last modified 21 months ago Last modified on 09/05/10 00:37:28

Using download plugin

This recipe uses the series plugin to download torrents from an rss feed to a specified path.

feeds:
  feed_name:
    rss: http://example.com
    series:
      - Lost
      - Another Show
    download: /path/to/torrents/

Using deluge plugin

This will do the same, but load the torrents into deluge instead of saving them.

feeds:
  feed_name:
    rss: http://example.com
    series:
      - Lost
      - Another Show
    deluge: yes