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

Need help getting a working config

$
0
0

@pgod wrote:

I have been trying to get a working config together for a while now and i am stuck. In the Config below I can see download links making there way from Series-From-RSS-2 -> Series-Process-Stage-1 -> Series-Process-Auto-Track but no matter what i try i never get anything out of Series-Process-Auto-Track. Can someone suggest the proper way to set that task up? I am looking to get it to accept new episodes in series from the template TV, and choose the best quality with a preference for 1080 WEB-DL.

templates:
  tv:
    configure_series:
      from:
        filesystem:
          path: 
            - /storage/tv/TV - Other
  jdownloader:
    exec:
    - echo "->{{series_name}}<-" >> "/data/{{title}}.crawljob"
    - echo "text={{url}}" >> "/data/{{title}}.crawljob"
    - echo "packageName={{title}}" >> "/data/{{title}}.crawljob"
    - echo autoConfirm=TRUE >> "/data/{{title}}.crawljob"
    - echo autoStart=TRUE >> "/data/{{title}}.crawljob"
  select_quality:
    upgrade:
      # We must add this so the upgrade plugin can track the downloaded qualities
      tracking: yes
    #timeframe:
    #  wait: 1 day
      # Let imdb handle the accept
    #  on_reached: do_nothing
    #  target: 1080p
    # If input has same movie twice, ensure only best get's through.
    best_quality:
      on_best: do_nothing
      on_lower: reject
    
tasks:
  Seed_Series_db:
    manual: yes
    template: tv
    filesystem:
        regexp: .*(avi|mkv|mp4)$
        path: 
         - /storage/tv/TV - Other
         - /storage/tv/TV - K
         - /storage/tv/TV - M
        recursive: yes
        retrieve: files

  Series-From-RSS-2:
    all_series: yes
    #accept_all: yes
    rss: https://invictus.ws/feed/
    list_add:
      - entry_list: rss-links-2

  Series-Process-Stage-1:
    template: tv
    seen: local
    invictus:
        dl_src_re:
         - "Zippyshare"
        from:
          entry_list: rss-links-2
    list_clear:
      what:
        - entry_list: rss-links-2
      phase: exit
    list_add:
      - entry_list: pending-tv-auto
    
  Series-Process-Auto-Track:
    entry_list: pending-tv-auto
    seen: local
#    list_clear:
#      what:
#        - entry_list: pending-tv-auto
#      phase: exit
    list_add:
      - entry_list: approved-tv
    template: tv
#    upgrade:
#      tracking: yes
#    timeframe:
#      wait: 3 day
#      on_reached: do_nothing
#      target: 1080p webdl 
#    best_quality:
#      on_best: do_nothing
#      on_lower: reject
    
  Download:
    manual: yes
    entry_list: approved-tv
    template: jdownloader
    list_clear:
      what:
        - entry_list: approved-tv
      phase: exit

Posts: 2

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles