Quantcast
Channel: configuration - Forum - FlexGet
Viewing all articles
Browse latest Browse all 716

New to Flexget. very simple config

$
0
0

@FireFlyFan wrote:

Im trying to get the daemon to donwload all torrents between 1 and 2.5GB every 10 mins to the specified folder, then have qbittorrent monitor the folder and start the torrent, it seems to work fine if i dont specify a min value, but as soon as i do i get "Plugin content_size has requested task to be ran again after execution has completed." and then it stays on "Rerunning the task in case better resolution can be achieved." without the scheduler running the task ever again. tried in debug mode and everything worked great except now qbittorrent wont automatically add the torrents that are downloaded, so i figured something is wrong with my code. would appreciate any help

tasks:
  CHX:
    rss: 'https://*****'
    content_size:
      max: 2500
      min: 1024
    accept_all: yes
    download: D:\flexgettorrents

schedules:
  # Run every task every 10 minutes
  - tasks: '*'
    interval:
      minutes: 10

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles