Quantcast
Channel: help - Forum - FlexGet
Viewing all articles
Browse latest Browse all 837

Flexget RSS + Sonarr

$
0
0

@ichihaifu wrote:

Hi, I want to accomplish following:
Fetch RSS feed content and download whatever shows are matched from my Sonarr list of series.

Here is what I tried this with:

schedules:
  - tasks: '*'
    interval:
      minutes: 15

tasks:
  rss_feed:
    rss: https://******
    list_match:
      from:
        - sonarr_list:
            base_url: http://****
            port: ****
            api_key: *****
            include_data: yes
            include_ended: false
            only_monitored: true
      remove_on_match: no
    quality: 1080p
    download: /filepath

I am not getting any errors with this, however the feed items are skipped and I don't know why..
I thought maybe it has something to do with the fact that sonarr is also set to fetch the items elsewhere, and the torrent is actually already downloading (this is intentional, I want to seed on another tracker than the initial download source), but there was no indication that this would be an issue.

The feed was working with

accept_all: yes

replacing the match_list block, however it was obviously downloading everything.

Could someone help me with this, I don't want it to be too complex as this is only meant to download me the second torrent file which is used to seed the original file obtained by sonarr itself.

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles