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

Undecided Entries help

$
0
0

@chaosmaker wrote:

Hi Everyone, I have this issue where I have a minimal config but I'm getting undecided entries and I'm not sure why? Can someone help out?

web_server:
  bind: 0.0.0.0
  port: 3539
  web_ui: yes
  
schedules:
  # Run every task once an hour
  - tasks: '*'
    schedule:
      hour: 8,12,18

tasks:
  TV Series Download:
    rss: some rss feed
    verify_ssl_certificates: no
    disable: [urlrewriting]
    #Change description
    manipulate:
      - description:
          replace:
            regexp: '\<br /\>'
            format: ''
          replace:
            regexp: '\n'
            format: ' '
    #Write Links
    exec:
      - echo text="{{description}}" >> "C:\Users\\.flexget\crawljobs\{{title}}.crawljob"
      - echo downloadFolder="P:\\Temp\\NewSer\\{{title}}\\" >> "C:\Users\\.flexget\crawljobs\{{title}}.crawljob"
      - echo autoStart=TRUE >> "C:\Users\\.flexget\crawljobs\{{title}}.crawljob"
      - echo forcedStart=TRUE >> "C:\Users\\.flexget\crawljobs\{{title}}.crawljob"
      - echo autoConfirm=TRUE >> "C:\Users\\.flexget\crawljobs\{{title}}.crawljob"

I get undecided entries randomly - and if I provide accept_all: yes then everything gets accepted whether it has been downloaded already or not. It would be great if anybody could give me a pointer as to what I might be doing wrong?

Chaos

Posts: 5

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles